Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
Maintenance task, addressed linkcheck errors.

QA: Linkcheck

No related task, general upkeep of the docs.

Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
  • Loading branch information
kprosise committed Jul 18, 2024
1 parent 2b3c584 commit d32dc0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@
'https://mgmt.foundries.io/leshan/#/security',
'https://github.com/foundriesio/fiotest#testing-specification',
'https://github.com/foundriesio/jobserv/blob/72935348e902cdf318cfee6ab00acccee1438a7c/jobserv/notify.py#L141-L146',
'https://www.st.com/en/development-tools/stm32cubeprog.html', #slow, very slow.
r'https://www.st.com/.*', #slow, very slow.
r'https://wiki.st.com/.*',
'https://ngrok.com', # ssl cert expired, will likely want to remove from docs if this persists
]

# Time in seconds to wait for a response. May result infalse errors, but also keeps things from timing out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ To register with support for TPM 2 PKCS#11:
https://github.com/tpm2-software/tpm2-pkcs11/blob/master/docs/INTEROPERABILITY.md

.. _OPTIGA TPM Application Note:
https://raw.githubusercontent.com/Infineon/pkcs11-optiga-tpm/main/documents/tpm-appnote-pkcs11.pdf
https://github.com/Infineon/pkcs11-optiga-tpm
.. _pkcs11 tool configuration guide:
https://github.com/tpm2-software/tpm2-pkcs11/blob/master/docs/PKCS11_TOOL.md
4 changes: 2 additions & 2 deletions source/user-guide/custom-sota-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Later, this can serve as an example to copy/paste into a Factory specific recipe
https://github.com/foundriesio/meta-lmp/tree/main/meta-lmp-base/recipes-sota/custom-sota-client

.. _SOTA client:
https://github.com/foundriesio/aktualizr-lite/tree/master/examples/custom-client-cxx
https://github.com/foundriesio/aktualizr-lite/tree/v94/examples/custom-client-cxx

Users can build this custom client into their LmP image with a small addition to ``meta-subscriber-overrides.git``:

Expand All @@ -78,7 +78,7 @@ Producing a factory-specific SOTA client can be done by:
#. Changing the ``custom-sota-client_git.bb`` Git references (``SRC_URI``, ``BRANCH``, ``SRCREV``) to point at your new sources.

.. _examples/custom-client-cxx:
https://github.com/foundriesio/aktualizr-lite/tree/master/examples/custom-client-cxx
https://github.com/foundriesio/aktualizr-lite/tree/v94/examples/custom-client-cxx

.. _custom-sota-client:
https://github.com/foundriesio/meta-lmp/tree/main/meta-lmp-base/recipes-sota/custom-sota-client
Expand Down

0 comments on commit d32dc0f

Please sign in to comment.