chg: [doc] cleanup

improvedChecklist
Alexandre Dulaunoy 2018-12-29 23:18:48 +01:00
parent e17e107293
commit 4287980b3e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -55,8 +55,8 @@ rm table.md
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
done