Skip to content

Commit 0a8b721

Browse files
Angi-Kinasfgravin
authored andcommitted
feat: Change url to documentation in header (#21)
1 parent 92b5f16 commit 0a8b721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/datahub/src/app/home/geocat-header/geocat-header.component.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ export class GeocatHeaderComponent {
1313
constructor(private translate: TranslateService) {}
1414

1515
get docLink() {
16-
return `https://www.geocat.admin.ch/${
17-
this.translate.currentLang || 'en'
18-
}/home.html`
16+
return `https://www.info.geocat.ch`
1917
}
2018

2119
get gnLinkAdmin() {

0 commit comments

Comments
 (0)