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 e74ee03 commit 8a253f4Copy full SHA for 8a253f4
apps/examples/src/app/app.component.ts
@@ -66,7 +66,7 @@ export class AppComponent {
66
const navigationEnd = this.navigationEnd();
67
if (!navigationEnd) return '';
68
const paths = navigationEnd.urlAfterRedirects.split('/').filter(Boolean);
69
- return `https://github.com/angular-threejs/angular-three/tree/v4-next/apps/examples/src/app/${paths.join('/')}`;
+ return `https://github.com/angular-threejs/angular-three/tree/main/apps/examples/src/app/${paths.join('/')}`;
70
});
71
72
protected currentActivatedRouteCredits = computed(() => {
0 commit comments