Skip to content

Commit

Permalink
switch to final and correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 24, 2021
1 parent 2117f91 commit 137cb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sequana_sphinxext/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def get_rule_doc(name):
"""Decode and return the docstring(s) of a sequana wrapper."""

url = "https://raw.githubusercontent.com/sequana/sequana-wrappers/main/wrappers"
url = "https://raw.githubusercontent.com/cokelaer/sequana-wrappers/documentation/wrappers/"

url = f"{url}/{name}/README.md"
r = requests.get(url)
Expand Down

0 comments on commit 137cb68

Please sign in to comment.