Skip to content

Commit

Permalink
Fix README links (hyperlight-dev#60)
Browse files Browse the repository at this point in the history
Fix the README links in "For developers" section to append .md file extension(issue hyperlight-dev#59).

Signed-off-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
  • Loading branch information
kk-src authored Nov 18, 2024
1 parent dcbddc3 commit 558915f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 558915f

Please sign in to comment.