Skip to content

Commit 48048ac

Browse files
[DOCS] Fixing references in docs for 3.0 (open-edge-platform#359)
1 parent 73611bb commit 48048ac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/developer-guide/emt-security-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Please report any security vulnerabilities in this project [utilizing the guidel
1717

1818
:::{toctree}
1919
./security-considerations/emt-sb-howto.md
20-
./security-considerations/emt-security-overiew.md
20+
./security-considerations/emt-security-overview.md
2121
:::

docs/developer-guide/get-started/deployment/emt-vm-guest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ published as RAW and VHD images. If you want to start virtual machines using
99
[edge-image-json](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/imageconfigs/edge-image.json)
1010
or [edge-image-rt.json](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/toolkit/imageconfigs/edge-image-rt.json)
1111
, you need to unseal disk encryption key with TPM, or
12-
[rebuild them](../emt-building-howto.md#building-the-default-microvisor-image)
12+
[rebuild them](../emt-building-howto.md#build-the-edge-microvisor-toolkit-image)
1313
with the `"EMTEncryptionEnabled": false` parameter in the corresponding JSON config file.
1414

1515
## Hyper-V

docs/developer-guide/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Next Steps
122122
emt-architecture-overview
123123
emt-deployment-edge-orchestrator
124124
emt-bootkit
125-
emt-security
125+
emt-security-considerations
126126
emt-contribution
127127
emt-troubleshooting
128128
emt-system-requirements

docs/developer-guide/security-considerations/emt-security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ stack is authenticated and tamper-resistant.
5252
Edge Microvisor Toolkit ensures that the software image remains immutable both at rest and
5353
during runtime. Once installed on an edge device, the image cannot be modified — whether on
5454
disk or while the system is running. Upgrades can only occur via a controlled, official
55-
upgrade process (detailed in [architecture overview](./emt-architecture-overview.md)),
55+
upgrade process (detailed in [architecture overview](../emt-architecture-overview.md)),
5656
resulting in a secure and tamper-resistant operating system.
5757
Additionally, runtime modifications are actively prevented by built-in protection of the
5858
microvisor kernel.
@@ -116,7 +116,7 @@ configured, data written to storage is automatically encrypted, and it is seamle
116116
when read by applications. This transparent process extends to the Linux swap partition,
117117
ensuring that cached data remains protected.
118118

119-
![Enabling Full Disc Encryption](./assets/emt-luks-setup.drawio.svg)
119+
![Enabling Full Disc Encryption](../assets/emt-luks-setup.drawio.svg)
120120

121121
### Key Management and Boot Process
122122

0 commit comments

Comments
 (0)