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 @@ -160,7 +160,7 @@ http {
160
160
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tap/$ $scheme ://$http_host /docs/$1 /indexing/tap/ permanent;
161
161
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tokenomics/$ $scheme ://$http_host /docs/$1 /resources/tokenomics/ permanent;
162
162
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /token-api/$ $scheme ://$http_host /docs/$1 /token-api/quick-start/ permanent;
163
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/$ $scheme ://$http_host /docs/$1 /substream /sps/ permanent;
163
+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/( .* ) $ $scheme ://$http_host /docs/$1 /substreams /sps/$2 permanent;
164
164
# Temporary redirects (302)
165
165
rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/subgraphs/querying/graph-client/README/ redirect;
166
166
rewrite ^/docs/en/developing/graph-ts/$ $scheme ://$http_host /docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;
You can’t perform that action at this time.
0 commit comments