Skip to content

Commit be4f55e

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: PSJekyll.Template.Include.PSTypeName ( Fixes #87 )
Replacing periods with slashes
1 parent 33e63dc commit be4f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSJekyll.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ param()
19441944

19451945
@"
19461946
{% for typeName in site.data.PSModule.TypeNames %}
1947-
* [{{ typeName }}](/{{typeName}})
1947+
* [{{ typeName }}](/{{typeName | replace: ".", "/"}})
19481948
{% endfor %}
19491949
"@
19501950
</Script>

0 commit comments

Comments
 (0)