From 8f7cc04a073f49a52c5784b31eb00dc8082ebf59 Mon Sep 17 00:00:00 2001 From: Mik <77026219+Mik-TF@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:13:15 -0400 Subject: [PATCH] fixed readme broken link to manual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97ce7be..bfc127a2 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ If you want to contribute to [Manual.grid.tf](https://manual.grid.tf/), you shou 2. Add the path of the md file to [SUMMARY](./src/SUMMARY.md). 3. Then use `make build` and `make serve` to see your changes on the browser. -Read the section [How to Contribute](https://manual.grid.tf/contribute/contribute.html) for more information. \ No newline at end of file +Read the section [How to Contribute](https://manual.grid.tf/knowledge_base/collaboration/contribute.html) for more information.