Skip to content

Commit 7fff88b

Browse files
committed
Inline links in README
1 parent 910a0e2 commit 7fff88b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The templates can also be configured to ad-hoc connect Gradle and Maven builds t
1010

1111

1212
## Requirements
13-
- GitLab 15.11 since they use inputs, see https://docs.gitlab.com/ee/ci/yaml/includes.html#define-inputs-for-configuration-added-with-include-beta.
13+
- GitLab 15.11 since they use [inputs](https://docs.gitlab.com/ee/ci/yaml/includes.html#define-inputs-for-configuration-added-with-include-beta).
1414
- Shell with curl should be available on the executor
1515
- Network access to download from Maven central and from GitHub (those URLs can be customized, see [Configuration](#Configuration)
1616

@@ -101,8 +101,8 @@ For the Common Custom User Data Maven extension which is defined with the `ccudM
101101

102102
## Authentication
103103
To authenticate against the Gradle Enterprise server, you should specify a masked environment variable named `GRADLE_ENTERPRISE_ACCESS_KEY`.
104-
See https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-ui on how to do this in GitLab UI.
105-
To generate a Gradle Enterprise Access Key, you can check https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration for Gradle and https://docs.gradle.com/enterprise/maven-extension/#manual_access_key_configuration for Maven.
104+
See [here](https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-ui) on how to do this in GitLab UI.
105+
To generate a Gradle Enterprise Access Key, you can check [Gradle Enterprise Gradle plugin docs](https://docs.gradle.com/enterprise/gradle-plugin/#manual_access_key_configuration) and [Gradle Enterprise Maven extension docs](https://docs.gradle.com/enterprise/maven-extension/#manual_access_key_configuration).
106106

107107
## License
108108
This project is available under the [Apache License, Version 2.0](https://github.com/gradle/gradle-enterprise-bamboo-plugin/blob/main/LICENSE).

0 commit comments

Comments
 (0)