Skip to content

Commit 8960064

Browse files
authored
Update browser extensions section (#1055)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent e7ce13b commit 8960064

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/integration/browser_extension/index.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
<p className="subtitle">Bring the power of Sourcegraph to your code host</p>
44

55
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto' }}>
6-
<source src="https://storage.googleapis.com/sourcegraph-assets/code-host-integration/CodeIntelligenceOnCodeHostDark.mp4"/>
6+
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/24-1-1-browser-extension-chrome-demo.mp4"/>
77
</video>
88

9-
The Sourcegraph browser extension adds code navigation to files and diffs on GitHub, GitHub
10-
Enterprise, GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center.
9+
The Sourcegraph browser extension allows you to open repos, compare revisions and search code directly from Chrome's Omnibox for faster development on GitHub and GitHub Enterprise Server with support coming to GitLab, Phabricator, Bitbucket Server and Bitbucket Data Center in the future.
1110

12-
- <a href="https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack" target="_blank">Install Sourcegraph for Chrome</a>
13-
- <a href="https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193" target="_blank">Install Sourcegraph for Safari</a>
14-
- <a href="https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox" target="_blank">Install Sourcegraph for Firefox</a>
11+
- [Install Sourcegraph for Chrome](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack)
12+
- [Install Sourcegraph for Safari](https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193)
13+
- [Install Sourcegraph for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox)
1514

1615
<QuickLinks>
1716
<QuickLink href="/integration/browser_extension/quickstart" icon="presets" imgAlt="Quickstart" title="Quickstart" />

docs/integration/browser_extension/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Get started with our Browser Extension in 5 minutes or less
66

77
Use one of the following links to install the Sourcegraph Browser Extension for your favourite browser.
88

9-
- <a href="https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack" target="_blank">Install Sourcegraph for Chrome</a>
10-
- <a href="https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193" target="_blank">Install Sourcegraph for Safari</a>
11-
- <a href="https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox" target="_blank">Install Sourcegraph for Firefox</a>
9+
- [Install Sourcegraph for Chrome](https://chrome.google.com/webstore/detail/sourcegraph/dgjhfomjieaadpoljlnidmbgkdffpack)
10+
- [Install Sourcegraph for Safari](https://apps.apple.com/us/app/sourcegraph-for-safari/id1543262193)
11+
- [Install Sourcegraph for Firefox](https://addons.mozilla.org/en-US/firefox/addon/sourcegraph-for-firefox)
1212

1313

1414
>NOTE: If you were using our self-hosted version of Firefox Extension and are looking to upgrade, please check our [migration guide](/integration/migrating_firefox_extension).

0 commit comments

Comments
 (0)