From 18d10c97eb31529eb4f4eadd1e6ce6ac51035e55 Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Wed, 23 Mar 2022 18:12:27 +0800 Subject: [PATCH] Fix invalid link in remote_attestation.md --- docs/remote_attestation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/remote_attestation.md b/docs/remote_attestation.md index fd2c74e9..e08c6744 100644 --- a/docs/remote_attestation.md +++ b/docs/remote_attestation.md @@ -30,7 +30,7 @@ The source code of the library is in the [`path`](../tools/toolchains/dcap_lib/) To ease the effort to utilize the remote attestation in real project, Occlum provides a `Init RA` way to seperate the RA operation and the actual application. With this way, the APP developers don't need know too much about the RA and the application doesn't need to be modified for RA. -Details please refer to the demo [`init_ra_flow`](demos/remote_attestation/init_ra_flow). +Details please refer to the demo [`init_ra_flow`](../demos/remote_attestation/init_ra_flow). ## SGX KSS (Key Separation and Sharing feature) support @@ -55,4 +55,5 @@ Details please refer to the [RFC](https://github.com/occlum/occlum/issues/589). - [DCAP Quick Install Guide](https://software.intel.com/content/www/us/en/develop/articles/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html) -- [Intel(R) Software Guard Extensions Data Center Attestation Primitives](https://github.com/intel/SGXDataCenterAttestationPrimitives) \ No newline at end of file +- [Intel(R) Software Guard Extensions Data Center Attestation Primitives](https://github.com/intel/SGXDataCenterAttestationPrimitives) +