File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 {% if site.custom.prod %}
44 < a href ="{{ site.custom.prod }} "> < button id ="about " class ="button-29 " role ="button "> About</ button > </ a >
55 < a href ="{{ site.custom.prod }}/features "> < button id ="features " class ="button-29 " role ="button "> Features</ button > </ a >
6- < a href ="{{ site.custom.prod }}/installation "> < button id ="installation " class ="button-29 " role ="button "> Installation</ button > </ a >
6+ < a href ="{{ site.custom.prod }}/install "> < button id ="installation " class ="button-29 " role ="button "> Installation</ button > </ a >
77 < a href ="{{ site.custom.prod }}/cmdlets "> < button id ="cmdlets " class ="button-29 " role ="button "> Cmdlets</ button > </ a >
88 < a href ="{{ site.custom.prod }}/examples "> < button id ="examples " class ="button-29 " role ="button "> Examples</ button > </ a >
99 {% endif %}
1010
1111 {% if site.custom.dev %}
1212 < a href ="/ "> < button id ="about " class ="button-29 " role ="button "> About</ button > </ a >
1313 < a href ="/features "> < button id ="features " class ="button-29 " role ="button "> Features</ button > </ a >
14- < a href ="/installation "> < button id ="installation " class ="button-29 " role ="button "> Installation</ button > </ a >
14+ < a href ="/install "> < button id ="installation " class ="button-29 " role ="button "> Installation</ button > </ a >
1515 < a href ="/cmdlets "> < button id ="cmdlets " class ="button-29 " role ="button "> Cmdlets</ button > </ a >
1616 < a href ="/examples "> < button id ="examples " class ="button-29 " role ="button "> Examples</ button > </ a >
1717 {% endif %}
Original file line number Diff line number Diff line change @@ -328,4 +328,4 @@ Get-CiSetFusion -NoSemver -NoRender | Select-Object -First 10 | FT -Wrap
328328## Get-CommitFusionModuleInstance
329329** Get-CommitFusionModuleInstance** takes ` 0 ` Parameters and will return the module instance initiated at module import. See ` $moduleroot/libs/cmdlets/Get-CommitFusionModuleInstance.psm1 ` , used by all the cmdlets to interact with the class instance.
330330
331- <a href =" commitfusion /cmdlets#toc" ><i class =" fa-solid fa-circle-up " ></i ></a >
331+ <a href =" /cmdlets#toc " ><i class =" fa-solid fa-circle-up " ></i ></a >
Original file line number Diff line number Diff line change 6666- Parses scraped version of [ 🧷unicode.org] ( https://unicode.org/emoji/charts/emoji-list.html ) icon set, returns ` PSObject ` , Miscellaneous function.
6767
6868<div align =" right " >
69- <a href =" commitfusion/installation " > Installing Commit Fusion </a >
69+ <a href =" /install " > Installing Commit Fusion </a >
7070</div >
Original file line number Diff line number Diff line change @@ -51,5 +51,5 @@ Import-Module -Name commitfusion
5151
5252
5353<div align =" right " >
54- <a href =" commitfusion /cmdlets" > Using Commitfusion's cmdlets </a >
54+ <a href =" /cmdlets " > Using Commitfusion's cmdlets </a >
5555</div >
You can’t perform that action at this time.
0 commit comments