From bfafab8e1ecd6b9fd6479d069e7b2ba4da56b9e7 Mon Sep 17 00:00:00 2001 From: ttyS3 Date: Wed, 28 Dec 2022 14:31:31 +0800 Subject: [PATCH] docs: fix up typos in providers document and changelog Signed-off-by: ttyS3 --- CHANGELOG.md | 2 +- docs/spec/v1beta2/providers.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 955dd0c89..40b0777d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ Fixes: This prerelease graduates the notification APIs to `v1beta2`. In addition, this version comes with support for -[Gitea commit status updates](https://github.com/fluxcd/notification-controller/blob/api/v0.30.0/docs/spec/v1beta2/provider.md#gitea). +[Gitea commit status updates](https://github.com/fluxcd/notification-controller/blob/api/v0.30.0/docs/spec/v1beta2/providers.md#gitea). ### `notification.toolkit.fluxcd.io/v1beta2` diff --git a/docs/spec/v1beta2/providers.md b/docs/spec/v1beta2/providers.md index 9623be59c..e160db677 100644 --- a/docs/spec/v1beta2/providers.md +++ b/docs/spec/v1beta2/providers.md @@ -1318,7 +1318,7 @@ the BitBucket repository specified in `.spec.address`. You can create the secret with `kubectl` like this: ```shell -kubectl create secret generic gitlab-token --from-literal=token=: +kubectl create secret generic bitbucket-token --from-literal=token=: ``` #### Azure DevOps @@ -1331,7 +1331,7 @@ The token must have permissions to update the commit status for the Azure DevOps You can create the secret with `kubectl` like this: ```shell -kubectl create secret generic github-token --from-literal=token= +kubectl create secret generic azuredevops-token --from-literal=token= ``` ## Provider Status