Commit 39411c5
📖 [Docs]: Generated PowerShell help URLs now use trailing slashes (#92)
PowerShell module authors now have one unambiguous canonical form for
generated online help links, preventing `.LINK` URLs from alternating
between equivalent-looking routes.
## Changed: Generated function help links use trailing slashes
Every public function now uses its generated online reference URL as the
first `.LINK` entry. Both ungrouped and grouped URL examples explicitly
end in `/`; private-helper guidance is unchanged.
## Technical Details
- Updated only `src/docs/Coding-Standards/PowerShell/Functions.md`.
- Aligns the shared standard with the canonical generated help routes
adopted in PSModule/Domeneshop commit
`41f39ca521652c022aaa2ca940adf45f81067a2e`.
- Documentation index verification, link validation, and a clean
Zensical build are complete.
<details>
<summary>Related issues</summary>
- PSModule/Domeneshop#16
</details>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 3e04c26 commit 39411c5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments