From d04602bdfd23e581311a5f183e5d396e3dcdd202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 29 Jan 2019 17:05:12 -0600 Subject: [PATCH] Order --- app/data/redirects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/redirects.json b/app/data/redirects.json index a7f2500..30d46de 100644 --- a/app/data/redirects.json +++ b/app/data/redirects.json @@ -10,6 +10,6 @@ "/resources/signing-claim": "/resources/claim-signing", "/resources/uri": "/spec#urls", "/tour": "/playground", - "/whitepaper": "/spec", - "/specification" : "/spec" + "/specification" : "/spec", + "/whitepaper": "/spec" }