Skip to content

Commit 66c4309

Browse files
Fix Broken Link (#76)
1 parent 24af186 commit 66c4309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def api_index() -> list[AnyComponent]:
1414
# language=markdown
1515
markdown = """\
1616
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo
17-
is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo).
17+
is [here](https://github.com/samuelcolvin/FastUI/tree/main/demo).
1818
1919
The following components are demonstrated:
2020

0 commit comments

Comments
 (0)