Skip to content

Commit

Permalink
Fix markdown links in api docs for v3.5 v3.4
Browse files Browse the repository at this point in the history
Fixes issue #830

Signed-off-by: Alexander Trapeznikov <kurtis212@gmail.com>
  • Loading branch information
Kurt212 committed Apr 6, 2024
1 parent 26e059a commit 8711d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/v3.4/learning/api.md
Expand Up @@ -477,7 +477,7 @@ message LeaseKeepAliveResponse {
* ID - the lease that was refreshed with a new TTL.
* TTL - the new time-to-live, in seconds, that the lease has remaining.

+[watch-api-guarantees]: ../api_guarantees/#watch-apis
[watch-api-guarantees]: ../api_guarantees/#watch-apis
[elections]: https://github.com/etcd-io/etcd/blob/master/client/v3/concurrency/election.go
[grpc-api]: ../../dev-guide/api_reference_v3/
[grpc-service]: https://github.com/etcd-io/etcd/blob/master/api/etcdserverpb/rpc.proto
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v3.5/learning/api.md
Expand Up @@ -481,7 +481,7 @@ message LeaseKeepAliveResponse {
* ID - the lease that was refreshed with a new TTL.
* TTL - the new time-to-live, in seconds, that the lease has remaining.

+[watch-api-guarantees]: ../api_guarantees/#watch-apis
[watch-api-guarantees]: ../api_guarantees/#watch-apis
[elections]: https://github.com/etcd-io/etcd/blob/master/client/v3/concurrency/election.go
[grpc-api]: ../../dev-guide/api_reference_v3/
[grpc-service]: https://github.com/etcd-io/etcd/blob/master/api/etcdserverpb/rpc.proto
Expand Down

0 comments on commit 8711d61

Please sign in to comment.