Skip to content

Commit

Permalink
Fix links in Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Brand <[email protected]>
  • Loading branch information
guylabs authored Mar 8, 2024
1 parent e0ce1e3 commit c7d30fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ After provisioning the access key, execute:
$ build/install/develocity-api-samples/bin/develocity-api-samples builds --server-url=«serverUrl» --access-key-file=«accessKeyFile» --project-name=«projectName»
```

- `«serverUrl»`: The address of your Develocity server (e.g. `https://develocity.example.com`)
- `«serverUrl»`: The address of your Develocity server (e.g. `https://develocity.mycompany.com`)
- `«accessKeyFile»`: The path to the file containing the access key
- `«projectName»` (optional): The name of the project to limit reporting to (reports all builds when omitted)
- `«reverse»` (optional): A boolean indicating the time direction of the query. A value of true indicates a backward query. A value of false indicates a forward query (default: false).
Expand All @@ -64,7 +64,7 @@ After provisioning the access key, execute:
$ build/install/develocity-api-samples/bin/develocity-api-samples tests --server-url=«serverUrl» --access-key-file=«accessKeyFile» [--project-name=«projectName»] [--reporter-type=<<reporterType>>] [--github-repo=<<githubRepo>>]
```

- `«serverUrl»`: The address of your Develocity server (e.g. `https://ge.example.com`)
- `«serverUrl»`: The address of your Develocity server (e.g. `https://develocity.mycompany.com`)
- `«accessKeyFile»`: The path to the file containing the access key
- `«projectName»` (optional): The name of the project to limit reporting to (reports unstable containers from all projects when omitted)
- `«reporterType»` (optional): The type of the report to be generated for discovered unstable containers (possible values: `STANDARD_OUTPUT` or `GITHUB_CLI`). The `GITHUB_CLI` type requires the [GitHub CLI](https://cli.github.com/) to be installed on your machine.
Expand All @@ -80,7 +80,7 @@ To stop the program, use <kbd>Ctrl</kbd> + <kbd>C</kbd>.

## The sample code

The sample code can be found [here](https://github.com/gradle/gradle-enterprise-api-samples/blob/main/src/main/java/com/gradle/enterprise/api).
The sample code can be found [here](https://github.com/gradle/develocity-api-samples/tree/main/src/main/java/com/gradle/develocity/api).

## Further documentation

Expand Down

0 comments on commit c7d30fe

Please sign in to comment.