Skip to content

Commit

Permalink
fix(docs): wrong pathname for introduction markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 28, 2024
1 parent 4b75ca9 commit e5dee9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

@solara.component
def Page(route_external=None):
solara.Markdown(Path(HERE.parent / "content" / "00-introduction.md").read_text())
solara.Markdown(Path(HERE.parent / "content" / "01-introduction.md").read_text())

0 comments on commit e5dee9b

Please sign in to comment.