Skip to content

Commit 73a63a1

Browse files
committed
Fix capitalization of SUSE and openSUSE
1 parent 9e70a4e commit 73a63a1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

templates/pages/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>Binary packages</h3>
3131
</li>
3232
<li><a href="/download/linux/debian/">Debian</a> GNU/Linux and derivatives</li>
3333
<li><a href="/download/linux/ubuntu/">Ubuntu</a> Linux and derivatives</li>
34-
<li><a href="/download/linux/suse/">SuSE</a> and <a href="/download/linux/suse/">OpenSuSE</a></li>
34+
<li><a href="/download/linux/suse/">SUSE</a> and <a href="/download/linux/suse/">OpenSUSE</a></li>
3535
<li><a href="/download/linux/">Other</a> Linux</li>
3636
</ul>
3737
</li>

templates/pages/download/linux.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Linux downloads (other) <img class="logo" src="/media/img/linux.svg" alt="Li
1414
</li>
1515
<li><a href="/download/linux/debian/">Debian</a> GNU/Linux and derivatives</li>
1616
<li><a href="/download/linux/ubuntu/">Ubuntu</a> Linux and derivatives</li>
17-
<li><a href="/download/linux/suse/">SuSE</a> and <a href="/download/linux/suse/">OpenSuSE</a></li>
17+
<li><a href="/download/linux/suse/">SUSE</a> and <a href="/download/linux/suse/">OpenSUSE</a></li>
1818
</ul>
1919

2020
<h2>Generic linux distributions</h2>
@@ -44,7 +44,7 @@ <h3>Platform support</h3>
4444

4545
<p>The installers are not specifically tested on Linux distributions other than those
4646
listed on the <a href="/download/linux/redhat/">Red Hat</a>, <a href="/download/linux/debian/">Debian</a>,
47-
<a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SuSE</a>
47+
<a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SUSE</a>
4848
pages, but can be expected to work on reasonably modern distributions in most cases.</p>
4949

5050
{%include "pages/download/linux/linux_source.inc" %}

templates/pages/download/linux/suse.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{%extends "base/page.html"%}
2-
{%block title%}Linux downloads (SuSE){%endblock%}
2+
{%block title%}Linux downloads (SUSE){%endblock%}
33
{%block contents%}
44

5-
<h1>Linux downloads (SuSE) <img class="logo" src="/media/img/suse.svg" alt="SUSE Logo" /></h1>
5+
<h1>Linux downloads (SUSE) <img class="logo" src="/media/img/suse.svg" alt="SUSE Logo" /></h1>
66
<p>
7-
PostgreSQL is available in all SuSE versions by default. However,
8-
SuSE Linux "snapshots" a specific version of PostgreSQL
9-
that is then supported throughout the lifetime of that SuSE version.
7+
PostgreSQL is available in all SUSE versions by default. However,
8+
SUSE Linux "snapshots" a specific version of PostgreSQL
9+
that is then supported throughout the lifetime of that SUSE version.
1010
</p>
1111
<a name="zypper"></a><h2>PostgreSQL RPM Repository</h2>
1212
<p>

0 commit comments

Comments
 (0)