From 4e20bc3eb5c446bd52104cfb363de4e7e1850a21 Mon Sep 17 00:00:00 2001 From: "Krishnakumar R (KK)" <65895020+kk-src@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:11:33 +0000 Subject: [PATCH] Fix README links Fix the README links in "For developers" section to append .md file extension(issue #59). Signed-off-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com> --- docs/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index c71c39901..10ceaca92 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,12 +32,12 @@ This project is composed internally of several internal components, depicted in ## 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)