chg: [tools] fix the reference to the standard git repository

pull/263/merge
Alexandre Dulaunoy 2024-06-14 08:23:30 +02:00
parent 1af532033b
commit cd4c09036a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ python3 adoc_objects.py >a.txt
mv a.txt objects.txt
asciidoctor-pdf -a allow-uri-read objects.txt
asciidoctor -a allow-uri-read objects.txt
cp objects.html ../../misp-website-new/static
cp objects.pdf ../../misp-website-new/static
cp objects.html ../../misp-website/static
cp objects.pdf ../../misp-website/static