Skip to content

Commit 4b09272

Browse files
author
James Brundage
committed
Fixing links in SupportedLanguages
1 parent c2bf1f5 commit 4b09272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SupportedLanguages.ps1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These are all of the transpilers currently included in PipeScript:
1212
Select-Object @{
1313
Name='Language'
1414
Expression= {
15-
"[$($_.DisplayName -replace '^Inline\.')]($($_.Name))"
15+
"[$($_.DisplayName -replace '^Inline\.')]($($_.Source -replace '^.+(?=Transpilers)'))"
1616
}
1717
}, @{
1818
Name='Synopsis'

0 commit comments

Comments
 (0)