[ty] Update docs links (#19092)

Point everything to the new documentation at https://docs.astral.sh/ty/
This commit is contained in:
David Peter 2025-07-02 17:34:56 +02:00 committed by GitHub
parent efd9b75352
commit 93413d3631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 18 additions and 18 deletions

View file

@ -4172,7 +4172,7 @@ impl<'db, 'ast> TypeInferenceBuilder<'db, 'ast> {
diagnostic.info(
"make sure your Python environment is properly configured: \
https://github.com/astral-sh/ty/blob/main/docs/README.md#python-environment",
https://docs.astral.sh/ty/modules/#python-environment",
);
}
}