diff --git a/generate-readme.ps1 b/generate-readme.ps1 index 7b1edf2..a1e98d0 100644 --- a/generate-readme.ps1 +++ b/generate-readme.ps1 @@ -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