From 679d2b0aba3ceca5549a7520eaf375c0e2ab22ab Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir <6266078+yusufkandemir@users.noreply.github.com> Date: Fri, 20 Jul 2018 10:45:12 +0300 Subject: [PATCH] Link fixes and changes in Documentation (#1539) * Fix guide links * Changed absolute link to relative --- DOCUMENTATION/content/documentation/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 2097237..4135df4 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)