Skip to content

Commit 69eb1b4

Browse files
Merge pull request #54 from moijes12/fix-broken-links
fix: Fix broken link for the codetribute bug listing
2 parents b9fea51 + 466367a commit 69eb1b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Help us maintain an inclusive environment by following our [code of conduct](COD
1010
Help build the last independent browser. Write code, fix bugs, make add-ons, and more.
1111

1212
- [Contributor docs](https://firefox-source-docs.mozilla.org/devtools)
13-
- [Good first bugs](https://codetribute.mozilla.org/projects/devtools)
13+
- [Good first bugs](https://codetribute.mozilla.org/projects/firefox-devtools)
1414

1515
## Speak Up
1616
- [File bugs](https://bugzilla.mozilla.org/enter_bug.cgi?product=DevTools&component=General)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>Get Involved</h2>
5757
>
5858
</li>
5959
<li>
60-
<a href="https://codetribute.mozilla.org/projects/devtools"
60+
<a href="https://codetribute.mozilla.org/projects/firefox-devtools"
6161
>Good first bugs</a
6262
>
6363
</li>

0 commit comments

Comments
 (0)