From ee9123a2d278dee8b461f9c3ee3235dee9c755c0 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 2 Jul 2024 13:28:26 -0600 Subject: [PATCH] Fix link in the contribution guide (#4306) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 1503f803..d3c61cf2 100644 --- a/Contributing.md +++ b/Contributing.md @@ -117,7 +117,7 @@ You can run these tests yourself with #### UI Tests -PyO3 uses [`trybuild`][trybuild] to develop UI tests to capture error messages from the Rust compiler for some of the macro functionality. +PyO3 uses [`trybuild`](https://github.com/dtolnay/trybuild) to develop UI tests to capture error messages from the Rust compiler for some of the macro functionality. Because there are several feature combinations for these UI tests, when updating them all (e.g. for a new Rust compiler version) it may be helpful to use the `update-ui-tests` nox session: