Fix broken urls in docstrings#2393
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2393 +/- ##
==========================================
- Coverage 98.77% 98.75% -0.02%
==========================================
Files 117 115 -2
Lines 11674 11595 -79
==========================================
- Hits 11531 11451 -80
- Misses 143 144 +1
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
While we are there, can you also fix the missing
I found those occurrences by searching for regexp ">`$": |
|
@EnricoMi Good catch. Thanks for the command. |
EnricoMi
left a comment
There was a problem hiding this comment.
LGTM! @s-t-e-v-e-n-k @sfdye
96de0d1 to
26c8dbf
Compare
26c8dbf to
d944879
Compare
I noticed that the URLs for accept_invitation and get_repos are broken on ReadTheDocs.
By adding the underscore at the end, it fixes the link when rendered with Sphinx