-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathredirects-list.json
More file actions
16 lines (12 loc) · 959 Bytes
/
redirects-list.json
File metadata and controls
16 lines (12 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
"^https://www\\.cml\\.dev(.*)? https://cml.dev$1",
"^/chat(/.*)?$ https://discord.gg/bzA6uY7",
"^/(?:docs|documentation)(/.*)?$ /doc$1",
"^/doc/start/start-github(/.*)?$ /doc/start/github",
"^/doc/start/start-gitlab(/.*)?$ /doc/start/gitlab",
"^/doc/ref/send-github-check(/.*)?$ /doc/ref/check$1 301",
"^/doc/ref/send-comment(/.*)?$ /doc/ref/comment$1 301",
"^/doc/ref/tensorboard-dev(/.*)?$ /doc/ref/tensorboard$1 301",
"^/doc/cml-with-npm(/.*)?$ /doc/install$1 301",
"^/(.+)/$ /$1"
]