diff --git a/source/conf.py b/source/conf.py index 501d4e4f..be5703bf 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 diff --git a/source/reference-manual/security/secure-elements/secure-element.tpm.rst b/source/reference-manual/security/secure-elements/secure-element.tpm.rst index 5e1c1b47..b740f06c 100644 --- a/source/reference-manual/security/secure-elements/secure-element.tpm.rst +++ b/source/reference-manual/security/secure-elements/secure-element.tpm.rst @@ -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 diff --git a/source/user-guide/custom-sota-client.rst b/source/user-guide/custom-sota-client.rst index 947ca6e2..02138ce3 100644 --- a/source/user-guide/custom-sota-client.rst +++ b/source/user-guide/custom-sota-client.rst @@ -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``: @@ -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