Skip to content

Commit

Permalink
Merge pull request #1080 from oasisprotocol/amela/avoid-a-duplicate-e…
Browse files Browse the repository at this point in the history
…ntry

docs: Avoid a duplicate redirects entry
  • Loading branch information
amela authored Jan 8, 2025
2 parents 3420adb + 20aec70 commit 4c2760d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,10 @@ export const redirectsOptions: Options = {
},
{
to: '/node/run-your-node',
from: '/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #1076 Remove IAS Proxy
},
{
to: '/node/run-your-node',
from: '/node/run-your-node/ias-proxy', // #1076 Remove IAS Proxy
from: [
'/general/run-a-node/set-up-your-node/run-an-ias-proxy', // #200 Restructure docs
'/node/run-your-node/ias-proxy', // #1076 Remove IAS Proxy
],
},
{
to: '/node/run-your-node/non-validator-node',
Expand Down

0 comments on commit 4c2760d

Please sign in to comment.