Skip to content

Commit

Permalink
Updated inline help link references
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Jan 18, 2024
1 parent f08e5df commit 752ef16
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Catesta primary module changes
- Added `MarkdownRepair.ps1` and added Markdown repair logic to InvokeBuild script.
- Updated `LicenseUri` and `IconUri` link in `psd1` manifest.
- Updated link references in inline help for both public functions
- Plaster bumped from `1.1.3` to `1.1.4`
- Pester bumped from `5.4.0` to `5.5.0`
- InvokeBuild bumped from `5.10.2` to `5.10.5`
Expand Down
4 changes: 1 addition & 3 deletions docs/New-ModuleProject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Catesta-help.xml
Module Name: Catesta
online version: https://www.catesta.dev
online version: https://www.catesta.dev/en/latest/New-ModuleProject/
schema: 2.0.0
---

Expand Down Expand Up @@ -377,8 +377,6 @@ Read the manifest schemas to understand how to properly craft a ModuleParameters
## RELATED LINKS
[https://www.catesta.dev](https://www.catesta.dev)
[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)
4 changes: 1 addition & 3 deletions docs/New-VaultProject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Catesta-help.xml
Module Name: Catesta
online version: https://www.catesta.dev
online version: https://www.catesta.dev/en/latest/New-VaultProject/
schema: 2.0.0
---

Expand Down Expand Up @@ -362,8 +362,6 @@ Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/
## RELATED LINKS
[https://www.catesta.dev](https://www.catesta.dev)
[https://www.catesta.dev/en/latest/New-VaultProject/](https://www.catesta.dev/en/latest/New-VaultProject/)
[https://www.catesta.dev/en/latest/Catesta-Vault-Extension/](https://www.catesta.dev/en/latest/Catesta-Vault-Extension/)
Expand Down
2 changes: 0 additions & 2 deletions src/Catesta/Public/New-ModuleProject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@
This requires an understanding of the template manifest schema which is provided in the Catesta docs.
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://www.catesta.dev
.LINK
https://www.catesta.dev/en/latest/New-ModuleProject/
.LINK
Expand Down
2 changes: 0 additions & 2 deletions src/Catesta/Public/New-VaultProject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@
System.Management.Automation.PSCustomObject
.NOTES
Author: Jake Morrison - @jakemorrison - https://www.techthoughts.info/
.LINK
https://www.catesta.dev
.LINK
https://www.catesta.dev/en/latest/New-VaultProject/
.LINK
Expand Down

0 comments on commit 752ef16

Please sign in to comment.