Skip to content

Commit fd4778c

Browse files
committed
fix dead links
1 parent a7a6daa commit fd4778c

File tree

7 files changed

+10
-123
lines changed

7 files changed

+10
-123
lines changed

docs/components/debugging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Debugging and testing mods in Half-Life Alyx can be challenging and often requir
33

44
The [debug menu](debug_menu.md) is also a very useful tool for debugging in VR.
55

6-
Many debug functions have dedicated console commands so be sure to check the [console](console.md) page.
6+
Many debug functions have dedicated console commands so be sure to check the [console](../console/index.md) section.
77

88
## Common functions
99

@@ -119,7 +119,8 @@ thisEntity:SetThink("ProfileThink", ProfileThink, 0)
119119

120120
[Common Debugging](../reference/debug/common.md).
121121

122-
[VR Debugging](../reference/debug/vr.md).
122+
<!-- Currently no vr functions -->
123+
<!-- [VR Debugging](../reference/debug/vr.md). -->
123124

124125
[NoVR Debugging](../reference/debug/novr.md).
125126

docs/components/player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ end)
278278

279279
## Reference
280280

281-
View the full reference [here](../reference/player/player.md).
281+
View the full reference [here](../reference/player/core.md).

docs/console/index.md

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

33
!!! tip ""
4-
If you're a player looking for help with AlyxLib commands, check out the [AlyxLib Commands](console/alyxlib.md) page.
4+
If you're a player looking for help with AlyxLib commands, check out the [AlyxLib Commands](alyxlib.md) page.
55

66
AlyxLib comes with custom console commands which can help with debugging during development. They can be used whether you are in Tools Mode or not.
77

docs/getting_started/app_installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ To quickly create a new addon, use `File -> New Addon...` and choose a name for
8181

8282
??? example "Image"
8383
![image](../assets/aids/installer/installer-new_addon.png)
84-
![image](../assets/aids/installer/installer-new_addon_name.png)
8584

8685
### Selecting an existing addon
8786

@@ -143,12 +142,12 @@ After uploading, click `Install` again to restore the AlyxLib files in your addo
143142
You can remove AlyxLib options from your addon by unticking the options you want to remove and then clicking the *down arrow* next to the `Remove For Upload` button, followed by `Remove Unticked Items`.
144143

145144
??? example "Image"
146-
![image](../assets/aids/installer/installer-remove_options_unticked.png.png)
145+
![image](../assets/aids/installer/installer-remove_options_unticked.png)
147146

148147
In the same menu you can also completely remove AlyxLib from your addon by clicking `Remove All AlyxLib Files`.
149148

150149
??? example "Image"
151-
![image](../assets/aids/installer/installer-remove_options_all.png.png)
150+
![image](../assets/aids/installer/installer-remove_options_all.png)
152151

153152
This will remove any AlyxLib related files that have not been modified in your addon. Any files that do not match the contents of a fresh install will not be deleted, including soundevent files and script files.
154153

docs/getting_started/python_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Wait for the script to complete its process. You can now continue developing you
5353

5454
## Manual installation
5555

56-
Without Python you will have to manually create the symlinks yourself to each desired AlyxLib file/folder. I recommend using [Link Shell Extension](schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html) which adds linking operations directly to your Windows right-click context menu, making links much easier to create.
56+
Without Python you will have to manually create the symlinks yourself to each desired AlyxLib file/folder. I recommend using [Link Shell Extension](https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html) which adds linking operations directly to your Windows right-click context menu, making links much easier to create.
5757

5858
For a full setup the following files/folder should be linked to your addon *content* folder in their respective locations:
5959

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Your addon is linked to AlyxLib via symbolic links, ensuring that every addon us
2626
* Lots of useful debugging functions and console commands. [:octicons-link-external-16:](components/debugging.md)
2727
* A fully customizable in-game debug menu. [:octicons-link-external-16:](components/debug_menu.md)
2828

29-
See the [Components](components) section for a more detailed overview.
29+
See the [Components](components/alyxlib.md) section for a more detailed overview.
3030

3131
!!! tip "Code completion"
3232
AlyxLib uses the [HLA-VScript](https://github.com/FrostSource/HLA-VScript) definition files to provide full VScript code completion. It can be installed using the [Lua Language Server addon manager](https://luals.github.io/wiki/addons/#addon-manager)
3333

3434
## 🚀Quick setup guide
3535

3636
!!! note ""
37-
For in-depth setup, see the [Installation](getting_started/installation.md) guide.
37+
For in-depth setup, see the [Installation](getting_started/app_installation.md) guide.
3838

3939
1. Download or clone the [AlyxLib GitHub repository](https://github.com/FrostSource/alyxlib) to your hlvr_addons content folder
4040

docs/installing/python_installer.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)