forked from M-Labs/nix-scripts
nixbld: redirect old artiq resources page
This commit is contained in:
parent
df452f7d94
commit
a86f29733e
|
@ -284,6 +284,9 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
locations."/artiq".extraConfig = ''
|
||||
return 301 /experiment-control/artiq/;
|
||||
'';
|
||||
locations."/artiq/resources.html".extraConfig = ''
|
||||
return 301 /experiment-control/resources/;
|
||||
'';
|
||||
|
||||
# autogenerated ARTIQ manuals
|
||||
locations."/artiq/manual-beta" = {
|
||||
|
|
Loading…
Reference in New Issue