Skip to content

Commit 1b3dbce

Browse files
committed
Fix README links
Fix the README links in "For developers" section to append .md file extension(issue #59). Signed-off-by: Krishnakumar(KK) <[email protected]>
1 parent 1f66dca commit 1b3dbce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ This project is composed internally of several internal components, depicted in
3232

3333
## For developers
3434

35-
* [Security guidance for developers](./security-guidance-for-developers)
36-
* [Paging Development Notes](./paging-development-notes)
37-
* [How to use Flatbuffers in Hyperlight](./how-to-use-flatbuffers)
38-
* [How to make a Hyperlight release](./how-to-make-releases)
39-
* [Getting Hyperlight Metrics, Logs, and Traces](./hyperlight-metrics-logs-and-traces)
40-
* [Benchmarking Hyperlight](./benchmarking-hyperlight)
41-
* [Hyperlight Surrogate Development Notes](./hyperlight-surrogate-development-notes)
42-
* [Debugging Hyperlight](./debugging-hyperlight)
35+
* [Security guidance for developers](./security-guidance-for-developers.md)
36+
* [Paging Development Notes](./paging-development-notes.md)
37+
* [How to use Flatbuffers in Hyperlight](./how-to-use-flatbuffers.md)
38+
* [How to make a Hyperlight release](./how-to-make-releases.md)
39+
* [Getting Hyperlight Metrics, Logs, and Traces](./hyperlight-metrics-logs-and-traces.md)
40+
* [Benchmarking Hyperlight](./benchmarking-hyperlight.md)
41+
* [Hyperlight Surrogate Development Notes](./hyperlight-surrogate-development-notes.md)
42+
* [Debugging Hyperlight](./debugging-hyperlight.md)
4343
* [Signal Handling in Hyperlight](./signal-handlers-development-notes.md)

0 commit comments

Comments
 (0)