Skip to content

Commit 7ac6f8b

Browse files
Merge pull request #215143 from pritamso/Broken-link-fix-prasadmsft
Broken link fixed
2 parents 72bbfe9 + 089078f commit 7ac6f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/confidential-computing/guest-attestation-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: template-concept, ignite-2022
1414

1515
The [*guest attestation*](guest-attestation-confidential-vms.md) feature helps you to confirm that a confidential VM runs on a hardware-based trusted execution environment (TEE) with security features enabled for isolation and integrity.
1616

17-
Sample applications for use with the guest attestation APIs are [available on GitHub](https://github.com/Azure/confidential-computing-cvm-guest-attestation) for [Linux](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-linux-app) and [Windows](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-windows-app).
17+
Sample applications for use with the guest attestation APIs are [available on GitHub](https://github.com/Azure/confidential-computing-cvm-guest-attestation).
1818

1919
Depending on your [type of scenario](guest-attestation-confidential-vms.md#scenarios), you can reuse the sample code in your client program or workload code.
2020

@@ -30,7 +30,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
3030

3131
1. Sign in to your VM.
3232

33-
1. Clone the [sample Linux application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-linux-app).
33+
1. Clone the sample Linux application.
3434

3535
1. Install the `build-essential` package. This package installs everything required for compiling the sample application.
3636

@@ -59,7 +59,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
5959
#### [Windows](#tab/windows)
6060

6161
1. Install Visual Studio with the [**Desktop development with C++** workload](/cpp/build/vscpp-step-0-installation).
62-
1. Clone the [sample Windows application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-windows-app).
62+
1. Clone the sample Windows application.
6363
1. Build your project. From the **Build** menu, select **Build Solution**.
6464
1. After the build succeeds, go to the `Release` build folder.
6565
1. Run the application by running the `AttestationClientApp.exe`.

0 commit comments

Comments
 (0)