From d5ad813454fd89e0cf4cadabcb27aec9320c6426 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Mon, 5 May 2025 11:16:58 -0400 Subject: [PATCH] Setup 301 redirect for /test-suite/. The current page uses a meta refresh (after 5 seconds) to go to the API test suite. Consequently, this page serves little purpose now, so converting it to a full 301 redirect seems to make the most sense. --- _redirects | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_redirects b/_redirects index 2b976e05..084fbc56 100644 --- a/_redirects +++ b/_redirects @@ -5,6 +5,8 @@ /spec/latest/json-ld-syntax https://www.w3.org/TR/json-ld/ 301 /spec/latest/json-ld-syntax/ https://www.w3.org/TR/json-ld/ 301 +/test-suite/ https://w3c.github.io/json-ld-api/tests/ 301 + # Tests 0005-0007, status redirect to 0001 /test-suite/remote-doc-0005-in.jsonld /test-suite/tests/remote-doc-0001-in.jsonld 301 /test-suite/remote-doc-0006-in.jsonld /test-suite/tests/remote-doc-0001-in.jsonld 303