Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
edit dead links, to point to our documentation.
  • Loading branch information
jplassnibatt authored Aug 18, 2022
1 parent 8f4aa44 commit 6734c9b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This is the official CLI tool for [Rundeck](https://github.com/rundeck/rundeck).
[https://rundeck.github.io/rundeck-cli/](https://rundeck.github.io/rundeck-cli/)

* [Changelog](https://rundeck.github.io/rundeck-cli/changes/)
* [Install](https://rundeck.github.io/rundeck-cli/install)
* [Configuration](https://rundeck.github.io/rundeck-cli/configuration)
* [SSL Configuration](https://rundeck.github.io/rundeck-cli/configuration/ssl/)
* [Commands](https://rundeck.github.io/rundeck-cli/commands)
* [Scripting](https://rundeck.github.io/rundeck-cli/scripting)
* [Java API Library](https://rundeck.github.io/rundeck-cli/javalib/)
* [Extensions](https://rundeck.github.io/rundeck-cli/extensions/)
* [Install](https://docs.rundeck.com/docs/rd-cli/install.html)
* [Configuration](https://docs.rundeck.com/docs/rd-cli/configuration.html)
* [SSL Configuration](https://docs.rundeck.com/docs/rd-cli/configuration.html#ssl-configuration)
* [Commands](https://docs.rundeck.com/docs/rd-cli/commands.html)
* [Scripting](https://docs.rundeck.com/docs/rd-cli/scripting.html)
* [Java API Library](https://docs.rundeck.com/docs/rd-cli/javalib.html)
* [Extensions](https://docs.rundeck.com/docs/rd-cli/extensions.html)

## Bundled Extensions

Expand All @@ -30,7 +30,7 @@ This is the official CLI tool for [Rundeck](https://github.com/rundeck/rundeck).

[Github Releases](https://github.com/rundeck/rundeck-cli/releases)

For apt and yum repos, see [Install](https://rundeck.github.io/rundeck-cli/install/)
For apt and yum repos, see [Install](https://docs.rundeck.com/docs/rd-cli/install.html)

# Howto

Expand Down Expand Up @@ -109,4 +109,4 @@ Updates minor version without releasing, e.g. 0.1.x-SNAPSHOT becomes 0.2.0-SNAPS

Release and force a particular version

./gradlew release -Prelease.forceVersion=${1:?version argument must be specified}
./gradlew release -Prelease.forceVersion=${1:?version argument must be specified}

0 comments on commit 6734c9b

Please sign in to comment.