We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f17aa5 commit 2ef693aCopy full SHA for 2ef693a
1 file changed
src/sections/Team.astro
@@ -54,7 +54,7 @@ import { contributors as contributorsData } from "../content/contributors";
54
</h1>
55
<p class="prose text-white">Join us and help us improve CodeCarbon!</p>
56
<Button
57
- href="https://github.com/mlco2/codecarbon/blob/master/CONTRIBUTING.md"
+ href="https://github.com/mlco2/codecarbon/blob/master/docs/how-to/contributing.md"
58
><div class="flex items-center gap-2">
59
<GithubIcon class="size-6 fill-black" /> I'd love to contribute
60
</div></Button
0 commit comments