Skip to content

Commit 8dd024b

Browse files
committed
update links to Sourcegraph extensions repo
1 parent 737e0fe commit 8dd024b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function activate(): void {
5454
thread.createdAt
5555
)} ago`
5656

57-
// TODO(slimsag): color scheme detection is impossible, see https://github.com/sourcegraph/sourcegraph-extension-api/issues/63
57+
// TODO(slimsag): color scheme detection was impossible when this was written, see https://github.com/sourcegraph/sourcegraph/issues/732
5858
const color = (global as any).location.host === 'github.com' ? 'black' : '#0366d6' // #3b4d6e
5959
const backgroundColor = (global as any).location.host === 'github.com' ? 'white' : 'rgba(28, 126, 214, 0.3)' // #151c28
6060

src/shared/SHARED.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This code is shared between:
22

3-
- https://github.com/sourcegraph/sourcegraph-extension-api
3+
- https://docs.sourcegraph.com/extensions
44
- https://github.com/sourcegraph/sourcegraph-vscode
55

66
Eventually it should be moved into an npm package somewhere. Until then, ensure

0 commit comments

Comments
 (0)