Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fixed redirects (#596)
Browse files Browse the repository at this point in the history
* fixed redirects

* fix useful address
  • Loading branch information
AlbionaHoti authored Jun 14, 2023
1 parent e65c054 commit 850341a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
"type": "302"
},
{
"source": "docs/dev/developer-guides/bridging/l1-l2.html",
"source": "/docs/dev/developer-guides/bridging/l1-l2.html",
"destination": "/docs/dev/developer-guides/bridging/l1-l2-interop.html",
"type": "302"
},
{
"source": "docs/dev/developer-guides/bridging/l2-l1.html",
"source": "/docs/dev/developer-guides/bridging/l2-l1.html",
"destination": "/docs/dev/developer-guides/bridging/l1-l2-interop.html",
"type": "302"
},
Expand Down Expand Up @@ -170,7 +170,7 @@
},
{
"source": "/docs/dev/developer-guides/transactions/fee-model.html",
"destination": "docs/reference/concepts/transactions/fee-model.html",
"destination": "/docs/reference/concepts/transactions/fee-model.html",
"type": "302"
},
{
Expand Down Expand Up @@ -369,13 +369,13 @@
"type": "302"
},
{
"source": "docs/dev/developer-guides/bridging/l1-l2.html",
"source": "/docs/dev/developer-guides/bridging/l1-l2.html",
"destination": "/docs/dev/developer-guides/bridging/l1-l2-interop.html",
"type": "302"
},
{
"source": "docs/dev/developer-guides/bridging/l2-l1.html",
"destination": "/docs/dev/developer-guides/bridging/l1-l2-interop.html",
"source": "/docs/dev/developer-guides/bridging/l2-l1.html",
"destination": "/docs/reference/concepts/bridging/l1-l2-interop.html#l2-to-l1",
"type": "302"
},
{
Expand Down Expand Up @@ -415,7 +415,7 @@
},
{
"source": "/docs/dev/fundamentals/hyperscaling.html",
"destination": "docs/reference/concepts/hyperscaling.html",
"destination": "/docs/reference/concepts/hyperscaling.html",
"type": "302"
},
{
Expand Down Expand Up @@ -445,7 +445,7 @@
},
{
"source": "/docs/dev/developer-guides/transactions/fee-model.html",
"destination": "docs/reference/concepts/transactions/fee-model.html",
"destination": "/docs/reference/concepts/transactions/fee-model.html",
"type": "302"
},
{
Expand Down

0 comments on commit 850341a

Please sign in to comment.