From 300ffce2a826ac60c3e7b0a3b37cc46288ed93d4 Mon Sep 17 00:00:00 2001 From: Aruhi Date: Thu, 28 May 2026 19:55:02 +0530 Subject: [PATCH] docs: format README links as markdown Signed-off-by: Aruhi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 682a1cbd..fffd47b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![WasmEdge Logo](https://github.com/WasmEdge/.github/raw/main/profile/wasmedge-runtime-logo.png) -This repo contains technical documentation for the [WasmEdge Runtime](https://github.com/WasmEdge/WasmEdge) project. The documentation website built from this repo is published , check it out! +This repo contains technical documentation for the [WasmEdge Runtime](https://github.com/WasmEdge/WasmEdge) project. The documentation website built from this repo is published at [https://wasmedge.org/docs/](https://wasmedge.org/docs/), check it out! ## Setting up the Docs Locally @@ -26,6 +26,6 @@ To set up the WasmEdge Docs locally, you will need to follow these general steps npm start ``` -This should start the development server on port 3000. You can access the running application by opening a web browser and navigating to . +This should start the development server on port 3000. You can access the running application by opening a web browser and navigating to [http://localhost:3000/docs/](http://localhost:3000/docs/). That's it! You should now have a local instance of the WasmEdge Docs running on your machine.