diff --git a/docs/reference/types/texttheme.md b/docs/reference/types/texttheme.md
index efa4e0fb..c6c83d9e 100644
--- a/docs/reference/types/texttheme.md
+++ b/docs/reference/types/texttheme.md
@@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';
Customizes [`Text`](/docs/controls/text) styles.
-Material 3 design [defines](http://localhost:3000/docs/controls/text#pre-defined-theme-text-styles) 5 groups of text styles with 3 sizes in each group: "Display", "Headline", "Title", "Label" and "Body" which are used across Flet controls.
+Material 3 design [defines](/docs/controls/text#pre-defined-theme-text-styles) 5 groups of text styles with 3 sizes in each group: "Display", "Headline", "Title", "Label" and "Body" which are used across Flet controls.
`TextTheme` class has the following properties:
@@ -106,4 +106,4 @@ def main(page: ft.Page):
ft.app(main)
```
-
\ No newline at end of file
+