Skip to content

Commit

Permalink
feat: Change url to documentation in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Jun 25, 2024
1 parent 05f9052 commit cc10c13
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export class GeocatHeaderComponent {
constructor(private translate: TranslateService) {}

get docLink() {
return `https://www.geocat.admin.ch/${
this.translate.currentLang || 'en'
}/home.html`
return `https://www.info.geocat.ch`
}

get gnLinkAdmin() {
Expand Down

0 comments on commit cc10c13

Please sign in to comment.