Skip to content

Commit d205850

Browse files
drrosatimabbott
authored andcommitted
docs: Update .html links pointing to "Upgrade Zulip" or "Modify Zulip".
Follow-up to zulip#24089.
1 parent 4c2995c commit d205850

14 files changed

+20
-20
lines changed

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ See also our documentation on the [Zulip release
3333
lifecycle][release-lifecycle].
3434

3535
[security-model]: https://zulip.readthedocs.io/en/latest/production/security-model.html
36-
[upgrades]: https://zulip.readthedocs.io/en/latest/production/upgrade-or-modify.html#upgrading-to-a-release
36+
[upgrades]: https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-to-a-release
3737
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html

docs/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# version e.g. to say that something is likely to have changed.
77
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
88
#}
9-
{% if pagename in ["production/modify", "production/upgrade", "production/scim"] and release.endswith('+git') %}
9+
{% if pagename in [] and release.endswith('+git') %}
1010
{#
1111
# This page doesn't exist in the stable documentation yet.
1212
# This temporary workaround prevents test failures and should be removed after the next release.

help/include/advantages-of-self-hosting-zulip.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Learn more about [self-hosting Zulip](https://zulip.com/self-hosting/).
2222
[zulip-github]: https://github.com/zulip/zulip#readme
2323
[install-zulip]: https://zulip.readthedocs.io/en/stable/production/install.html
2424
[back-up-zulip]: https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups
25-
[maintain-zulip]: https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html
26-
[modify-zulip]: https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html#modifying-zulip
25+
[maintain-zulip]: https://zulip.readthedocs.io/en/stable/production/upgrade.html
26+
[modify-zulip]: https://zulip.readthedocs.io/en/stable/production/modify.html

help/setting-up-zulip-for-a-class.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ensure you can always move from our hosting to yours (and back).
7171

7272
[install-zulip]: https://zulip.readthedocs.io/en/stable/production/install.html
7373
[back-up-zulip]: https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups
74-
[maintain-zulip]: https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html
74+
[maintain-zulip]: https://zulip.readthedocs.io/en/stable/production/upgrade.html
7575

7676

7777
## Do I need a separate Zulip organization for each class?

help/view-zulip-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ web app your organization is using.
1010
Zulip Cloud organizations are always updated to the latest version of Zulip.
1111

1212
[upgrade-zulip]:
13-
https://zulip.readthedocs.io/en/latest/production/upgrade-or-modify.html
13+
https://zulip.readthedocs.io/en/stable/production/upgrade.html
1414
[changelog]: https://zulip.readthedocs.io/en/latest/overview/changelog.html
1515

1616
### View Zulip server and web app version

scripts/lib/check-database-compatibility

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if os.path.exists("/etc/init.d/postgresql") and os.path.exists("/etc/zulip/zulip
5656
"\n"
5757
"In general, this results from manually upgrading PostgreSQL; you\n"
5858
"should follow our instructions for using our tool to do so:\n"
59-
"https://zulip.readthedocs.io/en/latest/production/upgrade.html#upgrading-postgresql",
59+
"https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-postgresql",
6060
postgresql_version,
6161
django_pg_version,
6262
)
@@ -66,8 +66,8 @@ if django_pg_version < 12:
6666
logging.critical("Unsupported PostgreSQL version: %d", postgresql_version)
6767
logging.info(
6868
"Please upgrade to PostgreSQL 12 or newer first.\n"
69-
"See https://zulip.readthedocs.io/en/latest/production/"
70-
"upgrade-or-modify.html#upgrading-postgresql"
69+
"See https://zulip.readthedocs.io/en/stable/production/"
70+
"upgrade.html#upgrading-postgresql"
7171
)
7272
sys.exit(1)
7373

scripts/lib/upgrade-zulip-stage-2

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def error_desupported_os(vendor: str, os_version: str) -> NoReturn:
5555
"Sorry! The support for your OS has been discontinued.\n"
5656
"Please upgrade your OS to a supported release first.\n"
5757
"See https://zulip.readthedocs.io/en/latest/production/"
58-
"upgrade-or-modify.html#upgrading-the-operating-system"
58+
"upgrade.html#upgrading-the-operating-system"
5959
)
6060
sys.exit(1)
6161

templates/corporate/for/business.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h1>
449449
Zulip Cloud is built with <a href="/policies/privacy">privacy</a> and <a href="/security/">security</a> in mind, and is used by some of the most security-conscious organizations in the world.
450450
</div>
451451
</li>
452-
<li><div class="list-content">Zulip is <a href="https://github.com/zulip">100% open-source software</a>, with no "open core" catch. We work hard to make it <a href="https://zulip.readthedocs.io/en/latest/production/install.html">easy to set up</a>, <a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups">back up</a>, and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">maintain</a> a self-hosted Zulip installation, where you have full control of your data.</div></li>
452+
<li><div class="list-content">Zulip is <a href="https://github.com/zulip">100% open-source software</a>, with no "open core" catch. We work hard to make it <a href="https://zulip.readthedocs.io/en/latest/production/install.html">easy to set up</a>, <a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups">back up</a>, and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">maintain</a> a self-hosted Zulip installation, where you have full control of your data.</div></li>
453453
<li><div class="list-content">Move your data with our high quality <a href="/help/export-your-organization">export</a> and <a href="https://zulip.readthedocs.io/en/latest/production/export-and-import.html">import</a> tools; you are never locked into a proprietary tool.</div></li>
454454
<li><div class="list-content">Zulip is built for scale and works reliably for organizations with thousands of users online at once with <a href="https://zulip.readthedocs.io/en/stable/production/requirements.html#scalability">modest hardware</a>.</div></li>
455455
<li>

templates/corporate/for/open-source.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h1>
268268
open-source software</a>, with no "open core"
269269
catch. We work hard to make it <a href="https://zulip.readthedocs.io/en/latest/production/install.html">easy to set up</a>,
270270
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups">backup</a>,
271-
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">maintain</a>
271+
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">maintain</a>
272272
a self-hosted Zulip installation, where you
273273
have full control of your data.
274274
</div>

templates/corporate/pricing_model.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Free</h2>
124124
<li><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data">LDAP/Active Directory sync</a></li>
125125
<li>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></li>
126126
<li>Easy <a href="https://zulip.readthedocs.io/en/stable/production/install.html">installation</a>
127-
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">maintenance</a></li>
127+
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">maintenance</a></li>
128128
</ul>
129129
</div>
130130
<div class="bottom">

templates/corporate/self-hosting.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h1>
144144
Our well-documented scripts help you
145145
<a href="https://zulip.readthedocs.io/en/stable/production/install.html">setup</a>,
146146
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups">backup</a>, and
147-
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">upgrade</a>
147+
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">upgrade</a>
148148
your self-hosted Zulip installation. Migrate your
149149
<a href="/help/migrating-from-other-chat-tools">data</a>
150150
and <a href="/integrations/doc/slack_incoming">integrations</a>
@@ -242,7 +242,7 @@ <h1>
242242
</p>
243243
<p>
244244
Zulip makes it easy to
245-
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html#modifying-zulip">
245+
<a href="https://zulip.readthedocs.io/en/stable/production/modify.html">
246246
maintain a fork</a> with customized features, with 175,000 words of documentation for
247247
system administrators and developers.
248248
</p>
@@ -292,7 +292,7 @@ <h2>Free</h2>
292292
<li><a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data">LDAP/Active Directory sync</a></li>
293293
<li>Advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/stream-permissions">permissions</a></li>
294294
<li>Easy <a href="https://zulip.readthedocs.io/en/stable/production/install.html">installation</a>
295-
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">maintenance</a></li>
295+
and <a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">maintenance</a></li>
296296
</ul>
297297
</div>
298298
<div class="bottom">

templates/zerver/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="footer__section-title">
5252
</a>
5353
</li>
5454
<li>
55-
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">
55+
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">
5656
{{ _("Upgrading a Zulip server") }}
5757
</a>
5858
</li>

templates/zerver/landing_nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<ul class="top-menu-submenu-list">
102102
<li class="top-menu-submenu-list-item"><a href="/help/getting-your-organization-started-with-zulip">Setting up your organization</a></li>
103103
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/install.html">Installing a Zulip server</a></li>
104-
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">Upgrading a Zulip server</a></li>
104+
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">Upgrading a Zulip server</a></li>
105105
<li class="top-menu-submenu-list-item"><a href="https://github.com/zulip/zulip" target="_blank" rel="noopener noreferrer">GitHub</a></li>
106106
</ul>
107107
</div>
@@ -227,7 +227,7 @@
227227
<ul class="top-menu-submenu-list">
228228
<li class="top-menu-submenu-list-item"><a href="/help/getting-your-organization-started-with-zulip">Setting up your organization</a></li>
229229
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/install.html">Installing a Zulip server</a></li>
230-
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html">Upgrading a Zulip server</a></li>
230+
<li class="top-menu-submenu-list-item"><a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">Upgrading a Zulip server</a></li>
231231
<li class="top-menu-submenu-list-item"><a href="https://github.com/zulip/zulip" target="_blank" rel="noopener noreferrer">GitHub</a></li>
232232
</ul>
233233
</div>

web/templates/gear_menu.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</li>
1313
{{#if server_needs_upgrade }}
1414
<li class="org-info org-upgrade small-font-size">
15-
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade-or-modify.html" target="_blank" rel="noopener noreferrer" role="menuitem">{{t 'Upgrade to the latest release' }}</a>
15+
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html" target="_blank" rel="noopener noreferrer" role="menuitem">{{t 'Upgrade to the latest release' }}</a>
1616
</li>
1717
{{/if}}
1818
{{else}}

0 commit comments

Comments
 (0)