Skip to content

Commit 7097a5e

Browse files
committed
fix links
1 parent 180f6fd commit 7097a5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vendor/ci-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ Consider the following requirements and recommendations:
299299

300300
Finally, add a job to archive the temporary channel and customer that you created. This ensures that these artifacts are removed from your Replicated team and that they do not have to be manually archived after the release is promoted.
301301

302-
See the [channel delete](/reference/replicated-cli-channel-delete) Replicated CLI command and the [customer/\{customer_id\}/archive](https://replicated-vendor-api.readme.io/reference/archivecustomer) endpoint in the Vendor API v3 documentation. Or, for GitHub Actions workflows, see the [archive-channel](https://github.com/replicatedhq/replicated-actions/tree/main/archive-channel) and [archive-customer](https://github.com/replicatedhq/replicated-actions/tree/main/archive-customer) actions.
302+
See the [channel rm](/reference/replicated-cli-channel-rm) Replicated CLI command and the [customer/\{customer_id\}/archive](https://replicated-vendor-api.readme.io/reference/archivecustomer) endpoint in the Vendor API v3 documentation. Or, for GitHub Actions workflows, see the [archive-channel](https://github.com/replicatedhq/replicated-actions/tree/main/archive-channel) and [archive-customer](https://github.com/replicatedhq/replicated-actions/tree/main/archive-customer) actions.

docs/vendor/releases-creating-channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ To archive a channel with the Vendor Portal or the Replicated CLI:
6767
```
6868
Replace `CHANNEL_ID` with the channel ID that you retrieved in the previous step.
6969
70-
For more information, see [channel delete](/reference/replicated-cli-channel-delete) in the Replicated CLI documentation.
70+
For more information, see [channel rm](/reference/replicated-cli-channel-rm) in the Replicated CLI documentation.

0 commit comments

Comments
 (0)