Skip to content

Commit

Permalink
added links on auto generated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 15, 2024
1 parent d2b4d3e commit bd0e48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ foreach ($file in $userJsFiles) {
} while (($i -lt $content.Length) -and (-not $endOfCommentBlock))

# Add the row to the table
$tableRows += "| $($file.Name) | $name | $description |"
$tableRows += "| [$($file.Name)](https://git.ntnu.no/M365-Drift/MonkeyMagic/raw/main/$($file.Name)) | $name | $description |"
}

# Output the markdown table
Expand Down

0 comments on commit bd0e48d

Please sign in to comment.