File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 90
90
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/quick-start/$ $scheme ://$http_host /docs/$1 /quick-start/ permanent;
91
91
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developer/assemblyscript-api/$ $scheme ://$http_host /docs/$1 /developing/graph-ts/api/ permanent;
92
92
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/assemblyscript-api/$ $scheme ://$http_host /docs/$1 /developing/graph-ts/api/ permanent;
93
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /managing/deprecating-a-subgraph/$ $scheme ://$http_host /docs/$1 /managing/transfer-and-deprecate-a-subgraph/ permanent;
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
93
rewrite ^/docs/en/substreams/( ?!index \.).+$ https://substreams.streamingfast.io permanent;
96
94
rewrite ^/docs/en/firehose/( ?!index \.).+$ https://firehose.streamingfast.io permanent;
97
95
# Temporary redirects (302)
You can’t perform that action at this time.
0 commit comments