Skip to content

Commit 17f6d68

Browse files
pcolmerphilip-linaroKyle
authored
Add trailing slashes (#919)
* Add trailing slashes * Stop TOC being auto-generated * Undo TOC changes done by plugin Co-authored-by: Philip Colmer <[email protected]> Co-authored-by: Kyle <[email protected]>
1 parent 16b3bca commit 17f6d68

File tree

48 files changed

+80
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+80
-80
lines changed

Diff for: CONTRIBUTE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thanks for stopping by to contribute the mezzanine-community repository! The fol
1010
**NOTE: This documentation is solely for the 96Boards Documentation Repository, for filing bugs and issues about the boards themselves please refer to: [Report A Bug](Extras/Report_a_bug.md)**
1111

1212
## Table Of Contents
13-
13+
<!-- no toc -->
1414
- [Bugs and Suggestions](#bugs-and-suggestions)
1515
- [Contribution](#contribution)
1616
- [General Contribution and Bug-Fixes](#general-contribution-and-bug-fixes)
@@ -95,7 +95,7 @@ We encourage our community members to submit 96Boards related guides to our repo
9595

9696
If you have recently launched a new 96Boards and have to add it to the documentation repository.
9797
- Get yourself familiar with the [General Contribution and Bug-Fixes](#general-contribution-and-bug-fixes) topic.
98-
- Arrange your documentation material following the [Template](templates/board-template)
98+
- Arrange your documentation material following the [Template](templates/board-template/README.md){:target="_blank"}
9999
- Each folder/section has a README.md file that acts like the "index.html" or front page of said section of the documentation. This can be used as an index or point-of-entry for said section of the documentation.
100100
- **Boards Folder Structure:**
101101
- ```<board-name/additional-docs/```:
@@ -111,9 +111,9 @@ If you have recently launched a new 96Boards and have to add it to the documenta
111111
- ```<boards-name>/installation/>```: Instructions to install various pieces of software go here. These may include Kernel, OS, Bootlaoder etc.
112112
- ```<boards-name>/support/>```: Any information relating to finding support for your board is placed here. This may include forum links and also links to other sections of this documentation.
113113
- Copy you board folder under the right Edition category folder
114-
- [Consumer Edition(CE)](consumer) ```/consumer/<board-name>/```
115-
- [Enterprise Edition(EE)](enterprise) ```/enterprise/<board-name>/```
116-
- [Internet of Things Edition(IE)](iot) ```/iot/<board-name>/```
114+
- [Consumer Edition(CE)](consumer/) ```/consumer/<board-name>/```
115+
- [Enterprise Edition(EE)](enterprise/) ```/enterprise/<board-name>/```
116+
- [Internet of Things Edition(IE)](iot/) ```/iot/<board-name>/```
117117
- Send in a Pull Request
118118

119119
**Things To Remember: Before sending the Pull request:**
@@ -136,7 +136,7 @@ If you have recently launched a new 96Boards and have to add it to the documenta
136136
```
137137
- And modify them according to your board
138138
- Make sure to place all the images in the ```assets/images``` folder with the correct resolution as mentioned in the template.
139-
- If your board has its guides section populated, make sure to add the board to our [guides page](guides) ```/guides/README.md```
139+
- If your board has its guides section populated, make sure to add the board to our [guides page](guides/) ```/guides/README.md```
140140
- Before submitting a Pull Request to the 96Boards repository, make sure to read and adhere to our guidelines mentioned in the [Guidelines for submitting a Pull Request](#guidelines-for-submitting-a-pull-request) section.
141141
- Also take a look at our [Contribution Guide](https://www.youtube.com/playlist?list=PL-NF6S9MM_W1Lf714oYsSRIHT4bL_8P7e) play-list over at YouTube for short tutorials.
142142

Diff for: consumer/avenger96/installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This method requires the following hardware:
2727
- USB Mouse and/or keyboard
2828
- HDMI Monitor
2929

30-
Go to the [Downloads page](../downloads) to get your SD card image.
30+
Go to the [Downloads page](../downloads/) to get your SD card image.
3131

3232
Proceed to installation instructions using [Etcher](https://etcher.io/)
3333

Diff for: consumer/avenger96/installation/sd-etcher-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ redirect_from:
2121

2222
##### Step 5: Removed SD card from host machine and insert into Avenger96 board (on board SD card slot)
2323

24-
##### Step 6: Follow booting instructions from [Getting Started guide](../getting-started)
24+
##### Step 6: Follow booting instructions from [Getting Started guide](../getting-started/)

Diff for: consumer/dragonboard/dragonboard820c/downloads/debian.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ redirect_from: /documentation/consumer/dragonboard820c/downloads/debian.md.html
1616
|[Download](http://snapshots.linaro.org/96boards/dragonboard820c/linaro/rescue/latest/dragonboard-820c-sdcard-rescue-*.zip) |
1717
|[Release Notes](http://snapshots.linaro.org/96boards/dragonboard820c/linaro/rescue/latest/) |
1818

19-
### Continue to [Installation page](../installation)
19+
### Continue to [Installation page](../installation/)
2020

2121
***
2222

@@ -38,4 +38,4 @@ redirect_from: /documentation/consumer/dragonboard820c/downloads/debian.md.html
3838
| [Developer](http://snapshots.linaro.org/96boards/dragonboard820c/linaro/debian/latest/linaro-*-developer-dragonboard-820c-*.img.gz) |
3939
| [Release Notes](http://snapshots.linaro.org/96boards/dragonboard820c/linaro/debian/latest/) |
4040

41-
### Continue to [Installation page](../installation)
41+
### Continue to [Installation page](../installation/)

Diff for: consumer/dragonboard/dragonboard820c/downloads/open-embedded.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Choose one boot image, the root file system you choose will be based on the boot
2222

2323
Latest OpenEmbedded snapshot images can be found [HERE](http://snapshots.linaro.org/96boards/dragonboard820c/linaro/openembedded/). Once you have downloaded your pre-built images, proceed to the installation page.
2424

25-
## Continue to [Installation page](../installation)
25+
## Continue to [Installation page](../installation/)

Diff for: consumer/dragonboard/dragonboard845c/downloads/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Other operating systems supported on DragonBoard 845c, offered by partners.
2222
- [Official AOSP for DragonBoard 845c](https://source.android.com/setup/build/devices#845cdragonboard), also check [Linaro additional instructions](https://wiki.linaro.org/AOSP/db845c)
2323
- [LE OS (Based on Yocto Project)](https://thundercomm.s3.ap-northeast-1.amazonaws.com/shop/doc/1544580412842651/A845-2.160400.10.00120.1-P1-R-V01-201902221852_jde5r6s9xw.zip)
2424

25-
Continue to [Installation Page](../installation)
25+
Continue to [Installation Page](../installation/)
2626

2727
***

Diff for: consumer/hikey/hikey970/build/aosp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ $ make -j$(nproc)
4040

4141
# Installation
4242

43-
- Proceed to [Installation Instructions](../installation)
43+
- Proceed to [Installation Instructions](../installation/)

Diff for: consumer/parrot/downloads/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This pre-built Linux image provides users with a great development environment f
1111

1212
Coming Soon...
1313

14-
## Continue to [Installation page](../installation)
14+
## Continue to [Installation page](../installation/)

Diff for: consumer/parrot/getting-started/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Please visit the [Hardware](/documentation/consumer/parrot/hardware-docs/files/p
5656

5757
If you are already familiar with the Parrot and would like to change out the stock operating system, please proceed to one of the following pages:
5858

59-
- [Downloads page](../downloads): This page lists all Linaro and 3rd party operating systems available for the Parrot
60-
- [Installation page](../installation): If you already have the images you need, this page has information on how to install the different operating systems onto your Parrot
59+
- [Downloads page](../downloads/): This page lists all Linaro and 3rd party operating systems available for the Parrot
60+
- [Installation page](../installation/): If you already have the images you need, this page has information on how to install the different operating systems onto your Parrot
6161
- [Guides](../guides/)
62-
- [Support](../support)
62+
- [Support](../support/)
6363
- From bug reports and current issues, to forum access and other useful resources, we want to help you find answers
6464

6565
Back to the [Parrot documentation home page](../)

Diff for: consumer/rock/build/Android7-TV.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ $ ./android-gpt.sh
165165

166166
Will be generated `Image/gpt.img`
167167

168-
Proceed to [Installation Instructions](../installation)
168+
Proceed to [Installation Instructions](../installation/)

Diff for: consumer/rock/build/Android7-Tablet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ $ ./android-gpt.sh
173173

174174
Will be generated `Image/gpt.img`
175175

176-
Proceed to [Installation Instructions](../installation)
176+
Proceed to [Installation Instructions](../installation/)

Diff for: consumer/rock/build/Android9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ $ ./android-gpt.sh
178178

179179
Will be generated `Image/gpt.img`
180180

181-
Proceed to [Installation Instructions](../installation)
181+
Proceed to [Installation Instructions](../installation/)

Diff for: consumer/rock/build/aosp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ $ ./android-gpt.sh
167167

168168
**rockdev/gpt.img** is the gpt image with all partitions.
169169

170-
Proceed to [Installation Instructions](../installation)
170+
Proceed to [Installation Instructions](../installation/)

Diff for: consumer/rock/downloads/debian.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ redirect_from: /documentation/consumer/rock960/downloads/debian.md.html
3838
| All-in-one GPT image with bootloader/kernel/rootfs | [Debian Stretch Desktop armhf](https://dl.vamrs.com/products/rock960c/images/debian/rock960c_debian_stretch_lxde_armhf_20180920.tar.gz) |
3939

4040

41-
This image can be flashed to eMMC from USB or write and run on a SD card. Continue to [Installation page](../installation)
41+
This image can be flashed to eMMC from USB or write and run on a SD card. Continue to [Installation page](../installation/)
4242

4343
***
4444

@@ -78,4 +78,4 @@ This image can be flashed to eMMC from USB or write and run on a SD card. Contin
7878
|:------------------|:----------------------------------|
7979
|Debian rootfs armhf | [debian_rootfs.img.gz](https://dl.vamrs.com/products/rock960c/images/debian/debian_rootfs_armhf_rockchip_release_20171108.img.gz) |
8080

81-
Continue to [Installation page](../installation)
81+
Continue to [Installation page](../installation/)

Diff for: consumer/rock/downloads/ubuntu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ redirect_from: /documentation/consumer/rock960/downloads/ubuntu.md.html
3535
| SD Card/eMMC Image | Download |
3636
|:------------------|:------------------------------------|
3737
|All-in-one GPT image with bootloader/kernel/rootfs |[Ubuntu 16.04 Server arm64](https://dl.vamrs.com/products/rock960c/images/ubuntu/rock960_model_c_ubuntu_server_arm64_20181001-1845.tar.gz) |
38-
This image can be flashed to eMMC from USB or write and run on a SD card. Continue to [Installation page](../installation)
38+
This image can be flashed to eMMC from USB or write and run on a SD card. Continue to [Installation page](../installation/)
3939

4040
***
4141

@@ -75,4 +75,4 @@ This image can be flashed to eMMC from USB or write and run on a SD card. Contin
7575
|:------------------|:----------------------------------|
7676
| Ubuntu 16.04 Server rootfs arm64 | [ubuntu_16.04_server_rootfs.img.gz](https://dl.vamrs.com/products/rock960c/images/ubuntu/partitions/rootfs/ubuntu_server_16.04_arm64_rootfs_20171108.ext4.gz) |
7777

78-
Continue to [Installation page](../installation)
78+
Continue to [Installation page](../installation/)

Diff for: consumer/rock/installation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This method requires the following hardware:
3838
- USB Mouse and/or keyboard (not required to perform flash)
3939
- HDMI Monitor with full size HDMI cable (not required to perform flash)
4040

41-
Go to the [Downloads page](../downloads) to get your bootloader, boot image, and root file system image (rootfs).
41+
Go to the [Downloads page](../downloads/) to get your bootloader, boot image, and root file system image (rootfs).
4242

4343
Choose host machine
4444

@@ -58,7 +58,7 @@ This method requires the following hardware:
5858
- USB Mouse and/or keyboard
5959
- HDMI Monitor with full size HDMI cable
6060

61-
Go to the [Downloads page](../downloads) to get your SD card image.
61+
Go to the [Downloads page](../downloads/) to get your SD card image.
6262

6363
Choose host machine
6464

Diff for: consumer/rock/installation/linux-mac-rkdeveloptool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Now you have rkdeveloptool executable at the current directory.
6262

6363
#### **Step 2**: Download all necessary images
6464

65-
Go to the [Downloads page](../downloads) to donwload the image.
65+
Go to the [Downloads page](../downloads/) to donwload the image.
6666

6767
Extract the image tar ball, for SD card/eMMC AIO image, the file list as below:
6868

Diff for: consumer/rock/installation/linux-upgrade_tool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ should return
5151

5252
#### **Step 2**: Prepare necessary Android images
5353

54-
Go to the [Downloads page](../downloads) to donwload the image or use your own built one. _update.img_ is the default name if you follow the build instructions of [AOSP](../build/aosp.md). We use the name _-rkupdate.img_ to refer Rockchip format packed Android image.
54+
Go to the [Downloads page](../downloads/) to donwload the image or use your own built one. _update.img_ is the default name if you follow the build instructions of [AOSP](../build/aosp.md). We use the name _-rkupdate.img_ to refer Rockchip format packed Android image.
5555

5656
It contains the following partitions:
5757

Diff for: consumer/rock/rock960/getting-started/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Please visit the [ROCK960 Hardware User Manual](../hardware-docs/hardware-user-m
114114

115115
If you are already familiar with the ROCK960 board and would like to change out the stock operating system, please proceed to one of the following pages:
116116

117-
- [Downloads page](../../downloads): This page lists all Linaro and 3rd party operating systems available for ROCK960
118-
- [Installation page](../../installation): If you already have the images you need, this page has information on how to install the different operating systems onto your ROCK960 board
119-
- [Troubleshooting](../../support)
117+
- [Downloads page](../../downloads/): This page lists all Linaro and 3rd party operating systems available for ROCK960
118+
- [Installation page](../../installation/): If you already have the images you need, this page has information on how to install the different operating systems onto your ROCK960 board
119+
- [Troubleshooting](../../support/)
120120
- From bug reports and current issues, to forum access and other useful resources, we want to help you find answers
121121

122122
Back to the [ROCK960 documentation home page](../)

Diff for: consumer/rock/rock960/guides/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from: /documentation/consumer/rock960/guides/
88

99
These guides will help to get you started with a variety of available on-boards software
1010

11-
- [Common guides for Rock boards](../../guides)
11+
- [Common guides for Rock boards](../../guides/)
1212

1313
# ROCK960 Specific Guides
1414

Diff for: consumer/rock/rock960c/getting-started/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Please visit the [ROCK960 Model C Hardware User Manual](../hardware-docs/hardwar
131131

132132
### Download Image and tools
133133

134-
- Go to [Downloads page](../../downloads): This page lists all Linaro and 3rd party operating systems available for ROCK960 Model C. Choose an Image to download and unzip it.
134+
- Go to [Downloads page](../../downloads/): This page lists all Linaro and 3rd party operating systems available for ROCK960 Model C. Choose an Image to download and unzip it.
135135

136136
- Download the flash tool, [Etcher](https://etcher.io). Choose the right version for your host operation system. Here we take Ubuntu as an example, other host OS are similar.
137137
<img src="../additional-docs/images/images-install/linux_etcher_download_website.png" data-canonical-src="" width="250" height="160" />
@@ -176,11 +176,11 @@ Please visit the [ROCK960 Model C Hardware User Manual](../hardware-docs/hardwar
176176

177177
## What's Next?
178178

179-
- [Downloads page](../../downloads): This page lists all Linaro and 3rd party operating systems available for ROCK960 Model C. Try alternative images for ROCK960 Model C.
179+
- [Downloads page](../../downloads/): This page lists all Linaro and 3rd party operating systems available for ROCK960 Model C. Try alternative images for ROCK960 Model C.
180180

181-
- [Installation page](../../installation): This page lists other installation method for ROCK960 Model C.
182-
- [Userful Guide page](../../guides): This page lists some useful guide of using ROCK960 Model C.
183-
- [Troubleshooting](../../support)
181+
- [Installation page](../../installation/): This page lists other installation method for ROCK960 Model C.
182+
- [Userful Guide page](../../guides/): This page lists some useful guide of using ROCK960 Model C.
183+
- [Troubleshooting](../../support/)
184184
- From bug reports and current issues, to forum access and other useful resources, we want to help you find answers
185185

186186
Back to the [ROCK960 documentation home page](../)

Diff for: consumer/rock/rock960c/guides/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /documentation/consumer/rock/rock960c/guides/
77

88
These guides will help to get you started with a variety of available on-boards software
99

10-
- [Common guides for Rock boards](../../guides)
10+
- [Common guides for Rock boards](../../guides/)
1111

1212
# ROCK960c Specific Guides
1313

Diff for: consumer/sophon-edge/downloads/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This pre-built Linux image provides users with a great development environment f
1111

1212
Coming Soon...
1313

14-
## Continue to [Installation page](../installation)
14+
## Continue to [Installation page](../installation/)

Diff for: consumer/sophon-edge/getting-started/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Once the board powers up, the boot information will be printed on the UART termi
6868

6969
If you are already familiar with the Sophon Edge and would like to change out the stock operating system, please proceed to one of the following pages:
7070

71-
- [Downloads page](../downloads): This page lists all Linaro and 3rd party operating systems available for the Sophon Edge
72-
- [Installation page](../installation): If you already have the images you need, this page has information on how to install the different operating systems onto your Sophon Edge
71+
- [Downloads page](../downloads/): This page lists all Linaro and 3rd party operating systems available for the Sophon Edge
72+
- [Installation page](../installation/): If you already have the images you need, this page has information on how to install the different operating systems onto your Sophon Edge
7373
- [Guides](../guides/)
74-
- [Support](../support)
74+
- [Support](../support/)
7575
- From bug reports and current issues, to forum access and other useful resources, we want to help you find answers
7676

7777
Back to the [Sophon Edge documentation home page](../)

Diff for: consumer/ultra96/ultra96-v1/downloads/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This pre-built Linux image provides users with a great development environment f
1414
|[Download](https://releases.linaro.org/96boards/ultra96/avnet/openembedded/latest/Ultra96_rev1_sdcard_image_180409.tar.gz) |
1515
|[Release Notes](https://releases.linaro.org/96boards/ultra96/avnet/openembedded/latest/) |
1616

17-
## Continue to [Installation page](../installation)
17+
## Continue to [Installation page](../installation/)

Diff for: consumer/ultra96/ultra96-v1/getting-started/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ The Ultra96 comes preloaded with Linux and can be up and running in two ways:
8686

8787
If you are already familiar with the Ultra96 and would like to change out the stock operating system, please proceed to one of the following pages:
8888

89-
- [Downloads page](../downloads): This page lists all Linaro and 3rd party operating systems available for the Ultra96
90-
- [Installation page](../installation): If you already have the images you need, this page has information on how to install the different operating systems onto your Ultra96
89+
- [Downloads page](../downloads/): This page lists all Linaro and 3rd party operating systems available for the Ultra96
90+
- [Installation page](../installation/): If you already have the images you need, this page has information on how to install the different operating systems onto your Ultra96
9191
- [Guides](../guides/)
9292
- [Board Recovery](../installation/board-recovery.md)
9393
- If at any time your board is having unexplainable issues, it is suggested to attempt a board recovery. These instructions will guide you through a succesfull board recovery.
94-
- [Support](../support)
94+
- [Support](../support/)
9595
- From bug reports and current issues, to forum access and other useful resources, we want to help you find answers
9696

9797
Back to the [Ultra96 documentation home page](../)

Diff for: consumer/ultra96/ultra96-v1/installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This method requires the following hardware:
3535
- USB Mouse and/or keyboard
3636
- Mini DisplayPort cable to HDMI or DisplayPort
3737

38-
Go to the [Downloads page](../downloads) to get your SD card image.
38+
Go to the [Downloads page](../downloads/) to get your SD card image.
3939

4040
Proceed to installation instructions using [Etcher](https://etcher.io/)
4141

Diff for: consumer/ultra96/ultra96-v1/installation/sd-etcher-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ redirect_from:
2121

2222
##### Step 5: Removed SD card from host machine and insert into Ultra96 board (on board SD card slot)
2323

24-
##### Step 6: Follow booting instrutions from [Getting Started guide](../getting-started)
24+
##### Step 6: Follow booting instrutions from [Getting Started guide](../getting-started/)

Diff for: consumer/ultra96/ultra96-v2/downloads/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This pre-built Linux image provides users with a great development environment f
1414
|[Download](http://avnet.me/ultra96-v2-oob) |
1515
|Release Notes |
1616

17-
## Continue to [Installation page](../installation)
17+
## Continue to [Installation page](../installation/)

0 commit comments

Comments
 (0)