Skip to content

Commit 71bc2e1

Browse files
dbkindernashif
authored andcommitted
doc: fix board/sample broken links
Some files have moved from their original location, or are no longer available. For the mbedtls samples, tweak the link to point to a page where links for current and previous downloads can be found. Signed-off-by: David B. Kinder <[email protected]>
1 parent 72ddd52 commit 71bc2e1

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

boards/arc/em_starterkit/doc/board.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ References
284284

285285
.. _Putty website: http://www.putty.org
286286

287-
.. _ARC EM Starter Kit User Guide: https://www.embarc.org/help.html#starterkit
287+
.. _ARC EM Starter Kit User Guide: https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit

boards/x86/galileo/doc/galileo.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ At this time, the kernel does not support the following:
343343
Bibliography
344344
************
345345

346-
1. `Intel® Galileo Datasheet`_, Order Number: 329681-001US
346+
1. `Intel® Galileo Datasheet`_, Order Number: 329681-003US
347347

348348
.. _Intel® Galileo Datasheet:
349-
http://www.intel.com/newsroom/kits/quark/galileo/pdfs/Intel_Galileo_Datasheet.pdf
349+
https://www.intel.com/content/dam/support/us/en/documents/galileo/sb/galileo_datasheet_329681_003.pdf
350350

351351
2. `Intel® Galileo Board User Guide`_.
352352

@@ -356,8 +356,7 @@ Bibliography
356356
3. `Intel® Quark SoC X1000 Datasheet`_, Order Number: 329676-001US
357357

358358
.. _Intel® Quark SoC X1000 Datasheet:
359-
https://communities.intel.com/servlet/JiveServlet/previewBody/
360-
21828-102-2-25120/329676_QuarkDatasheet.pdf
359+
https://communities.intel.com/servlet/JiveServlet/previewBody/21828-102-2-25120/329676_QuarkDatasheet.pdf
361360

362361
4. `Intel® Quark Core Hardware Reference Manual`_.
363362

samples/net/mbedtls_dtlsclient/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ Building and running
1212

1313
Follow the steps for testing :ref:`networking_with_qemu`.
1414

15-
Obtain the mbed TLS code from:
16-
17-
https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz
18-
15+
Obtain the mbed TLS code from: https://tls.mbed.org/download-archive
1916
and put it in a well known directory on your Linux machine, this will be your
20-
server.
17+
server. (We're using version 2.3.0 for this example.)
2118

22-
change to that directory and compile the mbedTLS on your host machine:
19+
Change to that directory and compile the mbedTLS on your host machine:
2320

2421
.. code-block:: console
2522

samples/net/mbedtls_dtlsserver/README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ In the application directory type:
2727
. Setting up ecjpake password ... ok
2828
. Performing the TLS handshake...
2929
30-
In other terminal window, obtain the mbed TLS code from:
31-
32-
https://tls.mbed.org/download/start/mbedtls-2.3.0-apache.tgz
33-
34-
and put it in a well known directory, in your Linux machine, this will be your
35-
client.
30+
In another terminal window, obtain the mbed TLS code from:
31+
https://tls.mbed.org/download-archive
32+
and put it in a well known directory on your Linux machine, this will be your
33+
client. (We're using version 2.3.0 for this example.)
3634

3735
Move to that directory and compile the mbedTLS on your host machine
3836

samples/sensor/th02/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ References
3838

3939

4040
.. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
41-
.. _Grove Tempture And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/
41+
.. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/

0 commit comments

Comments
 (0)