diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md
index 2097237e..4135df41 100644
--- a/DOCUMENTATION/content/documentation/index.md
+++ b/DOCUMENTATION/content/documentation/index.md
@@ -323,7 +323,7 @@ PHP_FPM_INSTALL_PHPDBG=true
## Setup remote debugging for PhpStorm on Linux
- - Make sure you have followed the steps above in the [Install Xdebug section](http://laradock.io/documentation/#install-xdebug).
+ - Make sure you have followed the steps above in the [Install Xdebug section](#install-xdebug).
- Make sure Xdebug accepts connections and listens on port 9000. (Should be default configuration).
@@ -407,7 +407,7 @@ To learn more about how Docker publishes ports, please read [this excellent post
## Setup Laravel and Docker on Digital Ocean
-### [Full Guide Here](https://github.com/laradock/laradock/blob/master/_guides/digital_ocean.md)
+### [Full Guide Here](/guides/#Digital-Ocean)
@@ -1496,7 +1496,7 @@ e) set it to `true`
## PHPStorm Debugging Guide
Remote debug Laravel web and phpunit tests.
-[**Debugging Guide Here**](https://github.com/laradock/laradock/blob/master/_guides/phpstorm.md)
+[**Debugging Guide Here**](/guides/#PHPStorm-Debugging)