Skip to content

Commit 0441978

Browse files
authored
Fix inline links
Signed-off-by: GitHub <noreply@github.com>
1 parent 58227a1 commit 0441978

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ local HOTBAR_SLOTS_MINI = 5 -- (1)!
5858

5959
## Removing Topbar Icon
6060

61-
The topbar icon is decoupled from Purse's functionality, so you can remove it by disabling the [`TopbarIcon`](https://github.com/ryanlua/purse/blob/main/src/TopbarIcon.client.luau) script. In addition, a [`ContextAction`](https://github.com/ryanlua/purse/blob/main/src/ContextAction.client.luau) script is included to bind opening and closing the inventory to a keycode (set to backquote <kbd>`</kbd> by default).
61+
The topbar icon is decoupled from Purse's functionality, so you can remove it by disabling the [`TopbarIcon`][TopbarIcon] script. In addition, a [`ContextAction`][ContextAction] script is included to bind opening and closing the inventory to a keycode (set to backquote <kbd>`</kbd> by default).
6262

6363
Your explorer window should look similar to the following when you disable the `TopbarIcon` script and enable the `ContextAction` script.
6464

6565
![Explorer window showing TopbarIcon disabled and ContextAction enabled under Purse](assets/disable-topbar.png)
6666

6767
!!! warning
6868

69-
If you do not enable the `ContextAction` script, players will not be able to open the backpack since the topbar icon which handles binding is disabled.
69+
If you do not enable the `ContextAction` script, players will not be able to open the backpack since the topbar icon which handles binding is disabled.
70+
71+
[TopbarIcon]: https://github.com/ryanlua/purse/blob/main/src/TopbarIcon.client.luau
72+
[ContextAction]: https://github.com/ryanlua/purse/blob/main/src/ContextAction.client.luau

0 commit comments

Comments
 (0)