diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-02-18 13:48:28 -0600 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-02-18 13:48:28 -0600 |
commit | 13074cab02fb20dd16eefd7c0539bfd6a341aa02 (patch) | |
tree | e23f4176896b754c800350a7e400ecfc9f6fff1e | |
parent | 557db7e635c70bf68a15f7029014301013b30070 (diff) | |
download | gitlab-ce-13074cab02fb20dd16eefd7c0539bfd6a341aa02.tar.gz |
Update two links in the changelog developer docsdocs/rs-changelog-doc-links
-rw-r--r-- | doc/development/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index c1f783ce877..757987b2e7a 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -279,8 +279,8 @@ After much discussion we settled on the current solution of one file per entry, and then compiling the entries into the overall `CHANGELOG.md` file during the [release process]. -[boring solution]: https://about.gitlab.com/handbook/#boring-solutions -[release managers]: https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-manager.md +[boring solution]: https://about.gitlab.com/handbook/values/#boring-solutions +[release managers]: https://gitlab.com/gitlab-org/release/docs/blob/master/quickstart/release-manager.md [started brainstorming]: https://gitlab.com/gitlab-org/gitlab-ce/issues/17826 [release process]: https://gitlab.com/gitlab-org/release-tools |