Skip to content

Commit ae1b7f6

Browse files
Fixing broken links (#203)
* Fixing broken links * Updating links to Github that contain versions to use a Hugo parameter, as per PR feedback Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
1 parent 86b070b commit ae1b7f6

134 files changed

Lines changed: 390 additions & 391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/next/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: v3.5-DRAFT docs
33
cascade:
44
version: next
55
versName: &name v3.5-DRAFT
6+
git_version_tag: v3.5.0-alpha.0
67
page_warning: the documentation is in **DRAFT** status.
78
linkTitle: *name
89
simple_list: true

content/en/docs/next/benchmarks/etcd-2-1-0-alpha-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Bootstrap another machine and use the [hey HTTP benchmark tool][hey] to send req
5454
| 256 | 64 | all servers | 1033 | 121.5 |
5555
| 256 | 256 | all servers | 3061 | 119.3 |
5656

57-
[hack-benchmark]: https://github.com/coreos/etcd/tree/master/hack/benchmark
57+
[hack-benchmark]: https://github.com/etcd-io/etcd/tree/master/hack/benchmark
5858
[hey]: https://github.com/rakyll/hey

content/en/docs/next/benchmarks/etcd-2-2-0-rc-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Bootstrap another machine and use the [hey HTTP benchmark tool][hey] to send req
7272

7373
- write QPS to all servers is increased by 30~80% because follower could receive latest commit index earlier and commit proposals faster.
7474

75-
[c7146bd5]: https://github.com/coreos/etcd/commits/c7146bd5f2c73716091262edc638401bb8229144
75+
[c7146bd5]: https://github.com/etcd-io/etcd/commits/c7146bd5f2c73716091262edc638401bb8229144
7676
[etcd-2.1-benchmark]: etcd-2-1-0-alpha-benchmarks
7777
[hack-benchmark]: https://github.com/etcd-io/etcd/tree/v2.3.8/hack/benchmark
7878
[hey]: https://github.com/rakyll/hey

content/en/docs/next/benchmarks/etcd-3-watch-memory-benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The theoretical memory consumption of watch can be approximated with the formula
4747
## Testing Environment
4848

4949
etcd version
50-
- git head https://github.com/coreos/etcd/commit/185097ffaa627b909007e772c175e8fefac17af3
50+
- git head https://github.com/etcd-io/etcd/commit/185097ffaa627b909007e772c175e8fefac17af3
5151

5252
GCE n1-standard-2 machine type
5353
- 7.5 GB memory

content/en/docs/next/benchmarks/etcd-storage-memory-benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The graph shows the detailed structure of the in-memory index B-tree.
5353
## Testing Environment
5454

5555
etcd version
56-
- git head https://github.com/coreos/etcd/commit/776e9fb7be7eee5e6b58ab977c8887b4fe4d48db
56+
- git head https://github.com/etcd-io/etcd/commit/776e9fb7be7eee5e6b58ab977c8887b4fe4d48db
5757

5858
GCE n1-standard-2 machine type
5959

content/en/docs/next/branch_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before the release of the next stable version, feature PRs will be frozen. A [re
2525

2626
All branches with prefix `release-` are considered _stable_ branches.
2727

28-
After every minor release (http://semver.org/), we will have a new stable branch for that release, managed by a [patch release manager](./dev-internal/release#release-management). We will keep fixing the backwards-compatible bugs for the latest two stable releases. A _patch_ release to each supported release branch, incorporating any bug fixes, will be once every two weeks, given any patches.
28+
After every minor release (http://semver.org/\), we will have a new stable branch for that release, managed by a [patch release manager](./dev-internal/release#release-management). We will keep fixing the backwards-compatible bugs for the latest two stable releases. A _patch_ release to each supported release branch, incorporating any bug fixes, will be once every two weeks, given any patches.
2929

3030
[master]: https://github.com/etcd-io/etcd/tree/master
3131

content/en/docs/next/dev-guide/api_grpc_gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ curl -L http://localhost:2379/v3/kv/put \
130130
Generated [Swagger][swagger] API definitions can be found at [rpc.swagger.json][swagger-doc].
131131

132132
[api-ref]: ./api_reference_v3
133-
[etcdctl]: https://github.com/coreos/etcd/tree/master/etcdctl
133+
[etcdctl]: https://github.com/etcd-io/etcd/tree/master/etcdctl
134134
[go-client]: https://github.com/etcd-io/etcd/tree/master/client/v3
135135
[grpc]: https://www.grpc.io/
136136
[grpc-gateway]: https://github.com/grpc-ecosystem/grpc-gateway

content/en/docs/next/dev-internal/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
3636
- Ensure the relevant milestone on GitHub is complete. All referenced issues should be closed, or moved elsewhere.
3737
- Remove this release from [roadmap](https://github.com/etcd-io/etcd/blob/master/ROADMAP.md), if necessary.
3838
- Ensure the latest upgrade documentation is available.
39-
- Bump [hardcoded MinClusterVerion in the repository](https://github.com/etcd-io/etcd/blob/master/version/version.go#L29), if necessary.
39+
- Bump [hardcoded MinClusterVerion in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L29), if necessary.
4040
- Add feature capability maps for the new version, if necessary.
4141

4242
### Patch version release
@@ -54,14 +54,14 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
5454

5555
## Tag version
5656

57-
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/master/version/version.go#L30) to the latest version `${VERSION}`.
57+
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L30) to the latest version `${VERSION}`.
5858
- Ensure all tests on CI system are passed.
5959
- Manually check etcd is buildable in Linux, Darwin and Windows.
6060
- Manually check upgrade etcd cluster of previous minor version works well.
6161
- Manually check new features work well.
6262
- Add a signed tag through `git tag -s ${VERSION}`.
6363
- Sanity check tag correctness through `git show tags/$VERSION`.
64-
- Push the tag to GitHub through `git push origin tags/$VERSION`. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd".
64+
- Push the tag to GitHub through `git push origin tags/$VERSION`. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd\".
6565

6666
## Build release binaries and images
6767

@@ -159,5 +159,5 @@ git log ...${PREV_VERSION} --pretty=format:"%an" | sort | uniq | tr '\n' ',' | s
159159

160160
## Post release
161161

162-
- Create new stable branch through `git push origin ${VERSION_MAJOR}.${VERSION_MINOR}` if this is a major stable release. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd".
163-
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/master/version/version.go#L30) to the version `${VERSION}+git`.
162+
- Create new stable branch through `git push origin ${VERSION_MAJOR}.${VERSION_MINOR}` if this is a major stable release. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd\".
163+
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L30) to the version `${VERSION}+git`.

content/en/docs/next/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ etcd sends a snapshot of its complete key-value store to refresh slow followers
158158
[api-mvcc]: learning/api#revisions
159159
[backend_commit_metrics]: metrics#disk
160160
[backup]: op-guide/recovery#snapshotting-the-keyspace
161-
[benchmark]: https://github.com/coreos/etcd/tree/master/tools/benchmark
161+
[benchmark]: https://github.com/etcd-io/etcd/tree/master/tools/benchmark
162162
[benchmark-result]: op-guide/performance
163163
[chubby]: http://static.googleusercontent.com/media/research.google.com/en//archive/chubby-osdi06.pdf
164164
[fio]: https://github.com/axboe/fio

content/en/docs/next/integrations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description: A listing of etcd tools and client libraries
77
## Tools
88

99
- [etcdctl](https://github.com/etcd-io/etcd/tree/master/etcdctl) - A command line client for etcd
10-
- [etcd-backup](https://github.com/fanhattan/etcd-backup) - A powerful command line utility for dumping/restoring etcd - Supports v2
1110
- [etcd-dump](https://npmjs.org/package/etcd-dump) - Command line utility for dumping/restoring etcd.
1211
- [etcd-fs](https://github.com/xetorthio/etcd-fs) - FUSE filesystem for etcd
1312
- [etcddir](https://github.com/rekby/etcddir) - Realtime sync etcd and local directory. Work with windows and linux.
@@ -16,7 +15,6 @@ description: A listing of etcd tools and client libraries
1615
- [etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP
1716
- [etcd-viewer](https://github.com/nikfoundas/etcd-viewer) - An etcd key-value store editor/viewer written in Java
1817
- [etcdtool](https://github.com/mickep76/etcdtool) - Export/Import/Edit etcd directory as JSON/YAML/TOML and Validate directory using JSON schema
19-
- [etcd-rest](https://github.com/mickep76/etcd-rest) - Create generic REST API in Go using etcd as a backend with validation using JSON schema
2018
- [etcdloadtest](https://github.com/sinsharat/etcdloadtest) - A command line load test client for etcd version 3.0 and above.
2119
- [lucas](https://github.com/ringtail/lucas) - A web-based key-value viewer for kubernetes etcd3.0+ cluster.
2220
- [etcd-manager](https://etcdmanager.io) - A modern, efficient, multi-platform and free ETCD 3.x GUI & client tool. Available for Windows, Linux and Mac.
@@ -82,7 +80,7 @@ The sections below list etcd client libraries by language.
8280

8381
### C
8482

85-
- [apache/celix/etcdlib](https://github.com/apache/celix/tree/develop/etcdlib) - Supports v2
83+
- [apache/celix/etcdlib](https://github.com/apache/celix/tree/master/libs/etcdlib) - Supports v2
8684
- [jdarcy/etcd-api](https://github.com/jdarcy/etcd-api) - Supports v2
8785
- [shafreeck/cetcd](https://github.com/shafreeck/cetcd) - Supports v2
8886

0 commit comments

Comments
 (0)