From f95b585c53dd8aca930d5c898ad034a5571ca2fc Mon Sep 17 00:00:00 2001 From: kor Date: Mon, 19 Aug 2024 08:30:02 +0200 Subject: [PATCH] Fix links --- docs/intro.md | 14 +++++++------- docs/q-and-a.md | 4 ++-- docs/this-site-maintainers.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index a449bad0..e8007fe2 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -17,7 +17,7 @@ The code is available [on Github](https://github.com/blockchainbird/spec-up-t). :::tip -In order to start using Spec-Up-T you will have to install it. Go straight to the [admin section](roles/admins-guide.md) for instructions. +In order to start using Spec-Up-T you will have to install it. Go straight to the [admin section](various-roles/admins-guide.md) for instructions. ::: @@ -60,12 +60,12 @@ The following roles can be distinguished: | Role | Description | Guide Link | |--------------------|---------------------------------------------------------------------------------------------------|----------------------------------------------------------| -| Content Author | Focusses on content and concepts of the group he/she belongs to. | [Content Author Guide](roles/content-authors-guide/introduction.md) | -| Terminology Author | Focusses on term definitions covering concepts of the group he/she belongs to. | [Terminology Author Guide](roles/terminology-authors-guide/introduction.md) | -| Curator | Checks logical consistency & meaning of term definition in a certain context. | [Curator Guide](roles/curators-guide/introduction.md) | -| Reader | Reads concepts in text and terminology in glossaries. | [Reader Guide](roles/readers-guide/introduction.md) | -| Admin | Installs, updates and maintains Spec-Up-T. | [Admin Guide](roles/admins-guide.md) | -| Developer | Adds new functionality to Spec-Up-T. | [Developer Guide](roles/developers-guide.md) | +| Content Author | Focusses on content and concepts of the group he/she belongs to. | [Content Author Guide](various-roles/content-authors-guide/introduction.md) | +| Terminology Author | Focusses on term definitions covering concepts of the group he/she belongs to. | [Terminology Author Guide](various-roles/terminology-authors-guide/introduction.md) | +| Curator | Checks logical consistency & meaning of term definition in a certain context. | [Curator Guide](various-roles/curators-guide/introduction.md) | +| Reader | Reads concepts in text and terminology in glossaries. | [Reader Guide](various-roles/readers-guide/introduction.md) | +| Admin | Installs, updates and maintains Spec-Up-T. | [Admin Guide](various-roles/admins-guide.md) | +| Developer | Adds new functionality to Spec-Up-T. | [Developer Guide](various-roles/developers-guide.md) | ## Markdown diff --git a/docs/q-and-a.md b/docs/q-and-a.md index 2460b27c..db1adf1a 100644 --- a/docs/q-and-a.md +++ b/docs/q-and-a.md @@ -30,7 +30,7 @@ Unlike the DIF Spec-Up repository, the Spec-Up-T repository **does not generate This functionality has been moved to the Spec-Up-T *installer*. -For more details, refer to [the installation section in the admin guide](roles/admins-guide.md#installation). +For more details, refer to [the installation section in the admin guide](various-roles/admins-guide.md#installation). ::: @@ -66,7 +66,7 @@ The **resulting github.io site is intended for any user** interested in the cont ## Do you have a how-to video to get started with Spec-Up-T? -Yes. Find it here: [Instruction starter package](roles/admins-guide.md#short-video) +Yes. Find it here: [Instruction starter package](various-roles/admins-guide.md#short-video) ## Where can I find the motivation of this move to create the Spec-Up bolt on "Spec-Up-T"? diff --git a/docs/this-site-maintainers.md b/docs/this-site-maintainers.md index d87084fa..007be3c1 100644 --- a/docs/this-site-maintainers.md +++ b/docs/this-site-maintainers.md @@ -10,6 +10,6 @@ Here you will find information about things specific to this site. The [demo page](spec-up-t-demo-site.mdx) contains an example of a Spec-Up-T installation in an iFrame. This `index.html` file is in `/static/spec-up-t-demo/docs/`. -This `index.html` file is a standard Spec-Up-T installation, as described in the [admin section](roles/admins-guide.md#installation). +This `index.html` file is a standard Spec-Up-T installation, as described in the [admin section](various-roles/admins-guide.md#installation). This `index.html` file is located in the GitHub repository of this site (the site you are now reading). The Spec-Up-T installation that generated the index file is not stored in any repository since it is a standard installation. You can install and generate it anywhere on your computer, then copy the index file to `/static/spec-up-t-demo/docs/`. \ No newline at end of file