Skip to content

Commit

Permalink
redirects: make a couple 302 (#3172)
Browse files Browse the repository at this point in the history
* redirects: make a couple 302

#3162 (comment)

* Update redirects-list.json
  • Loading branch information
jorgeorpinel authored Jan 11, 2022
1 parent 812c2c3 commit f6b583c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redirects-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"^/doc/user-guide/dvcignore$ /doc/user-guide/project-structure/dvcignore-files",
"^/doc/understanding-dvc(/.*)?$ /doc/user-guide/what-is-dvc",
"^/doc/commands-reference(/.*)?$ /doc/command-reference$1",
"^/doc/command-reference/completion$ /doc/install/completion",
"^/doc/command-reference/completion$ /doc/install/completion 302",
"^/doc/command-reference/plot$ /doc/command-reference/plots",
"^/doc/command-reference/pipeline$ /doc/command-reference/dag",
"^/doc/command-reference/pipeline/show$ /doc/command-reference/dag",
"^/doc/command-reference/pipeline/list$ /doc/command-reference/dag",
"^/doc/command-reference/lock$ /doc/command-reference/freeze",
"^/doc/command-reference/unlock$ /doc/command-reference/unfreeze",
"^/doc/command-reference/experiments$ /doc/command-reference/exp",
"^/doc/command-reference/ls$ /doc/command-reference/list 303",
"^/doc/command-reference/ls$ /doc/command-reference/list 302",

"^/doc/cml(/.*)?$ https://cml.dev/doc$1",

Expand Down

0 comments on commit f6b583c

Please sign in to comment.