diff options
author | 2021-10-24 05:48:05 +1100 | |
---|---|---|
committer | 2021-10-24 05:48:05 +1100 | |
commit | 669b1f6adecfd940d5ae8b97150dc73db04894c5 (patch) | |
tree | 3b32a4f2d55f558be04294ebe818c8f35135ef8b /plugins/data | |
parent | 3a11f9168703f33f2f066c3e9d0f6905f2c95453 (diff) |
-docs: Started documenting plugins.
* Also added a couple of missing command-line options, and added a local
table of contents to the (rather long) command line options page.
-Added a separate CI target for localisation updates that produces an
artefact, and removed the message catalogs from the trigger paths for
the Linux CI build.
Diffstat (limited to 'plugins/data')
-rw-r--r-- | plugins/data/data_hiscore.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data/data_hiscore.lua b/plugins/data/data_hiscore.lua index 3bf5467fe9e..0f54bb43384 100644 --- a/plugins/data/data_hiscore.lua +++ b/plugins/data/data_hiscore.lua @@ -1,4 +1,4 @@ --- to use this get the package from http://greatstone.free.fr/hi2txt/ +-- to use this get the package from https://greatstoneex.github.io/hi2txt-doc/ -- extract the hi2txt.zip and place it in your history path local dat = {} |