Skip to content

Commit

Permalink
Remove trailing backslash from URLs (#578)
Browse files Browse the repository at this point in the history
* 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 <tharrison748@gmail.com>
  • Loading branch information
tovmasharrison and Tovmas authored Dec 5, 2023
1 parent d2e2e09 commit 9d02bcd
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 17 deletions.
16 changes: 1 addition & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions resources/integration/cat-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9d02bcd

Please sign in to comment.