Skip to content

Commit e5deb91

Browse files
fix some minor formatting
1 parent b0c1c26 commit e5deb91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/developer/hooks/Plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Plugin Hook Documentation.
33

44
Base hooks for plugins. Hooks are functions that can have code appended to, and are triggered at specific events.
55
NutScript allows you to add hooks via PLUGIN, rather than hook.Add.
6-
See: https://wiki.facepunch.com/gmod/Hook_Library_Usage and ../../guides/development/developing_plugins.md#why-plugin
6+
See: <https://wiki.facepunch.com/gmod/Hook_Library_Usage> and [Why use PLUGIN?](../../guides/development/developing_plugins.md#why-plugin)
77
## Character-related hooks
88

99
???+ realm-server "<a id=PLUGIN:CharacterLoaded></a>PLUGIN:CharacterLoaded (id)"

docs/guides/development/developing_plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Advantages of using PLUGIN:
7474
```
7575

7676
is a table that is available (within the respective realm) to all files/scopes within the plugin, as well as accessible from other plugins (```nut.plugin.list.permadeath.curEnts```).
77+
7778
## **Example**
7879

7980
An example of a plugin creation can be found [here](plugin_example.md).

0 commit comments

Comments
 (0)