Skip to content

Commit

Permalink
Removing raw urls where found (etcd-io#255)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u authored Apr 27, 2021
1 parent 197c5ff commit 6b51c72
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/next/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before the release of the next stable version, feature PRs will be frozen. A [re

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

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.
After every minor release ([semver.org](https://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.

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

2 changes: 1 addition & 1 deletion content/en/docs/v2.3/admin_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ You can then add more nodes to the cluster and restore resiliency. See the [add

### Client Request Timeout

etcd sets different timeouts for various types of client requests. The timeout value is not tunable now, which will be improved soon (https://github.com/etcd-io/etcd/issues/2038).
etcd sets different timeouts for various types of client requests. The timeout value is not tunable now, which will be improved soon, see issue [#2038](https://github.com/etcd-io/etcd/issues/2038).

#### Get requests

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v2.3/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Before the release of the next stable version, feature PRs will be frozen. We wi

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

After every minor release (https://semver.org/\), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.
After every minor release ([semver.org](https://semver.org/)), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.

[master]: https://github.com/etcd-io/etcd/tree/master
2 changes: 1 addition & 1 deletion content/en/docs/v3.1/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Before the release of the next stable version, feature PRs will be frozen. We wi

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

After every minor release (http://semver.org/\), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.
After every minor release ([semver.org](https://semver.org/)), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.

[master]: https://github.com/etcd-io/etcd/tree/master
2 changes: 1 addition & 1 deletion content/en/docs/v3.2/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Before the release of the next stable version, feature PRs will be frozen. We wi

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

After every minor release (http://semver.org/\), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.
After every minor release ([semver.org](https://semver.org/)), we will have a new stable branch for that release. We will keep fixing the backwards-compatible bugs for the latest stable release, but not previous releases. The _patch_ release, incorporating any bug fixes, will be once every two weeks, given any patches.

[master]: https://github.com/etcd-io/etcd/tree/master
2 changes: 1 addition & 1 deletion content/en/docs/v3.3/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Before the release of the next stable version, feature PRs will be frozen. A [re

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

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.
After every minor release ([semver.org](https://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.

[master]: https://github.com/etcd-io/etcd/tree/master
2 changes: 1 addition & 1 deletion content/en/docs/v3.4/branch_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Before the release of the next stable version, feature PRs will be frozen. A [re

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

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.
After every minor release ([semver.org](https://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.

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

0 comments on commit 6b51c72

Please sign in to comment.