File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 94
94
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /managing/transferring-subgraph-ownership/$ $scheme ://$http_host /docs/$1 /managing/transfer-and-deprecate-a-subgraph/ permanent;
95
95
rewrite ^/docs/en/substreams/( ?!index \.).+$ https://substreams.streamingfast.io permanent;
96
96
rewrite ^/docs/en/firehose/( ?!index \.).+$ https://firehose.streamingfast.io permanent;
97
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /deploying/deploying-a-subgraph-to-studio/$ $scheme ://$http_host /docs/$1 /deploying/deploy-using-subgraph-studio// permanent;
97
+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /deploying/deploying-a-subgraph-to-studio/$ $scheme ://$http_host /docs/$1 /deploying/deploy-using-subgraph-studio/ permanent;
98
98
# Temporary redirects (302)
99
99
rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/querying/graph-client/README/ redirect;
100
100
rewrite ^/docs/en/developing/graph-ts/$ $scheme ://$http_host /docs/en/developing/graph-ts/README/ redirect;
You can’t perform that action at this time.
0 commit comments