Skip to content

Commit 8a253f4

Browse files
committed
chore: update source link to main branch
1 parent e74ee03 commit 8a253f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/examples/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class AppComponent {
6666
const navigationEnd = this.navigationEnd();
6767
if (!navigationEnd) return '';
6868
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('/')}`;
69+
return `https://github.com/angular-threejs/angular-three/tree/main/apps/examples/src/app/${paths.join('/')}`;
7070
});
7171

7272
protected currentActivatedRouteCredits = computed(() => {

0 commit comments

Comments
 (0)