Skip to content

Commit 587b2a3

Browse files
committed
tools: move GUIs to tools section
Signed-off-by: Julia Evans <[email protected]>
1 parent e74bab8 commit 587b2a3

File tree

8 files changed

+11
-25
lines changed

8 files changed

+11
-25
lines changed

content/downloads/_index.html

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,13 @@ <h1>Downloads</h1>
3838
</div>
3939
</div>
4040
<div class="callout" id="more-downloads">
41-
<div class="two-column">
42-
<div class="column-left">
43-
<h2>GUI Clients</h2>
44-
<p>
45-
Git comes with built-in GUI tools (<strong>git-gui</strong>, <strong>gitk</strong>), but there are several third-party tools for users looking for a platform-specific experience.
46-
</p>
47-
<p>
48-
<strong>
49-
<a href="{{< relurl "downloads/guis" >}}">View GUI Clients →</a>
50-
</strong>
51-
</p>
52-
</div>
53-
<div class="column-right">
54-
<h2>Logos</h2>
55-
<p>Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.</p>
56-
<p>
57-
<strong>
58-
<a href="{{< relurl "downloads/logos" >}}">View Logos →</a>
59-
</strong>
60-
</p>
61-
</div>
62-
</div>
41+
<h2>Logos</h2>
42+
<p>Various Git logos in PNG (bitmap) and EPS (vector) formats are available for use in online and print projects.</p>
43+
<p>
44+
<strong>
45+
<a href="{{< relurl "downloads/logos" >}}">View Logos →</a>
46+
</strong>
47+
</p>
6348
</div>
6449
<h2>Git via Git</h2>
6550
<p>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
section: "downloads"
2+
section: "tools"
33
subsection: "guis"
44
title: "Git - GUI Clients"
5-
url: /downloads/guis.html
5+
url: /tools/guis.html
66
aliases:
7+
- /downloads/guis.html
78
- /downloads/guis/index.html
89
- /download/guis/index.html
910
- /download/guis.html

layouts/partials/site-root.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>Reference</h3>
3434
<a href="{{ relURL "downloads" }}">
3535
<img src="{{ relURL "images/icons/fa-down-long.svg" }}" width="74" height="74" />
3636
<h3>Downloads</h3>
37-
<p>GUI clients and binary releases for all major platforms.</p>
37+
<p>Binary releases for all major platforms.</p>
3838
</a>
3939
</li>
4040
<li>

0 commit comments

Comments
 (0)