Skip to content

Commit

Permalink
fixed slash; should be 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Dec 30, 2019
1 parent 4f45e4a commit cf4cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/github_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def register_links(app: Sphinx, config: Config):
app.add_role(
'tutorial',
AutoLink(
'tutorial', f'{scanpy_tutorials_url}/{{}}.html', '→ tutorial: {}'
'tutorial', f'{scanpy_tutorials_url}{{}}.html', '→ tutorial: {}'
),
)

Expand Down

0 comments on commit cf4cdab

Please sign in to comment.