From 6734c9bdf7e9992c6bb507e504975e35b81487d7 Mon Sep 17 00:00:00 2001 From: JP Lassnibatt <34582874+jplassnibatt@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:35:21 -0400 Subject: [PATCH] Update README.md edit dead links, to point to our documentation. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2fe287d1..7b5adfe2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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} \ No newline at end of file + ./gradlew release -Prelease.forceVersion=${1:?version argument must be specified}