We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b41e1 commit 06ada46Copy full SHA for 06ada46
adev/shared-docs/components/viewers/docs-viewer/docs-viewer.component.ts
@@ -47,8 +47,7 @@ export const DOCS_VIEWER_SELECTOR = 'docs-viewer';
47
export const DOCS_CODE_SELECTOR = '.docs-code';
48
export const DOCS_CODE_MUTLIFILE_SELECTOR = '.docs-code-multifile';
49
// TODO: Update the branch/sha
50
-export const GITHUB_CONTENT_URL =
51
- 'https://github.com/angular/angular/blob/main/adev/src/content/examples/';
+export const GITHUB_CONTENT_URL = 'https://github.com/angular/angular/blob/main/';
52
53
@Component({
54
selector: DOCS_VIEWER_SELECTOR,
0 commit comments