diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-14 12:08:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-14 12:08:06 +0000 |
commit | 363a1ea13879c755f9cd8018763d3a7bdf4bf1c7 (patch) | |
tree | 9e96d749ebb984b6650e28e79bb4a87ccf77d998 /doc/development/documentation | |
parent | 6f9218ac84f0de0ebfddf2d4fbd79db881b2d46a (diff) | |
download | gitlab-ce-363a1ea13879c755f9cd8018763d3a7bdf4bf1c7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation')
-rw-r--r-- | doc/development/documentation/restful_api_styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/restful_api_styleguide.md b/doc/development/documentation/restful_api_styleguide.md index a92d58ead96..93afbf7e6dd 100644 --- a/doc/development/documentation/restful_api_styleguide.md +++ b/doc/development/documentation/restful_api_styleguide.md @@ -132,7 +132,7 @@ To deprecate an attribute: ``` To widely announce a deprecation, or if it's a breaking change, -[update the deprecations and removals documentation pages](../deprecation_guidelines/index.md#update-the-deprecations-and-removals-documentation-pages). +[update the REST API deprecations and removals page](../../api/rest/deprecations.md). ## Method description |