Skip to content

Commit 4fb0e08

Browse files
authored
Merge pull request #272 from OCurdy/change-url-to-doc
change with new url doc
2 parents 300740f + 27b5404 commit 4fb0e08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web-ui/src/main/resources/catalog/templates/top-toolbar-accessible.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,18 @@
195195
<!-- Geocat specific -->
196196
<li class="gn-menuitem-xs">
197197
<a
198-
href="https://www.geocat.admin.ch/"
198+
href="https://info.geocat.ch/"
199199
target="_blank"
200200
title="{{'documentation' | translate}}"
201201
>
202202
<i class="fa fa-question-circle"></i>
203203
<span class="hidden-sm" translate>documentation</span>
204204
</a>
205205
</li>
206-
<li class="gn-menuitem-xs" data-ng-show="(!authenticated || !user.isEditorOrMore()) && service !== 'catalog.signin' && service !== 'new.account'">
206+
<li
207+
class="gn-menuitem-xs"
208+
data-ng-show="(!authenticated || !user.isEditorOrMore()) && service !== 'catalog.signin' && service !== 'new.account'"
209+
>
207210
<a
208211
href="https://www.geocat.ch/datahub/search/"
209212
target="_blank"

0 commit comments

Comments
 (0)