From 13e3050e34f26213fde33bd973435b00f24ab6ba Mon Sep 17 00:00:00 2001 From: mik-tf Date: Tue, 2 Apr 2024 21:07:45 +0000 Subject: [PATCH] Update docs/hero_create_mdbook.md --- docs/hero_create_mdbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hero_create_mdbook.md b/docs/hero_create_mdbook.md index 9a775e0..057b768 100644 --- a/docs/hero_create_mdbook.md +++ b/docs/hero_create_mdbook.md @@ -141,7 +141,7 @@ Then you can open the mdbook locally: hero mdbook -p /root/code/git.ourworld.tf/tfgrid/info_tfgrid/heroscript/new_mdbook -o ``` -If you're using a remote VM for Hero, you can run the following line to see the book on your local browser. Check the [Hero Full VM guide](./hero_fullvm.md) for more information on this. +If you're using a remote VM for Hero, you can run the following line to see the book on your local browser. Check the [Hero Full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md) for more information on this. ``` pushd /root/hero/www/info/new_mdbook/; python3 -m http.server 5173; popd;