Skip to content

Commit 0f64b37

Browse files
authored
Merge pull request #2989 from replicatedhq/redirects-for-repl-cli
Add redirect for app delete and channel delete
2 parents 7b66f5d + eb9cfe1 commit 0f64b37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

netlify.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
from = "https://docs.replicated.com/release-notes"
4343
to = "https://docs.replicated.com/release-notes/rn-whats-new"
4444

45+
46+
4547
###################################################
4648
# Redirects To the Getting Started Section
4749
###################################################
@@ -261,7 +263,15 @@
261263

262264
[[redirects]]
263265
from="https://docs.replicated.com/reference/custom-resource-sig-application"
264-
to="https://docs.replicated.com/vendor/admin-console-adding-buttons-links"
266+
to="https://docs.replicated.com/vendor/admin-console-adding-buttons-links"
267+
268+
[[redirects]]
269+
from="https://docs.replicated.com/reference/replicated-cli-app-delete"
270+
to="https://docs.replicated.com/reference/replicated-cli-app-rm"
271+
272+
[[redirects]]
273+
from="https://docs.replicated.com/reference/replicated-cli-channel-delete"
274+
to="https://docs.replicated.com/reference/replicated-cli-channel-rm"
265275

266276
###################################################
267277
# Redirects To the Release Notes Section

0 commit comments

Comments
 (0)