Commit 61fa0bbb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: update stale links to GitLab docs (anchors)

parent a5c70e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Languages supported by this build tool are :

## Usage

This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee/ci/components/#use-a-component-in-a-cicd-configuration) 
This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee/ci/components/#use-a-component) 
or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index.html#includeproject) syntax.

### Use as a CI/CD component
@@ -180,7 +180,7 @@ Your publication repository(ies) may require authentication credentials to publi
You shall handle them in the following way:

1. define all required credentials as:
   lock: [project variables](https://docs.gitlab.com/ee/ci/variables/#add-a-cicd-variable-to-a-project),
   lock: [project variables](https://docs.gitlab.com/ee/ci/variables/#for-a-project),
2. [define the target repositories and the credentials](https://www.scala-sbt.org/1.x/docs/Publishing.html#Credentials)
   with a dedicated sbt file such as `publish.sbt` **in your project home directory**