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

Commit 79e1c90

Browse files
committed
Merge branch 'master' of github.com:sourcegraph/codeintellify
2 parents 125f2b2 + a72247a commit 79e1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function escapeRevspecForURL(rev: string): string {
135135
}
136136

137137
export function toViewStateHashComponent(viewState: string | undefined): string {
138-
return viewState ? `$${viewState}` : ''
138+
return viewState ? `&tab=${viewState}` : ''
139139
}
140140

141141
export function toPrettyBlobURL(

0 commit comments

Comments
 (0)