From 9049a3ae9594959a516af46cdda094bc18082c0d Mon Sep 17 00:00:00 2001 From: Neil Carmichael Date: Wed, 4 Oct 2023 08:44:26 +0100 Subject: [PATCH] Changed link to forum to https as the http link was failing --- docs/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index dac73ef5..af501a71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,12 @@ -# Welcome to the OctoPosh wiki! +# Welcome to the OctoPosh Wiki! -OctoPosh is a Powershell module that provides cmdlet to do basic tasks on Octopus Deploy. All the cmdlets use a combination of calls to the [Octopus REST API](https://github.com/OctopusDeploy/OctopusDeploy-Api/wiki) and some occasional uses of the [Octopus.Client](http://www.nuget.org/packages/Octopus.Client/)(which in the end, also uses the REST API) +OctoPosh is a Powershell module that provides a cmdlet to do basic tasks on Octopus Deploy. All the cmdlets use a combination of calls to the [Octopus REST API](https://github.com/OctopusDeploy/OctopusDeploy-Api/wiki) and some occasional uses of the [Octopus.Client](http://www.nuget.org/packages/Octopus.Client/)(which in the end, also uses the REST API) -The goal of this module is for it to be the go-to place to programatically get information about your Octopus instance, as well as to automate tasks to help you get your Deployment environment up and running fast and easy. If you go to [Octopus' super amazing support site](http://help.octopusdeploy.com/), you'll notice that there are plenty of questions of the kind `How do I do [this] using the REST API?`. One of the objectives of this module is to create tools to help the user be able to do things in Octopus from Powershell in a rather intuitive way. +The goal of this module is for it to be the go-to place to programmatically get information about your Octopus instance, as well as to automate tasks to help you get your Deployment environment up and running fast and easy. If you go to [Octopus' super amazing support site](https://help.octopusdeploy.com/), you'll notice that there are plenty of questions of the kind `How do I do [this] using the REST API?`. One of the objectives of this module is to create tools to help the user be able to do things in Octopus from Powershell in a rather intuitive way. ## Getting Started -Use the sidebar on the right to learn more about the cmdlets that are inside of the module. +You can use the sidebar on the right to learn more about the cmdlets that are inside the module. You might wanna start by reading: - [How to Install the module](https://github.com/Dalmirog/OctoPosh/wiki/Installing-the-module) @@ -16,4 +16,4 @@ You might wanna start by reading: Once you install the module and setup your credentials, you can either use the articles on this wiki to learn the syntax of each cmdlet, or you can run `Get-Help [cmdlet name] -full` from Powershell. -This wiki is programatically populated using the cmdlets built-in help. So all the examples and descriptions will always be identical between the wiki and the cmdlets. +This wiki is programmatically populated using the cmdlet's built-in help. So all the examples and descriptions will always be identical between the wiki and the cmdlets.