Skip to content

Commit 06ada46

Browse files
JeanMechemmalerba
authored andcommitted
docs(docs-infra): fix github links for for previews (angular#60994)
PR Close angular#60994
1 parent c6b41e1 commit 06ada46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export const DOCS_VIEWER_SELECTOR = 'docs-viewer';
4747
export const DOCS_CODE_SELECTOR = '.docs-code';
4848
export const DOCS_CODE_MUTLIFILE_SELECTOR = '.docs-code-multifile';
4949
// TODO: Update the branch/sha
50-
export const GITHUB_CONTENT_URL =
51-
'https://github.com/angular/angular/blob/main/adev/src/content/examples/';
50+
export const GITHUB_CONTENT_URL = 'https://github.com/angular/angular/blob/main/';
5251

5352
@Component({
5453
selector: DOCS_VIEWER_SELECTOR,

0 commit comments

Comments
 (0)