Skip to content

Commit d919822

Browse files
Fix: update missed filenames & directories
Some directories and filenames were missed when updating to the new naming conventions. All are now lowercase with spaces replaced with hyphens.
1 parent 85ea6d5 commit d919822

18 files changed

+12
-12
lines changed

content/contributing/templates/guides-tutorial-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description:
1010
%% E.G. *This page contains three tutorials of varying difficulty on how to create an ESP Replacer Patch:* %%
1111

1212
%% Add a backlink to any relevant Guides pages which provide background on the subject matter of the tutorial %%
13-
%%* E.g. See [[creating-a-patch-for-an-esp|Creating a Patch for an ESP]] for more information on what patches are and how they work.* %%
13+
%%* E.g. See [[guides/patches/creating-a-patch-for-an-esp|Creating a Patch for an ESP]] for more information on what patches are and how they work.* %%
1414

1515
# Tutorial 1:
1616
%%![[comparison-screenshot-of-two-conflicting-mods.png]]%% %% add an introductory image or screenshot related to the tutorial %%

content/guides/patches/creating-a-patch-for-an-esp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ These use an additional ESP to make their changes and in most cases will need to
4141
Put simply, an ‘ESP replacer’ is an ESP that replaces the ESP of one mod [mod ‘A’], with changes made to it in order to make it compatible with another mod [mod ‘B’]. This is somewhat of a blunt tool to achieve compatibility, but it does the job.
4242

4343
### Tutorials:
44-
* [[esp-replacer-patch-beginner-tutorial|ESP-Replacer Patch Beginner Tutorial]]
44+
* [[guides/patches/esp-replacer-patch-beginner-tutorial|ESP-Replacer Patch Beginner Tutorial]]
4545
### Pros:
4646
* **Control**: By modifying the conflicting plugin directly, you have full control over how you make it compatible with your own - however, with BCOM this method should only be used for replacing your own mod ESP, and not Beautiful Cities of Morrowind.esp or any of its modular optional ESPs.
4747
* **Easy to make**: No ‘smoke and mirrors’ here. You won’t need to write any complex scripts (though you may need to edit the mod’s scripts, e.g., if a script places NPCs in a specific location and you have modified the layout of that location)

content/guides/patches/esp-replacer-patch-beginner-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414

1515
This page is part of a series of guides on [[guides/patches/index|Patches]]
1616

17-
See [[creating-a-patch-for-an-esp|Creating a Patch for an ESP]] for more information on what patches are and how they work.
17+
See [[guides/patches/creating-a-patch-for-an-esp|Creating a Patch for an ESP]] for more information on what patches are and how they work.
1818

1919
# Tutorial 1:
2020
>[!info] Scenario:
@@ -228,7 +228,7 @@ That being said, here are some possible dirty edits you may make during the proc
228228
229229
### Naming the ESP
230230

231-
With your ESP Replacer completed, consider whether the name will be identical to the 'original mod', or have a unique name to distinguish it. See [[creating-a-patch-for-an-esp#Conventions|Creating a Patch for an ESP]] for more information.
231+
With your ESP Replacer completed, consider whether the name will be identical to the 'original mod', or have a unique name to distinguish it. See [[guides/patches/creating-a-patch-for-an-esp#Conventions|Creating a Patch for an ESP]] for more information.
232232

233233
If a unique name is given for your ESP Replacer patch, consider adding `[conflict]` and `[order]` [mlox rules](https://github.com/DanaePlays/mlox-rules) to enable correct automated plugin sorting.
234234

content/guides/quest-design/branching-dialogue-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See the Project Tamriel Wiki article [Writing and Diagloue Guides](https://wiki.
2222
* **Difficulty level:** Intermediate
2323
* **Requirements:**
2424
* Morrowind, Tribunal and Bloodmoon
25-
* *This tutorial assumes you have a basic knowledge of [[guides/scripting/index|Scripting]]*
25+
* _This tutorial assumes you have a basic knowledge of [[guides/scripting/index|Scripting]]_
2626

2727
**Scenario:**
2828
*Duder the Dunmer wants to know whether you would like to discuss Kings or Cabbages - but you can only pick **one**. If only there was a way to create branching dialogue choices in Morrowind..?*

content/modding-tools/sorting-plugin-load-order/Mlox/building-mlox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99

1010
>[!abstract]- Pages contained within this folder
1111
>
12-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
12+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1313
>
1414
>* [[contributing-to-mlox-rules|Contributing to Mlox Rules]] -- How to contribute to the rule-base of mlox
1515
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository]]

content/modding-tools/sorting-plugin-load-order/Mlox/contributing-to-mlox-rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
>[!abstract]- Pages contained within this folder
1313
>
14-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
14+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1515
>
1616
>* [[contributing-to-mlox-rules]] -- How to contribute to the rule-base of mlox
1717
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository]]
@@ -21,7 +21,7 @@ aliases:
2121
2222
## About
2323

24-
[[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]] is currently the most powerful tool available for correctly sorting Morrowind plugin load orders, and notifying users of conflicts or available patches -- however, it is only as effective as the rules that it is given. Without current, regularly updated rules to keep up with new mod releases and updates, it is simply a neat piece of code and nothing else.
24+
[[modding-tools/sorting-plugin-load-order/mlox/index|mlox]] is currently the most powerful tool available for correctly sorting Morrowind plugin load orders, and notifying users of conflicts or available patches -- however, it is only as effective as the rules that it is given. Without current, regularly updated rules to keep up with new mod releases and updates, it is simply a neat piece of code and nothing else.
2525

2626
>[!question]- Can anyone contribute to mlox?
2727
>

content/modding-tools/sorting-plugin-load-order/Mlox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use mlox to check for plugin dependencies and conflicts, and to sort your plugin
1313

1414
>[!abstract]- Pages contained within this folder
1515
>
16-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
16+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1717
>
1818
>* [[contributing-to-mlox-rules|Contributing to Mlox Rules]]] -- How to contribute to the rule-base of mlox
1919
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository|Tutorial - How to Add Rules to the mlox-rules Repository]]

content/modding-tools/sorting-plugin-load-order/Mlox/mlox-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99

1010
>[!abstract]- Pages contained within this folder
1111
>
12-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
12+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1313
>
1414
>* [[contributing-to-mlox-rules|Contributing to Mlox Rules]] -- How to contribute to the rule-base of mlox
1515
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository]]

content/modding-tools/sorting-plugin-load-order/Mlox/mlox-rule-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aliases:
1212

1313
>[!abstract]- Pages contained within this folder
1414
>
15-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
15+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1616
>
1717
>* [[contributing-to-mlox-rules|Contributing to Mlox Rules]] -- How to contribute to the rule-base of mlox
1818
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository|Tutorial - How to Add Rules to the mlox-rules Repository]]

content/modding-tools/sorting-plugin-load-order/Mlox/tutorial-how-to-add-rules-to-the-mlox-rules-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
>[!abstract]- Pages contained within this folder
1515
>
16-
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/Mlox/index|mlox]]
16+
>This article is part of a series on [[modding-tools/sorting-plugin-load-order/mlox/index|mlox]]
1717
>
1818
>* [[contributing-to-mlox-rules]] -- How to contribute to the rule-base of mlox
1919
>* [[tutorial-how-to-add-rules-to-the-mlox-rules-repository]]

0 commit comments

Comments
 (0)