Fix invalid link in remote_attestation.md

This commit is contained in:
Zheng, Qi 2022-03-23 18:12:27 +08:00 committed by Zongmin.Gu
parent 64bdd71a50
commit 18d10c97eb

@ -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
@ -56,3 +56,4 @@ 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)