Skip to content

Commit 9b58539

Browse files
committed
Fix wikipedia links to properly go to wikipedia pages
1 parent 1c5dc67 commit 9b58539

17 files changed

+42
-42
lines changed

docs/client/data-ini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sdata.grf respectively.
77

88
## File Format
99

10-
The file follows default [INI file](wikipedia:INI_file "wikilink") conventions. All entries are part of the section
10+
The file follows default [INI file](https://en.wikipedia.org/wiki/INI_file) conventions. All entries are part of the section
1111
*data*. Each entry consists of a zero-based priority index as key name (0 = highest priority, 9 = lowest priority) and
1212
the GRF archive name as value. The file is stored in the same folder as the client it is supposed to be used by. Typical
1313
DATA.INI:

docs/client/diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ Index: map/clif.h
112112

113113
## See Also
114114

115-
- [wikipedia:Diff#Unified_format](wikipedia:Diff#Unified_format "wikilink")
115+
- [wikipedia:Diff#Unified_format](https://en.wikipedia.org/wiki/Diff#Unified_format)
116116

117117
[Category:File Formats](Category:File_Formats "wikilink")

docs/client/hex-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A **hex editor** (or *binary file editor* or *byte editor*) is a type of compute
99
manipulate the fundamental binary (0 / 1, zero / one) data that makes up computer files. Note that computer files can be
1010
very small (just a name, with no content) to very large (content spanning multiple hard disks). A typical computer file
1111
occupies multiple areas on the platter(s) of a disk drive, whose contents are put together to form the file. For more
12-
details see the [related Wikipedia article](wikipedia:Hex_editor "wikilink").
12+
details see the [related Wikipedia article](https://en.wikipedia.org/wiki/Hex_editor).
1313

1414
# Applications
1515

@@ -23,7 +23,7 @@ XVI, the roman notation for the number 16.
2323
## Other Editors
2424

2525
A fairly comprehensive comparison chart can be found on [wikipedia:Comparison_of_hex_editors
26-
wikipedia](wikipedia:Comparison_of_hex_editors_wikipedia "wikilink")
26+
wikipedia](https://en.wikipedia.org/wiki/Comparison_of_hex_editors_wikipedia)
2727

2828
# Common RO Related Uses
2929

docs/client/lua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ clients to become obsolete.
3838
Recently, the patch and skin information of the official patcher is Lua-based as well, stored in nine files spanning
3939
five folders.
4040

41-
[Lua](wikipedia:Lua_(programming_language) "wikilink") is a free scripting language, which can be both embedded or
41+
[Lua](https://en.wikipedia.org/wiki/Lua_(programming_language)) is a free scripting language, which can be both embedded or
4242
stand-alone.
4343

4444
## How do we use it?

docs/client/patchers/neoncube.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To use this guide you must have a basic understanding of [Hercules](Hercules "wikilink"), a [Web
2-
Server](wikipedia:Web_Server "wikilink") and how to edit, upload and manipulate files. You also need to be versatile in
3-
making [GRF](GRF "wikilink") and [RAR](wikipedia:RAR_(file_format) "wikilink") files.
2+
Server](https://en.wikipedia.org/wiki/Web_Server) and how to edit, upload and manipulate files. You also need to be versatile in
3+
making [GRF](GRF "wikilink") and [RAR](https://en.wikipedia.org/wiki/RAR_(file_format)) files.
44

55
## Programs you need
66

docs/client/patchers/thor-patcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Thor Patcher](Thor_Patcher "wikilink") is designed with the client-side config file embed *inside* the patcher itself.
22
Since it uses no extra DLLs, you may distribute 1 file to your players. This guide will not discuss how to setup a [Web
3-
Server](wikipedia:Web_Server "wikilink").
3+
Server](https://en.wikipedia.org/wiki/Web_Server).
44

55
# Features
66

docs/client/spriting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You will need
44

5-
- Image Editing Software (e.g. [Photoshop](wikipedia:Adobe_Photoshop "wikilink"))
5+
- Image Editing Software (e.g. [Photoshop](https://en.wikipedia.org/wiki/Adobe_Photoshop))
66
- Concept
77
- Skill
88

docs/client/token-text-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ found inside and outside the [GRF](GRF "wikilink").
55
## File Format
66

77
The files are plain text files, where rows and columns are separated by the token character
8-
[\#](wikipedia:Hash_symbol "wikilink"). It can be edited with every text editor like Notepad. Make sure, that the file
9-
is not stored in [Unicode](wikipedia:Unicode "wikilink") or [UTF-8](wikipedia:UTF-8 "wikilink").
8+
[\#](https://en.wikipedia.org/wiki/Hash_symbol). It can be edited with every text editor like Notepad. Make sure, that the file
9+
is not stored in [Unicode](https://en.wikipedia.org/wiki/Unicode) or [UTF-8](https://en.wikipedia.org/wiki/UTF-8).
1010

1111
The amount of columns is fixed for each file, that uses this file format. Rows are either limited by available memory or
1212
by hard-coded limits, as seen below. Note that all of these limits can be lifted by hexing the client. Whether line

docs/scripting/basic-scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ That's it! You're finished!
269269
270270
- <http://www.immigration-usa.com/html_colors.html>
271271
- <http://www.december.com/html/spec/colorcodes.html>
272-
- [Hex triplet](wikipedia:Hex_triplet "wikilink")
272+
- [Hex triplet](https://en.wikipedia.org/wiki/Hex_triplet)
273273
- <http://www.colorschemer.com/online.html>
274274
275275
**Support, Request and Release**

docs/scripting/loops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do the same thing x times after eachother. The loops available in the Athena scr
77
and continue; will be covered. The intention of this page is that you will get to understand how loops work, and how to
88
use them properly.
99

10-
### [For Loop](wikipedia:For_loop "wikilink")
10+
### [For Loop](https://en.wikipedia.org/wiki/For_loop)
1111

1212
The for loop is probably the most seen loop used in Hercules scripting, this is usually used to loop through arrays and
1313
execute a series of commands for each array entry. But you can use it every time you need to execute a series of
@@ -61,7 +61,7 @@ is 1. Because the expression is true, the code inside of the curlies is executed
6161
expression is false, which will happen once @i is 10. As soon as that happens, it quits the loop and continues on the
6262
first line after the closing curly.
6363

64-
### [While Loop](wikipedia:While_loop "wikilink")
64+
### [While Loop](https://en.wikipedia.org/wiki/While_loop)
6565

6666
This loop is almost the same as a for loop, but less automated. With this loop, you'll have to initialize the variable
6767
yourself, and increase it yourself. In some situations, this is better then the for loop. The general format for a while
@@ -92,7 +92,7 @@ a lot of things, including a (theoretically) never ending cycle:
9292

9393
Note that the above is a script that will need you to relog!
9494

95-
### [Do ... While Loop](wikipedia:Do_while_loop "wikilink")
95+
### [Do ... While Loop](https://en.wikipedia.org/wiki/Do_while_loop)
9696

9797
Ah... We've already reached the last loop type. Wow, I actually managed to write stuff about the for and while loop
9898
eh... Well then. This loop is basically the same as a while loop, only the way it is executed is slightly different (and

0 commit comments

Comments
 (0)