Rename lots of reference from old to new repo

This commit is contained in:
Olivier Gagnon
2022-10-19 12:24:18 -04:00
committed by TheMas3212
parent cb45034a24
commit af1a1ac58d
28 changed files with 52 additions and 51 deletions
@@ -64,7 +64,7 @@ jobs:
echo "" >> comment.txt
echo "Please do not commit files generated by webpack or generated markdown" >> comment.txt
echo "" >> comment.txt
echo "See [CONTRIBUTING.md](https://github.com/danielyxie/bitburner/blob/dev/doc/CONTRIBUTING.md) for details." >> comment.txt
echo "See [CONTRIBUTING.md](https://github.com/bitburner-official/bitburner-src/blob/dev/doc/CONTRIBUTING.md) for details." >> comment.txt
body=$(cat comment.txt)
body="${body//'%'/'%25'}"