Skip to content

Commit 168cc83

Browse files
authored
feat: Change url to documentation in header (#21)
1 parent 05f9052 commit 168cc83

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)