diff --git a/README.md b/README.md index f654681..10d0b58 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ New-VaultProject -DestinationPath $outPutPath ## Contributing -If you'd like to contribute to Catesta, please see the [contribution guidelines](.github/CHANGELOG.md). +If you'd like to contribute to Catesta, please see the [contribution guidelines](.github/CONTRIBUTING.md). ## License diff --git a/docs/Catesta-FAQ.md b/docs/Catesta-FAQ.md index c4f1d81..96deba0 100644 --- a/docs/Catesta-FAQ.md +++ b/docs/Catesta-FAQ.md @@ -11,11 +11,11 @@ Badge examples: ![AWS CodeBuild Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiL2FvTzZsNGFoL1VTTk1UOGE3WXlwSVFRT3BTWngzc1czdVZLTEpNYWJld2xSbS9Ea3R0b3ZETm96Zk5md2ZXMVUwNXZnSnlaRlpuWUJldzdGMENpemRjPSIsIml2UGFyYW1ldGVyU3BlYyI6Ikl3T3VwdU43UUxya0J1SVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) ``` -- **GitHub Actions**: [![GitHub Actions Build Status Windows pwsh Master](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=master)](https://github.com/techthoughts2/Catesta/actions) +- **GitHub Actions**: [![GitHub Actions Build Status Windows pwsh Main](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=main)](https://github.com/techthoughts2/Catesta/actions) - *Just replace the link with your repo* ```plain - [![GitHub Actions Build Status Windows pwsh Master](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=master)](https://github.com/techthoughts2/Catesta/actions) + [![GitHub Actions Build Status Windows pwsh Main](https://github.com/techthoughts2/Catesta/workflows/Catesta-Windows-pwsh/badge.svg?branch=main)](https://github.com/techthoughts2/Catesta/actions) ``` - **Appveyor**: [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/kech4dkqsrb9xuet/branch/master?svg=true)](https://ci.appveyor.com/project/techthoughts2/appveyortest/branch/master) diff --git a/docs/New-ModuleProject.md b/docs/New-ModuleProject.md index 815ca82..4a29ad8 100644 --- a/docs/New-ModuleProject.md +++ b/docs/New-ModuleProject.md @@ -1,7 +1,7 @@ --- external help file: Catesta-help.xml Module Name: Catesta -online version: https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md +online version: https://www.catesta.dev schema: 2.0.0 --- @@ -377,17 +377,9 @@ Read the manifest schemas to understand how to properly craft a ModuleParameters ## RELATED LINKS -[https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md](https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md) +[https://www.catesta.dev](https://www.catesta.dev) -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md) +[https://www.catesta.dev/en/latest/New-ModuleProject/](https://www.catesta.dev/en/latest/New-ModuleProject/) [https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module](https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module) -[https://aws.amazon.com/codebuild/](https://aws.amazon.com/codebuild/) - -[https://help.github.com/actions](https://help.github.com/actions) - -[https://azure.microsoft.com/services/devops/](https://azure.microsoft.com/services/devops/) - -[https://www.appveyor.com/](https://www.appveyor.com/) - diff --git a/docs/New-VaultProject.md b/docs/New-VaultProject.md index 61fecfc..38c3ba4 100644 --- a/docs/New-VaultProject.md +++ b/docs/New-VaultProject.md @@ -1,7 +1,7 @@ --- external help file: Catesta-help.xml Module Name: Catesta -online version: https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md +online version: https://www.catesta.dev schema: 2.0.0 --- @@ -362,17 +362,11 @@ Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/ ## RELATED LINKS -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md) +[https://www.catesta.dev](https://www.catesta.dev) -[https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md](https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md) +[https://www.catesta.dev/en/latest/New-VaultProject/](https://www.catesta.dev/en/latest/New-VaultProject/) -[https://github.com/PowerShell/SecretManagement](https://github.com/PowerShell/SecretManagement) - -[https://aws.amazon.com/codebuild/](https://aws.amazon.com/codebuild/) - -[https://help.github.com/actions](https://help.github.com/actions) +[https://www.catesta.dev/en/latest/Catesta-Vault-Extension/](https://www.catesta.dev/en/latest/Catesta-Vault-Extension/) -[https://azure.microsoft.com/services/devops/](https://azure.microsoft.com/services/devops/) - -[https://www.appveyor.com/](https://www.appveyor.com/) +[https://github.com/PowerShell/SecretManagement](https://github.com/PowerShell/SecretManagement) diff --git a/src/Catesta/Public/New-ModuleProject.ps1 b/src/Catesta/Public/New-ModuleProject.ps1 index 986c495..d50e236 100644 --- a/src/Catesta/Public/New-ModuleProject.ps1 +++ b/src/Catesta/Public/New-ModuleProject.ps1 @@ -203,19 +203,11 @@ Due to the nature of the lower level Plaster engagement, this means it is possible to pass hashtable choices in ModuleParameters that are not supported. Read the manifest schemas to understand how to properly craft a ModuleParameters table. .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/New-ModuleProject.md + https://www.catesta.dev .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Module-Manifest-Schema.md + https://www.catesta.dev/en/latest/New-ModuleProject/ .LINK https://docs.microsoft.com/powershell/scripting/developer/module/writing-a-windows-powershell-module -.LINK - https://aws.amazon.com/codebuild/ -.LINK - https://help.github.com/actions -.LINK - https://azure.microsoft.com/services/devops/ -.LINK - https://www.appveyor.com/ .COMPONENT Catesta #> diff --git a/src/Catesta/Public/New-VaultProject.ps1 b/src/Catesta/Public/New-VaultProject.ps1 index e3732cd..ec106b9 100644 --- a/src/Catesta/Public/New-VaultProject.ps1 +++ b/src/Catesta/Public/New-VaultProject.ps1 @@ -190,19 +190,14 @@ .NOTES Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/ .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Extension.md + https://www.catesta.dev .LINK - https://github.com/techthoughts2/Catesta/blob/main/docs/Catesta-Vault-Manifest-Schema.md + https://www.catesta.dev/en/latest/New-VaultProject/ .LINK - https://github.com/PowerShell/SecretManagement -.LINK - https://aws.amazon.com/codebuild/ -.LINK - https://help.github.com/actions + https://www.catesta.dev/en/latest/Catesta-Vault-Extension/ .LINK - https://azure.microsoft.com/services/devops/ -.LINK - https://www.appveyor.com/ + https://github.com/PowerShell/SecretManagement + .COMPONENT Catesta #>