Skip to content

Commit

Permalink
doc: fix broken external links
Browse files Browse the repository at this point in the history
Found some broken links to external sites in the documentation.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder committed Mar 7, 2019
1 parent 85b3ed3 commit ff9ef2a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
7 changes: 4 additions & 3 deletions doc/api/devicemodel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Device Model APIs
#################

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

.. _ACRN Device Model GitHub repo:
https://github.com/projectacrn/acrn-devicemodel/
.. _ACRN hypervisor GitHub repo:
https://github.com/projectacrn/acrn-hypervisor

.. doxygengroup:: acrn_virtio
:project: Project ACRN
6 changes: 3 additions & 3 deletions doc/developer-guides/doc_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ web browser. This same ``.rst`` content is also fed into the
You can read details about `reStructuredText`_
and about `Sphinx extensions`_ from their respective websites.

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

This document provides a quick reference for commonly used reST and
Sphinx-defined directives and roles used to create the documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/developer-guides/hld/hld-security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ following rules:
Detailed configurations and policies are out of scope for this document.
For good references for OS system security hardening and enhancement,
see `AGL security
<http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html>`_
<http://docs.automotivelinux.org/master/docs/architecture/en/dev/reference/security/part-2/0_Abstract.html>`_
and `Android security <https://source.android.com/security/>`_

Hypervisor Security Enhancement
Expand Down
3 changes: 2 additions & 1 deletion doc/getting-started/apl-nuc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Hardware setup
Two Apollo Lake Intel platforms, described in :ref:`hardware`, are currently
supported for ACRN development:

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

Firmware update on the NUC
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started/up2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Getting started guide for UP2 board
Hardware setup
**************

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

Expand Down
4 changes: 2 additions & 2 deletions doc/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ up ACRN on the NUC.
https://www.anandtech.com/show/12295/intel-nuc6cayh-arches-canyon-apollo-lake-ucff-pc-review

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

.. _SimplyNUC:
https://www.simplynuc.com/?s=NUC6CAYH&post_type=product
Expand Down Expand Up @@ -61,7 +61,7 @@ also apply to KBL NUCs.
UP Squared board
****************

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

Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/agl-vms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here is the hardware used for the demo development:
* `Specifications
<https://www.intel.com/content/dam/support/us/en/documents/mini-pcs/nuc-kits/NUC7i7DN_TechProdSpec.pdf>`_,
* `Tested components and peripherals
<http://compatibleproducts.intel.com/ProductDetails?EPMID=130392>`_,
<http://compatibleproducts.intel.com/ProductDetails?prodSearch=True&searchTerm=NUC7i7DNHE#>`_,
* 16GB RAM, and
* 250GB SSD
* - eDP display
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/trustyACRN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ should obey these following rules (and more):
Detailed configurations and policies are out of scope in this article.
Good references for OS system security hardening and enhancement
include: `AGL security
<http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html>`_
<http://docs.automotivelinux.org/master/docs/architecture/en/dev/reference/security/part-2/0_Abstract.html>`_
and `Android security
<https://source.android.com/security/>`_

Expand Down

0 comments on commit ff9ef2a

Please sign in to comment.