Skip to content

Commit d78f9a4

Browse files
committed
Migrate ForensicsWiki links to the new forensics.wiki domain
See kaitai-io/kaitai_struct#1066
1 parent 64d3580 commit d78f9a4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

user_guide.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ key-value pairs, e.g.:
16591659
----
16601660
meta:
16611661
xref:
1662-
forensicswiki: Portable_Network_Graphics_(PNG)
1662+
forensicswiki: portable_network_graphics_(png)
16631663
iso: '15948:2004'
16641664
justsolve: PNG
16651665
loc: fdd000153
@@ -1676,10 +1676,15 @@ There are several "well-known" keys used by convention by many spec
16761676
authors to provide good cross references of their formats:
16771677

16781678
* `forensicswiki` specifies an article name at
1679-
https://forensicswiki.xyz/page/Main_Page[Forensics Wiki], which is a
1679+
https://forensics.wiki/[Forensics Wiki], which is a
16801680
CC-BY-SA-licensed wiki with information on digital forensics, file
16811681
formats and tools. A full link could be generated as
1682-
`https://forensicswiki.xyz/page/` + this value.
1682+
`+https://forensics.wiki/+` + this value + `/`.
1683+
+
1684+
For consistency, insert parentheses in this value literally (without
1685+
using percent-encoding) - e.g. use `extended_file_system_(ext)` instead
1686+
of `extended_file_system_%28ext%29`.
1687+
16831688
* `iso` specifies an ISO/IEC standard number, a reference to a standard
16841689
accepted and published by https://www.iso.org/[ISO] (International
16851690
Organization for Standardization). Typically these standards are not

0 commit comments

Comments
 (0)