From 396ba4820dce02cbb5cbeb6fcca55b43765df135 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Fri, 8 Nov 2024 11:40:05 +0100 Subject: [PATCH] docs: Fix links to Markdown files --- docs/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/README.md b/docs/README.md index 90e079ffe..12bf080f4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,19 +25,19 @@ This project is composed internally of several internal components, depicted in ## Further reading * [Glossary](./glossary) -* [How code gets executed in a VM](./hyperlight-execution-details) -* [How to build a Hyperlight guest binary](./how-to-build-a-hyperlight-guest-binary) -* [Security considerations](./security) -* [Technical requirements document](./technical-requirements-document) +* [How code gets executed in a VM](./hyperlight-execution-details.md) +* [How to build a Hyperlight guest binary](./how-to-build-a-hyperlight-guest-binary.md) +* [Security considerations](./security.md) +* [Technical requirements document](./technical-requirements-document.md) ## For developers -* [Security guidance for developers](./security-guidance-for-developers) -* [Paging Development Notes](./paging-development-notes) -* [How to use Flatbuffers in Hyperlight](./how-to-use-flatbuffers) -* [How to make a Hyperlight release](./how-to-make-releases) -* [Getting Hyperlight Metrics, Logs, and Traces](./hyperlight-metrics-logs-and-traces) -* [Benchmarking Hyperlight](./benchmarking-hyperlight) -* [Hyperlight Surrogate Development Notes](./hyperlight-surrogate-development-notes) -* [Debugging Hyperlight](./debugging-hyperlight) +* [Security guidance for developers](./security-guidance-for-developers.md) +* [Paging Development Notes](./paging-development-notes.md) +* [How to use Flatbuffers in Hyperlight](./how-to-use-flatbuffers.md) +* [How to make a Hyperlight release](./how-to-make-releases.md) +* [Getting Hyperlight Metrics, Logs, and Traces](./hyperlight-metrics-logs-and-traces.md) +* [Benchmarking Hyperlight](./benchmarking-hyperlight.md) +* [Hyperlight Surrogate Development Notes](./hyperlight-surrogate-development-notes.md) +* [Debugging Hyperlight](./debugging-hyperlight.md) * [Signal Handling in Hyperlight](./signal-handlers-development-notes.md)