Skip to content

Commit

Permalink
chore: fix dead links to the documentation (#471)
Browse files Browse the repository at this point in the history
* chore(help): fix dead links

* chore(README): fix dead links
  • Loading branch information
kilchenmann committed Jun 23, 2021
1 parent 30edc96 commit d7ae022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions src/app/main/help/help.component.ts
Expand Up @@ -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'
}
];
Expand Down

0 comments on commit d7ae022

Please sign in to comment.