From af1191c8a328ba6e4c85de6b053da286ea563e95 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:38:35 -0400 Subject: [PATCH] improves documentation --- BUILDING.md | 2 +- SETUP.md | 4 ++++ UPDATING.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index a8c596f..c1743a7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -14,4 +14,4 @@ The build process consist in build the container image that you will use to depl ## Manual building -Refer to the [MANUAL GUIDE](guides/console/BUILDING.md). +Refer to the [CONSOLE GUIDE](guides/console/BUILDING.md). diff --git a/SETUP.md b/SETUP.md index dcd648f..98facb4 100644 --- a/SETUP.md +++ b/SETUP.md @@ -30,3 +30,7 @@ By default this repository uses your Chevereto license to download the latest Ch | REPO_APP_ACCESS_TOKEN | Personal Access Token for the repo above | You can also put the contents of your custom Chevereto based application in the `/chevereto` folder before building the image. + +## Manual setup + +Refer to the [CONSOLE GUIDE](guides/console/SETUP.md). diff --git a/UPDATING.md b/UPDATING.md index f7d472b..5454dee 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -16,4 +16,4 @@ The update process consist in that you pull our `chevereto/container-builder` re ## Manual updating -Refer to the [MANUAL GUIDE](guides/console/UPDATING.md). +Refer to the [CONSOLE GUIDE](guides/console/UPDATING.md).