Fix link typo in ty's CONTRIBUTING.md (#18923)

This commit is contained in:
Josiah Kane 2025-06-24 21:23:31 +01:00 committed by GitHub
parent e44c489273
commit d89f75f9cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ for instructions on running these checks locally.
## Coding guidelines
We use the [Salsa](https:://github.com/salsa-rs/salsa) library for incremental computation. Many
We use the [Salsa](https://github.com/salsa-rs/salsa) library for incremental computation. Many
methods take a Salsa database (usually `db: &'db dyn Db`) as an argument. This should always be the
first argument (or second after `self`).