From 32a5318fa612da5c6a9c599bc405861b8f90d7ef Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 2 Nov 2021 14:45:14 -0700 Subject: [PATCH] api docs: Fix release lifecycle link. This was added in 3871c99104165b6d2fcf417177b3ccd1d3a915f5. --- templates/zerver/api/changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index e3aa13153c..536340f135 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -1,9 +1,9 @@ # API changelog This page documents changes to the Zulip Server API over time. See -also the [Zulip release lifecycle](../overview/release-lifecycle.md) -for background on why this API changelog is important, and the [Zulip -server changelog][server-changelog]. +also the [Zulip release lifecycle][release-lifecycle] for background +on why this API changelog is important, and the [Zulip server +changelog][server-changelog]. The API feature levels system used in this changelog is designed to make it possible to write API clients, such as the Zulip mobile and @@ -919,3 +919,4 @@ No changes; feature level used for Zulip 3.0 release. being changed and should not be used by clients. [server-changelog]: https://zulip.readthedocs.io/en/latest/overview/changelog.html +[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html