From 3a02594f3b5e0f3ea900c60f7ed215d3907df29c Mon Sep 17 00:00:00 2001 From: mik-tf Date: Tue, 2 Apr 2024 21:00:42 +0000 Subject: [PATCH] Update README.md set absolute links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a518afc..cf4b941 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository contains TFGrid docs in the form of mdbooks generated with the [Hero](https://github.com/freeflowuniverse/crystallib/tree/development/cli/hero) tool. -To see the whole list of books, check the [heroscript directory](./heroscript). +To see the whole list of books, check the [heroscript directory](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript). ## Basic Hero mdBook Commands @@ -32,15 +32,15 @@ Once Hero is set on your machine, you can run the following commands to preview hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/nameofyourbook -o ``` -> Note: You can use -p instead of -u and set a path to your heroscript directory, as explained in the [docs](./docs). +> Note: You can use -p instead of -u and set a path to your heroscript directory, as explained in the [docs](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs). ## Install and Use Hero -To install and use Hero on a full VM running on the grid, read the [full VM guide](./docs/hero_fullvm.md). +To install and use Hero on a full VM running on the grid, read the [full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md). ## Create a New mdBook -To create a new mdbook, read the [mdbook creation guide](./docs/hero_create_mdbooks.md). +To create a new mdbook, read the [mdbook creation guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_create_mdbook.md). ## Notes for Repo Owners