Commit 8238cc8e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix broken links

parent d9cf55b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ You're free to enable whichever or both, and you can also choose your deployment

### Include

In order to include this template in your project, add the following to your `gitlab-ci.yml`:
In order to include this template in your project, Add the following to your `.gitlab-ci.yml`:

```yaml
include:
@@ -72,7 +72,7 @@ The Cloud Foundry template uses some global configuration used throughout all jo

Here are some advices about your **secrets** (variables marked with a :lock:): 

1. Manage them as [project or group CI/CD variables](https://docs.gitlab.com/ee/ci/variables/#add-a-cicd-variable-to-a-project):
1. Manage them as [project or group CI/CD variables](https://docs.gitlab.com/ee/ci/variables/#for-a-project):
    * [**masked**](https://docs.gitlab.com/ee/ci/variables/#mask-a-cicd-variable) to prevent them from being inadvertently 
      displayed in your job logs,
    * [**protected**](https://docs.gitlab.com/ee/ci/variables/#protected-cicd-variables) if you want to secure some secrets