-
Type: Task
-
Resolution: Duplicate
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
Context
Describe the background behind the problem.
`tox -m linkcheck` on motor failing due to deprecated link
linkcheck: commands[0] /Users/jib/mongo/motor/doc> python -m sphinx -q -E -b linkcheck . /Users/jib/mongo/motor/.tox/linkcheck/tmp/linkcheck
/Users/jib/mongo/motor/doc/configuration.rst:33: WARNING: broken link: https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html#only-support-strong-protocols (Anchor 'only-support-strong-protocols' not found)
linkcheck: exit 1 (20.15 seconds) /Users/jib/mongo/motor/doc> python -m sphinx -q -E -b linkcheck . /Users/jib/mongo/motor/.tox/linkcheck/tmp/linkcheck pid=96360
Definition of done
What must be done to consider the task complete?
Pitfalls
What should the implementer watch out for? What are the risks?
- duplicates
-
MOTOR-1243 TLS cheat sheet doc link is deprecated
- Closed