Commit 501236d1 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken markdown link

parent dc534c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ working in your self-managed server:
    * `$DEST_SYNC_PATH` to override the GitLab destination root group path,
    * `$MAX_VISIBILITY` to override the maximum visibility of projects in the destination group.
3. TBC configuration shall be overridden accordingly in the `KICKER_RESOURCE_GROUPS` variable in your local copy of the 
   [doc](https://gitlab.com/to-be-continuous/doc) project (see the (_Have your own doc + kicker_ chapter)[#have-your-own-doc-kicker]).
   [doc](https://gitlab.com/to-be-continuous/doc) project (see the [Have your own doc + kicker](#have-your-own-doc-kicker) chapter).

## Variable presets

+0 −8
Original line number Diff line number Diff line
@@ -12,14 +12,6 @@ The first thing to do is to copy the complete [tbc group](https://gitlab.com/to-

Don't panic, we provide all required tools to initiate it for the first time, and also schedule regular updates to keep synchronized.

### Pre-requisites

The GitLab Synchronization Script has the following requirements:

* Bash interpreter <br/>_Trivial on Linux or MacOS, tested with [Git Bash](https://www.atlassian.com/git/tutorials/git-bash) on Windows (available in [Git for Windows](https://gitforwindows.org/))_
* [curl tool](https://curl.se/) installed and accessible as `curl` command from the Bash interpreter
* [jq tool](https://stedolan.github.io/jq/download/) installed and accessible as `jq` command from the Bash interpreter

### Run the GitLab Copy CLI

1. Create an empty `to-be-continuous` root group with `public` visibility.