Skip to content

Commit 475c0cd

Browse files
committed
One more fix for bad relative link.
1 parent 94b3571 commit 475c0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psc/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def author(request: Request) -> _TemplateResponse:
8484
author_name = request.path_params["author_name"]
8585
resources: Resources = request.app.state.resources
8686
this_author = resources.authors[author_name]
87-
root_path = "../../.."
87+
root_path = "../.."
8888

8989
return templates.TemplateResponse(
9090
"example.jinja2",

0 commit comments

Comments
 (0)