From 2b0707179c286eb5146f2b3ae8ac10bdb792c4aa Mon Sep 17 00:00:00 2001 From: lyie28 Date: Thu, 20 Jul 2023 16:23:07 +0200 Subject: [PATCH] fix link --- docs/docs/tutorials/api/whisper_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/api/whisper_tutorial.ipynb b/docs/docs/tutorials/api/whisper_tutorial.ipynb index 3ccbdefc..3c61ac82 100644 --- a/docs/docs/tutorials/api/whisper_tutorial.ipynb +++ b/docs/docs/tutorials/api/whisper_tutorial.ipynb @@ -382,7 +382,7 @@ "id": "f2blJaY5SD2R" }, "source": [ - "It is at this point that the attestation process is triggered. There is a technical explanation of what goes on in [our confidential computing guide](../../getting-started/confidential_computing.md). \n", + "It is at this point that the attestation process is triggered. There is a technical explanation of what goes on in [our confidential computing guide](https://blindai.mithrilsecurity.io/en/latest/docs/getting-started/confidential_computing/).\n", "\n", "But if you haven't read it yet, all you need to know at this point is that the attestation process **verifies** that the **application code** running in the enclave has **not been modified**. To do so, it will check that the Mithril server instance is running a real enclave using **genuine hardware**. \n", "\n",