chg: [script] we had this brilliant idea to move from master to main...

pull/13/head
Alexandre Dulaunoy 2021-02-11 09:52:48 +01:00
parent 8a88aff44c
commit 0c2afe88e0
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -69,6 +69,6 @@ echo "| Slides (PDF) | Source Code |">>table.md
echo "| ------------ | ----------- |">>table.md
for t in ${slidedecks[@]}; do
echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/master/${t}) |" >>table.md
echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/main/${t}) |" >>table.md
done