Skip to content

Commit 6661f7d

Browse files
committed
Fix Client/hex editor page links and images
1 parent ec4e048 commit 6661f7d

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

docs/client/assets/hxd_main.png

14 KB
Loading

docs/client/hex-editor.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<figure>
2-
<img src="Hxd-main.png" title="Typical hex editor: HxD" />
3-
<figcaption>Typical hex editor: HxD</figcaption>
4-
</figure>
1+
<center>![HxD, a Hex Editor](assets/hxd_main.png)</center>
52

63
# A what?
74

@@ -16,27 +13,25 @@ details see the [related Wikipedia article](https://en.wikipedia.org/wiki/Hex_ed
1613
## XVI32
1714

1815
One of the best Hex Editors, and probably the most user friendly is
19-
[http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
20-
XVI32](http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm_XVI32 "wikilink"). The name XVI32 is derived from
16+
[XVI32](http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm). The name XVI32 is derived from
2117
XVI, the roman notation for the number 16.
2218

2319
## Other Editors
2420

25-
A fairly comprehensive comparison chart can be found on [wikipedia:Comparison_of_hex_editors
26-
wikipedia](https://en.wikipedia.org/wiki/Comparison_of_hex_editors_wikipedia)
21+
A fairly comprehensive comparison chart can be found on [Wikipedia: Comparison of Hex Editors](https://en.wikipedia.org/wiki/Comparison_of_hex_editors_wikipedia)
2722

2823
# Common RO Related Uses
2924

3025
The most common uses for a hex editor are:
31-
\* Changing [DATA.INI](DATA.INI "wikilink") to something else
3226

27+
- Changing [DATA.INI](./data-ini.md) to something else
3328
- Changing the client name in the window title
34-
- Renaming [Clientinfo.xml](Clientinfo.xml "wikilink") to something else
35-
- Removal of /who command
29+
- Renaming [Clientinfo.xml](./clientinfo.md) to something else
30+
- Removal of `/who` command
3631

3732
# External Links
3833

39-
<http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm>
40-
<http://en.wikipedia.org/wiki/Comparison_of_hex_editors>
34+
- <http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm>
35+
- <http://en.wikipedia.org/wiki/Comparison_of_hex_editors>
4136

4237
[Category:Tools](Category:Tools "wikilink")

0 commit comments

Comments
 (0)