Skip to content

Commit f1292a7

Browse files
dlechWasabiFan
authored andcommitted
Rename downloads page to match title (ev3dev#360)
for the people that type it in
1 parent 07abcbb commit f1292a7

8 files changed

+9
-8
lines changed

_includes/page-core/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="/docs/getting-started" title="Our Getting Started guide">Start Here</a>
1818
</li>
1919
<li>
20-
<a href="/download" title="SD card images for ev3dev">Downloads</a>
20+
<a href="/downloads" title="SD card images for ev3dev">Downloads</a>
2121
</li>
2222
<li class="dropdown">
2323
<a class="dropdown-toggle" data-toggle="dropdown" title="Documentation on using ev3dev">

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ please [open an issue on GitHub](/support){: .alert-link}.
6262
<br/>
6363
To get started, you will need to download the release corresponding to the platform
6464
you are using. For additional downloads and advanced information, check out our
65-
[dedicated download page](/download).
65+
[dedicated download page](/downloads).
6666

6767
</div>
6868
<div class="release-link-alt" markdown="1">

docs/tutorials/upgrading-ev3dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are multiple ways that you can upgrade ev3dev.
1414

1515
This option will likely be the fastest by far. **However, by re-flashing your SD card, you will lose any files that were stored in your ev3dev installation, including code and installed programs.**
1616

17-
Head over to our [downloads page](/download) to download the appropriate image
17+
Head over to our [downloads page](/downloads) to download the appropriate image
1818
and then follow the linked instructions at the top of that page to flash the
1919
flash to your SD card.
2020

docs/tutorials/writing-sd-card-image-linux-command-line.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ group: sd-card-image
4343
include the partition number.
4444

4545
In this example we downloaded the compressed disk image file to
46-
`~/Download/` and our SD card is `/dev/sdb`. Adjust these values as
46+
`~/Downloads/` and our SD card is `/dev/sdb`. Adjust these values as
4747
needed. This will take a long time.
4848

49-
user@host ~ $ xzcat ~/Download/ev3dev-yyyy-mm-dd.img.xz | sudo dd bs=4M of=/dev/sdb
49+
user@host ~ $ xzcat ~/Downloads/ev3dev-yyyy-mm-dd.img.xz | sudo dd bs=4M of=/dev/sdb
5050
[sudo] password for user:
5151

5252
**TIP:** You can monitor the progress of this by running the following in

download.md renamed to downloads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Downloads
33
subtitle: Bootable SD card image files
44
excerpt: Download ev3dev SD card images.
55
no-wrapper: true
6+
redirect_from: /download/
67
---
78

89
{% include /style/begin-section.html %}

news/_posts/2016-10-17-ev3dev-jessie-2016-10-17-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Also, `sudo ev3dev-config` will help you with some basic administrative tasks.
8080

8181
### Download
8282

83-
We have a fancy new [download](/download) page. Check it out!
83+
We have a fancy new [download](/downloads) page. Check it out!

news/_posts/2016-12-21-ev3dev-jessie-2016-12-21-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ More details are in the [release notes].
2121

2222
### Download
2323

24-
You can find SD card images on our [download](/download) page.
24+
You can find SD card images on our [download](/downloads) page.

news/_posts/2017-02-11-ev3dev-jessie-2017-02-11-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ More details are in the [release notes].
5555

5656
### Download
5757

58-
You can find SD card images on our [download](/download) page.
58+
You can find SD card images on our [download](/downloads) page.

0 commit comments

Comments
 (0)