Skip to content

Commit

Permalink
Fix broken links in docs (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
red-robby committed Jan 24, 2023
1 parent 88da2dc commit ec185b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/Getting-Started/QEMU-Setup-Repository.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This will download pre-compiled RISC-V tools and extract it to
The script also installs Keystone SDK if ``KEYSTONE_SDK_DIR`` environment variable is not set.
The default install directory of Keystone SDK is ``$(pwd)/sdk/build64`` (``$(pwd)/sdk/build32`` for RV32).
If you want to change the install directory,
please follow `SDK's README <https://github.com/keystone-enclave/keystone-sdk/blob/master/README.md>`_
please follow `SDK's README <https://github.com/keystone-enclave/keystone/blob/master/sdk/README.md>`_
before running ``fast-setup.sh``.

If everything went well, you should see the following message:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Security-Monitor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ After the root of trust measures the SM it generates a keypair for remote attest
See `Chain of Trust <#>`_ for details.

The OS and enclaves may call SM functions using the supervisor binary interface (SBI),
For detailed specification, see `SBI Documentation <https://github.com/keystone-enclave/sm/tree/master/spec>`_.
For detailed specification, see `SBI Documentation <https://github.com/keystone-enclave/keystone/blob/master/sm/spec/v1.0.md>`_.

Specific platforms
------------------
Expand Down

0 comments on commit ec185b8

Please sign in to comment.