We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d95e9 commit 346681bCopy full SHA for 346681b
examples/__init__.py
@@ -45,7 +45,7 @@ def transform(project: Project, root: Project):
45
46
# Inherit settings for site URL and edit URI
47
project.config.site_url = posixpath.join(config.site_url, name, "")
48
- project.config.edit_uri = f"edit/master/examples/{name}/docs/"
+ project.config.edit_uri = f"{config.repo_url}/edit/master/{path}/docs/"
49
50
# Inherit settings for theme
51
if "features" in project.config.theme:
0 commit comments