From de2fbd4071b5f7a8c7c2d5679da98df31c30b92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?netop=3A//=20=E3=82=A6=E3=82=A7=E3=83=83=E3=83=96?= Date: Fri, 25 Jan 2019 10:39:18 -0600 Subject: [PATCH] Update redirects.json --- app/data/redirects.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/data/redirects.json b/app/data/redirects.json index d83323f..8801549 100644 --- a/app/data/redirects.json +++ b/app/data/redirects.json @@ -4,11 +4,11 @@ "/api/lbrycrd": "/api/blockchain", "/api/protocol": "/api/sdk", "/play": "/playground", - "/tour": "/playground", "/repository-standards": "/resources/repository-standards", - "/resources/signing-claim": "/resources/claim-signing", - "/whitepaper": "https://spec.lbry.io", - "/resources/uri": "/spec#urls", + "/resources/lbry-claimtrie": "/spec#claimtrie", "/resources/schema": "/spec#metadata", - "/resources/lbry-claimtrie": "/spec#claimtrie" + "/resources/signing-claim": "/resources/claim-signing", + "/resources/uri": "/spec#urls", + "/tour": "/playground", + "/whitepaper": "https://spec.lbry.io" }