Skip to content

Commit 1808864

Browse files
committed
Replace links to ephemeral file URLs with relative paths
In addition to the Markdown content source files, this repository hosts non-text files. These are linked to in the content. The website publishing system hosts these non-text files in paths under the `static` subfolder of the website. The path of the published file includes the file's MD5 hash. This means that the URL will change every time the file is modified. For this reason, hardcoding links to these URLs in the content should be avoided whenever possible. The website generation system automatically replaces links to relative paths with the equivalent ephemeral URL under the `static` subfolder of the website. This means that a link to the relative path of the file is functionally equivalent to linking the hardcoded ephemeral URL. Although a relative path link is still prone to breakage if the content or target file is moved to a different location in the repository, this will probably occur less frequently than modifications to the files, making the relative path approach superior to the alternative of hardcoding the ephemeral URL.
1 parent 1bf483a commit 1808864

File tree

8 files changed

+8
-8
lines changed
  • content/hardware
    • 03.nano/boards/nano-matter/tutorials/user-manual
    • 04.pro/boards
    • 05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual
    • 06.nicla/boards
    • 07.opta/opta-family/opta/tutorials/01.user-manual

8 files changed

+8
-8
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The complete schematics are available and downloadable as PDF from the link belo
8686

8787
The complete STEP files are available and downloadable from the link below:
8888

89-
- [Nano Matter STEP files](https://docs.arduino.cc/static/96e7dacc4383cd4a4a928872eca9e3da/ABX00112-step.zip)
89+
- [Nano Matter STEP files](../../downloads/ABX00112-step.zip)
9090

9191

9292
### Form Factor

content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The complete schematics are available and downloadable as PDF from the link belo
9090

9191
The complete STEP files are available and downloadable from the link below:
9292

93-
- [Portenta C33 STEP files](https://docs.arduino.cc/static/0d1ade945a6d5105667ee3a0e50b96c7/ABX00074-step.zip)
93+
- [Portenta C33 STEP files](../../downloads/ABX00074-step.zip)
9494

9595
## First Use
9696

content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The full schematics are available and downloadable as PDF from the link below:
9191
### STEP Files
9292

9393
The full _STEP_ files are available and downloadable from the link below:
94-
* [Portenta X8 STEP files](https://docs.arduino.cc/static/5d95e348688a9678e04d6f4d0b994844/ABX00049-step.zip)
94+
* [Portenta X8 STEP files](../../downloads/ABX00049-step.zip)
9595

9696
### Linux Environment
9797

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The complete datasheet is available and downloadable as PDF from the link below:
149149

150150
The complete STEP files are available and downloadable from the link below:
151151

152-
- [Portenta Machine Control STEP files](https://docs.arduino.cc/static/142bd938b340c767b9343451485aa5d2/AKX00032-step.zip)
152+
- [Portenta Machine Control STEP files](../../downloads/AKX00032-step.zip)
153153

154154
## First Use
155155

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The complete schematics are available and downloadable as PDF from the link belo
8484

8585
The complete STEP files are available and downloadable from the link below:
8686

87-
- [Nicla Sense ME STEP files](https://docs.arduino.cc/static/10c0953581f489a9a136ff00f2d2fa9d/ABX00050-step.zip)
87+
- [Nicla Sense ME STEP files](../../downloads/ABX00050-step.zip)
8888

8989

9090
## First Use

content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The complete schematics are available and downloadable as PDF from the link belo
150150

151151
The complete STEP files are available and downloadable from the link below:
152152

153-
- [Nicla Vision STEP files](https://docs.arduino.cc/static/24f56d94c6040c9c3a4a187375cf7601/ABX00051-step.zip)
153+
- [Nicla Vision STEP files](../../downloads/ABX00051-step.zip)
154154

155155
## First Use
156156
### Powering the Board

content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The complete schematics are available and downloadable as PDF from the link belo
8787

8888
The complete STEP files are available and downloadable from the link below:
8989

90-
- [Nicla Voice STEP files](https://docs.arduino.cc/static/6329da6a0adf61028fa0c8b63a122f04/ABX00061-step.zip)
90+
- [Nicla Voice STEP files](../../downloads/ABX00061-step.zip)
9191

9292
## First Use
9393

content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The complete datasheet (for all Opta™ variants) is available and downloadable
130130

131131
The complete STEP files (for all Opta™ variants) are available and downloadable from the link below:
132132

133-
- [Opta™ STEP files](https://docs.arduino.cc/static/805141cc64a9a27e4e73a94065fa0703/AFX00001-AFX00002-AFX00003-step.zip)
133+
- [Opta™ STEP files](../../downloads/AFX00001-AFX00002-AFX00003-step.zip)
134134

135135
## First Use
136136

0 commit comments

Comments
 (0)