Skip to content

Commit e2e644c

Browse files
authored
Fix broken link (#932)
1 parent fbe6a98 commit e2e644c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/examples/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ def register_apps():
115115
sidebar_app,
116116
"simple-sidebar",
117117
sidebar_source,
118-
os.path.join(GITHUB_EXAMPLES, "multi-page-apps/simple_sidebar.py"),
118+
os.path.join(
119+
GITHUB_EXAMPLES, "templates/multi-page-apps/simple_sidebar.py"
120+
),
119121
show_warning=True,
120122
)
121123

0 commit comments

Comments
 (0)