Skip to content

Commit

Permalink
Fix 2 broken links in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qlijin committed Jul 2, 2024
1 parent 4b4990c commit 8761186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you think you have found a bug please follow the instructions below.
- Note the version of kOps you are running (from `kops version`), and the command line options you are using.
- Open a [new issue](https://github.com/kubernetes/kops/issues/new).
- Remember users might be searching for your issue in the future, so please give it a meaningful title to helps others.
- Feel free to reach out to the kOps community on [kubernetes slack](https://github.com/kubernetes/community/blob/master/communication.md#social-media).
- Feel free to reach out to the kOps community on [kubernetes slack](https://kubernetes.slack.com/messages/kops-dev/).


### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/operations/etcd_backup_restore_encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Because the state on each of the Nodes may differ from the state in etcd, it is
kops rolling-update cluster --force --yes
```

For more information and troubleshooting, please check the [etcd-manager documentation](https://github.com/kubernetes-sigs/etcdadm/etcd-manager).
For more information and troubleshooting, please check the [etcd-manager documentation](https://github.com/kubernetes-sigs/etcdadm/tree/master/etcd-manager).

## Etcd Volume Encryption

Expand Down

0 comments on commit 8761186

Please sign in to comment.