Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Apr 11, 2024
1 parent 56cd2d7 commit 3862066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragger_duck/scraping/_user_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _user_guide_path_to_user_guide_url(path):
The User Guide URL.
"""
if path.name in SKLEARN_USER_GUIDE_URL:
return SKLEARN_USER_GUIDE_URL[path.name]
return SKLEARN_USER_GUIDE_URL[path.name] + path.name
return SKLEARN_USER_GUIDE_URL["default"] + path.name


Expand Down

0 comments on commit 3862066

Please sign in to comment.