Skip to content

Commit 073c7d7

Browse files
committed
fix: Fix running the app url
Docusaurus interprets this as a hyperlink relative to the current document, creating an incorrect URL. Was: https://flet.dev/docs/getting-started/create-flet-app/running-app Instead of: https://flet.dev/docs/getting-started/running-app
1 parent 6d0f8ec commit 073c7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/create-flet-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Please note that _Git_ is not the same as _GitHub CLI_ which is not an alternati
5151

5252
You can find more information about `flet create` command [here](/docs/reference/cli/create).
5353

54-
Now let's see Flet in action by [running the app](running-app)!
54+
Now let's see Flet in action by [running the app](/docs/getting-started/running-app)!

0 commit comments

Comments
 (0)