ruff/crates/red_knot_python_semantic/resources/mdtest/generics
David Peter 5fef4d4572
Use python.typing.org for typing documentation links (#17323)
## Summary

There is a new official URL for the typing documentation:
https://typing.python.org/

Change all https://typing.readthedocs.io/ links to use the new sub
domain, which is slightly shorter and looks more official.

## Test Plan

Tested to see if each and every new URL is accessible. I noticed that
some links go to https://typing.python.org/en/latest/source/stubs.html
which seems to be outdated, but that is a separate issue. The same page
shows up for the old URL.
2025-04-09 20:38:20 +02:00
..
classes.md [red-knot] Allow explicit specialization of generic classes (#17023) 2025-04-09 11:18:46 -04:00
functions.md [red-knot] Add Type::TypeVar variant (#17102) 2025-04-03 14:36:29 -04:00
legacy.md Use python.typing.org for typing documentation links (#17323) 2025-04-09 20:38:20 +02:00
pep695.md [red-knot] don't remove negations when simplifying constrained typevars (#17189) 2025-04-03 16:30:57 -07:00
scoping.md Use python.typing.org for typing documentation links (#17323) 2025-04-09 20:38:20 +02:00