From a4a028d1bc5636bf26cab6504be3ddc2b6bece01 Mon Sep 17 00:00:00 2001 From: doomdagadiggiedahdah <77366355+doomdagadiggiedahdah@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:40:16 -0700 Subject: [PATCH] Update CONTRIBUTING.md Fix relative link in contributing.md When viewed on GitHub's web interface, the relative link was interpreted as relative to the current file path, leading to the incorrect URL "https://github.com/Rust-GPU/rust-gpu/blob/main/discussions" instead of the intended Discussions tab. --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e3e3203b74..14b076557aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,9 +5,7 @@ Welcome! We're glad you're interested in contributing! We welcome contributions ## How to get help For questions, clarifications, and general help please first search [Github -discussions](discussions) and then ask your question if you can't find the answer. - -[discussions]: https://github.com/rust-gpu/rust-gpu/discussions +discussions](https://github.com/rust-gpu/rust-gpu/discussions) and then ask your question if you can't find the answer. ## Issues