We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f555b60 + e033d86 commit af9e91aCopy full SHA for af9e91a
PSJekyll.types.ps1xml
@@ -1944,7 +1944,7 @@ param()
1944
1945
@"
1946
{% for typeName in site.data.PSModule.TypeNames %}
1947
-* [{{ typeName }}](/{{typeName}})
+* [{{ typeName }}](/{{typeName | replace: ".", "/"}})
1948
{% endfor %}
1949
"@
1950
</Script>
docs/_includes/PSTypeName.md
@@ -1,3 +1,3 @@
1
2
3
0 commit comments