Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix dead links to the documentation #471

Merged
merged 2 commits into from Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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