Skip to content

Commit 56afe97

Browse files
dbkinderwenlingz
authored andcommitted
doc: fix broken external links
Found some broken links to external sites in the documentation. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent e263b55 commit 56afe97

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

doc/api/devicemodel_api.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Device Model APIs
44
#################
55

66
This section contains APIs for the SOS Device Model services. Sources
7-
for the Device Model are found in the `ACRN Device Model GitHub repo`_
7+
for the Device Model are found in the devicemodel folder of the `ACRN
8+
hypervisor GitHub repo`_
89

9-
.. _ACRN Device Model GitHub repo:
10-
https://github.com/projectacrn/acrn-devicemodel/
10+
.. _ACRN hypervisor GitHub repo:
11+
https://github.com/projectacrn/acrn-hypervisor
1112

1213
.. doxygengroup:: acrn_virtio
1314
:project: Project ACRN

doc/developer-guides/doc_guidelines.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ web browser. This same ``.rst`` content is also fed into the
1616
You can read details about `reStructuredText`_
1717
and about `Sphinx extensions`_ from their respective websites.
1818

19-
.. _Sphinx extensions: http://www.sphinx-doc.org/en/stable/contents.html
19+
.. _Sphinx extensions: https://www.sphinx-doc.org/en/stable/contents.html
2020
.. _reStructuredText: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
21-
.. _Sphinx Inline Markup: http://sphinx-doc.org/markup/inline.html#inline-markup
22-
.. _Project ACRN documentation: http://projectacrn.github.io
21+
.. _Sphinx Inline Markup: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html
22+
.. _Project ACRN documentation: https://projectacrn.github.io
2323

2424
This document provides a quick reference for commonly used reST and
2525
Sphinx-defined directives and roles used to create the documentation

doc/developer-guides/hld/hld-security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ following rules:
210210
Detailed configurations and policies are out of scope for this document.
211211
For good references for OS system security hardening and enhancement,
212212
see `AGL security
213-
<http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html>`_
213+
<http://docs.automotivelinux.org/master/docs/architecture/en/dev/reference/security/part-2/0_Abstract.html>`_
214214
and `Android security <https://source.android.com/security/>`_
215215

216216
Hypervisor Security Enhancement

doc/getting-started/apl-nuc.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Hardware setup
1313
Two Apollo Lake Intel platforms, described in :ref:`hardware`, are currently
1414
supported for ACRN development:
1515

16-
- The `UP Squared board <http://www.up-board.org/upsquared/>`_ (UP2) is also
16+
- The `UP Squared board
17+
<https://www.up-board.org/upsquared/specifications/>`_ (UP2) is also
1718
known to work and its setup is described in :ref:`getting-started-up2`.
1819

1920
Firmware update on the NUC

doc/getting-started/up2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Getting started guide for UP2 board
66
Hardware setup
77
**************
88

9-
The `UP Squared board <http://www.up-board.org/upsquared/>`_ (UP2) is
9+
The `UP Squared board <http://www.up-board.org/upsquared/specifications/>`_ (UP2) is
1010
an x86 maker board based on the Intel Apollo Lake platform. The UP boards
1111
are used in IoT applications, industrial automation, digital signage, and more.
1212

doc/hardware.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ up ACRN on the NUC.
2929
https://www.anandtech.com/show/12295/intel-nuc6cayh-arches-canyon-apollo-lake-ucff-pc-review
3030

3131
.. _Amazon:
32-
https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=NUC6CAYH
32+
https://www.amazon.com/s?k=NUC6CAYH
3333

3434
.. _SimplyNUC:
3535
https://www.simplynuc.com/?s=NUC6CAYH&post_type=product
@@ -61,7 +61,7 @@ also apply to KBL NUCs.
6161
UP Squared board
6262
****************
6363

64-
The `UP Squared board <http://www.up-board.org/upsquared/>`_ (UP2) is
64+
The `UP Squared board <http://www.up-board.org/upsquared/specifications/>`_ (UP2) is
6565
an x86 maker board based on the Intel Apollo Lake platform. The UP boards
6666
are used in IoT, industrial automation, digital signage, and more.
6767

doc/tutorials/agl-vms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here is the hardware used for the demo development:
5656
* `Specifications
5757
<https://www.intel.com/content/dam/support/us/en/documents/mini-pcs/nuc-kits/NUC7i7DN_TechProdSpec.pdf>`_,
5858
* `Tested components and peripherals
59-
<http://compatibleproducts.intel.com/ProductDetails?EPMID=130392>`_,
59+
<http://compatibleproducts.intel.com/ProductDetails?prodSearch=True&searchTerm=NUC7i7DNHE#>`_,
6060
* 16GB RAM, and
6161
* 250GB SSD
6262
* - eDP display

doc/tutorials/trustyACRN.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ should obey these following rules (and more):
393393
Detailed configurations and policies are out of scope in this article.
394394
Good references for OS system security hardening and enhancement
395395
include: `AGL security
396-
<http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html>`_
396+
<http://docs.automotivelinux.org/master/docs/architecture/en/dev/reference/security/part-2/0_Abstract.html>`_
397397
and `Android security
398398
<https://source.android.com/security/>`_
399399

0 commit comments

Comments
 (0)