From d7ae0223b75fc21ab9b976ea831adbd86ec32a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Wed, 23 Jun 2021 11:24:27 +0200 Subject: [PATCH] chore: fix dead links to the documentation (#471) * chore(help): fix dead links * chore(README): fix dead links --- README.md | 4 ++-- src/app/main/help/help.component.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6280f4efdc..0170778c0d 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ DSP-APP is [free software](http://www.gnu.org/philosophy/free-sw.en.html), relea ### User guide -➡ [for latest released version](https://docs.dasch.swiss/dsp-app/user-guide/) +➡ [for latest released version](https://docs.dasch.swiss/DSP-APP/user-guide/) ### Developer docs -➡ [for developers](https://docs.dasch.swiss/dsp-app/contribution) +➡ [for developers](https://docs.dasch.swiss/DSP-APP/contribution) ## Contribution diff --git a/src/app/main/help/help.component.ts b/src/app/main/help/help.component.ts index 7286c88ef8..794ed61d0d 100644 --- a/src/app/main/help/help.component.ts +++ b/src/app/main/help/help.component.ts @@ -27,21 +27,21 @@ export class HelpComponent implements OnInit { icon: 'assignment', title: 'Project administration', text: 'Read more about project administration and how to manage project members.', - url: 'https://docs.dasch.swiss/dsp-app/user-guide/project', + url: 'https://docs.dasch.swiss/DSP-APP/user-guide/project', urlText: 'Open Documentation' }, { icon: 'bubble_chart', title: 'Data model creation', text: 'Find everything about data modelling and how to setup the project database.', - url: 'https://docs.dasch.swiss/dsp-app/user-guide/project/#data-model', + url: 'https://docs.dasch.swiss/DSP-APP/user-guide/project/#data-model', urlText: 'Open Documentation' }, { icon: 'image_search', title: 'Research tools', text: 'Get more information about data handling, search methods and how to use the research tools.', - url: 'https://docs.dasch.swiss/dsp-app/user-guide/', + url: 'https://docs.dasch.swiss/DSP-APP/user-guide/', urlText: 'Open Documentation' } ];