Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 2b3c6a2

Browse files
committed
Fix Firefox browser extension links
1 parent a35621f commit 2b3c6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/gitpod-vs-codespaces/Difference.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Difference = () => {
4747
<a
4848
href={
4949
browser === 'Firefox'
50-
? 'https://addons.mozilla.org/en-GB/firefox/addon/gitpod/'
50+
? 'https://addons.mozilla.org/firefox/addon/gitpod/'
5151
: 'https://chrome.google.com/webstore/detail/gitpod-dev-environments-i/dodmmooeoklaejobgleioelladacbeki'
5252
}
5353
target="_blank"

src/docs/browser-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prefixing for you. Nothing more.
99

1010
We provide the extension for
1111
- [Chrome](https://chrome.google.com/webstore/detail/gitpod-online-ide/dodmmooeoklaejobgleioelladacbeki)
12-
- [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/gitpod/).
12+
- [Firefox](https://addons.mozilla.org/firefox/addon/gitpod/).
1313

1414
## Use with Gitpod Self-Hosted
1515

0 commit comments

Comments
 (0)