diff --git a/firebase.json b/firebase.json index 370a281d148..d6fc97860c1 100644 --- a/firebase.json +++ b/firebase.json @@ -131,7 +131,7 @@ }, { "source": "/docs/example-walkthrough", - "destination": "/docs/vrf/v2/examples/get-a-random-number/", + "destination": "/docs/vrf/v2/introduction/", "type": 301 }, { @@ -469,6 +469,16 @@ "destination": "/docs/vrf/v2/introduction/", "type": 301 }, + { + "source": "/docs/vrf/v2/examples/get-a-random-number/", + "destination": "/docs/vrf/v2/subscription/examples/get-a-random-number/", + "type": 301 + }, + { + "source": "/docs/vrf/v2/examples/get-a-random-number", + "destination": "/docs/vrf/v2/subscription/examples/get-a-random-number/", + "type": 301 + }, { "source": "/docs/get-a-random-number/", "destination": "/docs/vrf/v2/subscription/examples/get-a-random-number/", @@ -946,4 +956,4 @@ } ] } -} \ No newline at end of file +}