diff --git a/README.MD b/README.MD index 83d316fb3f59635493393a44759623baffcf05cd..17da837599eee6c92bacd5ab2475dbf22ee66eb9 100644 --- a/README.MD +++ b/README.MD @@ -7,7 +7,7 @@ Visit the [GitLab Templates](https://project.pages.drupalcode.org/gitlab_templat Useful quicklinks: -- [Templates version](https://project.pages.drupalcode.org/gitlab_templates/info/templates-version.md) -- [Testing MRs](https://project.pages.drupalcode.org/gitlab_templates/info/testing-mrs.md) -- [Jobs (and when they run)](https://project.pages.drupalcode.org/gitlab_templates/jobs.md) -- [Contributing](https://project.pages.drupalcode.org/gitlab_templates/contributing.md) +- [Templates version](https://project.pages.drupalcode.org/gitlab_templates/info/templates-version/) +- [Testing MRs](https://project.pages.drupalcode.org/gitlab_templates/info/testing-mrs/) +- [Jobs (and when they run)](https://project.pages.drupalcode.org/gitlab_templates/jobs/) +- [Contributing](https://project.pages.drupalcode.org/gitlab_templates/help/contributing/) diff --git a/docs/index.md b/docs/index.md index 0108eda6c2f8dac6dc80a78d6c0aa1ab9d22d1fb..9980847b780fa183774bf04ad75289f49f1d11bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,6 +37,7 @@ Look for further information on the following topics: - [Set up](info/setup.md) - [Common tasks](info/common.md) - [Customizations](info/customizations.md) +- [Test Merge Requests](info/testing-mrs.md) - [Test locally](info/test-locally.md) - [Templates version](info/templates-version.md) - [Drupal 7](info/drupal7.md) diff --git a/mkdocs.yml b/mkdocs.yml index a94aa009db2e148f1a328d1619ad582121ac94b1..db898a9f53bb8653e5d566e3a9f344e42bb915b7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,7 @@ nav: - Set up: 'info/setup.md' - Common tasks: 'info/common.md' - Customizations: 'info/customizations.md' + - Test Merge Requests: 'info/testing-mrs.md' - Test locally: 'info/test-locally.md' - Templates version: 'info/templates-version.md' - Drupal 7: 'info/drupal7.md'