Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-01-18 21:51:49 +0300
committerMike Lewis <mlewis@gitlab.com>2019-01-18 21:51:49 +0300
commit95ca18627fc4a32a6ae800483ccf65e290031877 (patch)
tree02a176ceb7cdc192736d9f9dcc471ee04482b3fb /doc/policy
parentcdb926d3df7ca6c00700f05e04e064f18fa1ba26 (diff)
Minor edits to wording and links
Diffstat (limited to 'doc/policy')
-rw-r--r--doc/policy/maintenance.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md
index a16c7dcda9b..9ebd61cc6f5 100644
--- a/doc/policy/maintenance.md
+++ b/doc/policy/maintenance.md
@@ -15,9 +15,9 @@ The following table describes the versions and their release cadence:
| Version type | Cadence | Description |
|:-------------|:----------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Major | Yearly | For significant changes, or when any backwards incompatible changes are introduced to the public API. |
-| Minor | Monthly | For when new backwards compatible functionality is introduced to the public API, a minor feature is introduced, or when a set of smaller features is rolled out. |
-| Patch | As needed | For backwards compatible bug fixes that fix incorrect behavior. See [Patch releases](#patch-releases). |
+| Major | Yearly | For significant changes, or when any backward-incompatible changes are introduced to the public API. |
+| Minor | Monthly | For when new backward-compatible functionality is introduced to the public API, a minor feature is introduced, or when a set of smaller features is rolled out. |
+| Patch | As needed | For backward-compatible bug fixes that fix incorrect behavior. See [Patch releases](#patch-releases). |
## Patch releases
@@ -80,4 +80,4 @@ Please see the table below for some examples:
More information about the release procedures can be found in our
[release documentation](https://gitlab.com/gitlab-org/release/docs). You may also want to read our
-[Responsible Disclosure Policy](https://about.gitlab.com/disclosure/).
+[Responsible Disclosure Policy](https://about.gitlab.com/security/disclosure/).