From 9d02bcdd8cce3b29515ba6ca1a095a86842a0c18 Mon Sep 17 00:00:00 2001 From: tovmasharrison <94985882+tovmasharrison@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:54:43 +0400 Subject: [PATCH] Remove trailing backslash from URLs (#578) * Move index.md to index * Move newsletter.md to index * Move about.md to index * Move meetup.md to index * Move community.md to index * Move 404.md to index * Remove trailing backslash form URLs * Add correct path to tutorials --------- Co-authored-by: Tovmas --- _config.yml | 16 +--------------- 404.md => index/404.md | 0 about.md => index/about.md | 0 community.md => index/community.md | 0 index.md => index/index.md | 0 meetup.md => index/meetup.md | 0 newsletter.md => index/newsletter.md | 0 resources/integration/cat-tools.md | 4 ++-- 8 files changed, 3 insertions(+), 17 deletions(-) rename 404.md => index/404.md (100%) rename about.md => index/about.md (100%) rename community.md => index/community.md (100%) rename index.md => index/index.md (100%) rename meetup.md => index/meetup.md (100%) rename newsletter.md => index/newsletter.md (100%) diff --git a/_config.yml b/_config.yml index efd4ffd1f..1ba59fca6 100644 --- a/_config.yml +++ b/_config.yml @@ -167,13 +167,6 @@ defaults: permalink: /:basename seo: type: Article - - scope: - path: about - type: pages - values: - permalink: /:basename - seo: - type: Article - scope: path: more type: pages @@ -182,14 +175,7 @@ defaults: seo: type: Article - scope: - path: community - type: pages - values: - permalink: /:basename - seo: - type: Article - - scope: - path: newsletter + path: index type: pages values: permalink: /:basename diff --git a/404.md b/index/404.md similarity index 100% rename from 404.md rename to index/404.md diff --git a/about.md b/index/about.md similarity index 100% rename from about.md rename to index/about.md diff --git a/community.md b/index/community.md similarity index 100% rename from community.md rename to index/community.md diff --git a/index.md b/index/index.md similarity index 100% rename from index.md rename to index/index.md diff --git a/meetup.md b/index/meetup.md similarity index 100% rename from meetup.md rename to index/meetup.md diff --git a/newsletter.md b/index/newsletter.md similarity index 100% rename from newsletter.md rename to index/newsletter.md diff --git a/resources/integration/cat-tools.md b/resources/integration/cat-tools.md index d2fe2611d..919c7e97b 100644 --- a/resources/integration/cat-tools.md +++ b/resources/integration/cat-tools.md @@ -16,9 +16,9 @@ Both Trados and memoQ use plugins to connect to machine translation engine vendo This tutorial provides information as to how to obtain application programming interfaces (API) keys from machine translation vendors and enter them into the plugins. -#### [How to set up Trados plugins](/trados) +#### [How to set up Trados plugins](/trados-tutorial) -#### [How to set up memoQ plugins](/memoq) +#### [How to set up memoQ plugins](/memoq-tutorial) #### [How to obtain API keys for MT plugins](/api-keys)