diff --git a/content/ja/docs/specs/_index.md b/content/ja/docs/specs/_index.md index b021193b2dec..122967dea700 100644 --- a/content/ja/docs/specs/_index.md +++ b/content/ja/docs/specs/_index.md @@ -4,8 +4,8 @@ linkTitle: Specs ↗ description: _Redirect page_ weight: 960 # _build: { render: link } -redirect: /docs/specs # TODO: this will need to be /en/... -redirects: [{ from: '*', to: ':splat' }] +redirect: /en/docs/specs +redirects: [{ from: '*', to: '/en/docs/specs/:splat' }] default_lang_commit: 3b44fbfa49ced919daea01123abfaed836d2d0ec --- diff --git a/layouts/partials/redirects/sites.redirects b/layouts/partials/redirects/sites.redirects index 9240260dfaf7..2e9dc8ceb862 100644 --- a/layouts/partials/redirects/sites.redirects +++ b/layouts/partials/redirects/sites.redirects @@ -13,6 +13,8 @@ {{/* Process non-default languages. */ -}} +/ja/docs/specs /ja/docs/specs/ + {{ range after 1 .Sites -}} {{ $siteLang := .Language.Lang -}}