Skip to content

Commit

Permalink
redirect: remove erroneous domain addr from source
Browse files Browse the repository at this point in the history
Remove https://docs.golioth.io mistakenly included in source URL as all sources
shouldbe relative to the domain.

Signed-off-by: Mike Szczys <mike@golioth.io>
  • Loading branch information
szczys committed Jan 4, 2024
1 parent 14cd754 commit 5c0cb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"type": 301
},
{
"source": "https://docs.golioth.io/getting-started/console/choose-device{,/**}",
"source": "/getting-started/console/choose-device{,/**}",
"destination": "/#using-golioth-with-your-iot-hardware",
"type": 301
},
Expand Down Expand Up @@ -324,7 +324,7 @@
"type": 301
},
{
"source": "https://docs.golioth.io/getting-started/console/choose-device{,/**}",
"source": "/getting-started/console/choose-device{,/**}",
"destination": "/#using-golioth-with-your-iot-hardware",
"type": 301
},
Expand Down

0 comments on commit 5c0cb9e

Please sign in to comment.