From 0c2afe88e060169ea4d83b6fdc9bab001b27346a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 11 Feb 2021 09:52:48 +0100 Subject: [PATCH] chg: [script] we had this brilliant idea to move from master to main... --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5e67ac3..f122131 100755 --- a/build.sh +++ b/build.sh @@ -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