Skip to content

Commit

Permalink
make redirects even more specific for validator links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy authored Jan 29, 2024
1 parent 5dad547 commit 91203fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

[[redirects]]
from = "/docs/ecosystem-roles/validator/*"
to = "https://docs.tangle.tools/:splat"
to = "https://docs.tangle.tools/docs/node/validator/requirements/"
status = 301
force = true

[[redirects]]
from = "/docs/tangle-network/*"
to = "https://docs.tangle.tools/:splat"
to = "https://docs.tangle.tools/"
status = 301
force = true

0 comments on commit 91203fc

Please sign in to comment.