home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-10-22 05:43:47
Committer zPlus <zplus@peers.community> 2023-10-22 05:43:47
Commit abd902b (patch)
Tree 0cb7ac9
Parent(s)

Fix invalid URI.


commits diff: 16a20cc..abd902b
2 files changed, 2 insertions, 2 deletionsdownload


Diffstat
-rw-r--r-- data/blob.ttl 2
-rw-r--r-- data/library.ttl 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   data/blob.ttl
index 3d80507..b85db7c
old size: 294K - new size: 294K
@@ -3024,7 +3024,7 @@ prefix library: <dokk:library:>
3024 3024 :type "PDF" .
3025 3025
3026 3026 <dokk:blob:pdf/OWASP_Cheat_Sheets_(Woschek_2015).pdf>
3027 - :library library:OWASP_Cheat_Sheets_(Woschek_2015) ;
3027 + :library library:OWASP_Cheat_Sheets_\(Woschek_2015\) ;
3028 3028 :primary_source "https://owasp.org/www-pdf-archive//OWASP_Cheatsheets_Book.pdf" ;
3029 3029 :primary_source_retrieved "2023-10-14" ;
3030 3030 :type "PDF" .

+1/-1 M   data/library.ttl
index d5538ad..debbda1
old size: 112K - new size: 112K
@@ -2653,7 +2653,7 @@ prefix license: <dokk:license:>
2653 2653 :license license:CC-BY-NC-ND-3.0 ;
2654 2654 :author "John M. Anderies", "Marco A. Janssen" .
2655 2655
2656 - :OWASP_Cheat_Sheets_(Woschek_2015)
2656 + :OWASP_Cheat_Sheets_\(Woschek_2015\)
2657 2657 :title "OWASP Cheat Sheets" ;
2658 2658 :license license:CC-BY-SA-3.0 ;
2659 2659 :author "Martin Woschek" .