Skip to content

Commit 679d2b0

Browse files
yusufkandemirbestlong
authored andcommitted
Link fixes and changes in Documentation (laradock#1539)
* Fix guide links * Changed absolute link to relative
1 parent fbc2afe commit 679d2b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ PHP_FPM_INSTALL_PHPDBG=true
323323
<a name="Setup remote debugging for PhpStorm on Linux"></a>
324324
## Setup remote debugging for PhpStorm on Linux
325325

326-
- Make sure you have followed the steps above in the [Install Xdebug section](http://laradock.io/documentation/#install-xdebug).
326+
- Make sure you have followed the steps above in the [Install Xdebug section](#install-xdebug).
327327

328328
- Make sure Xdebug accepts connections and listens on port 9000. (Should be default configuration).
329329

@@ -407,7 +407,7 @@ To learn more about how Docker publishes ports, please read [this excellent post
407407
<a name="Digital-Ocean"></a>
408408
## Setup Laravel and Docker on Digital Ocean
409409

410-
### [Full Guide Here](https://github.com/laradock/laradock/blob/master/_guides/digital_ocean.md)
410+
### [Full Guide Here](/guides/#Digital-Ocean)
411411

412412

413413

@@ -1496,7 +1496,7 @@ e) set it to `true`
14961496
## PHPStorm Debugging Guide
14971497
Remote debug Laravel web and phpunit tests.
14981498

1499-
[**Debugging Guide Here**](https://github.com/laradock/laradock/blob/master/_guides/phpstorm.md)
1499+
[**Debugging Guide Here**](/guides/#PHPStorm-Debugging)
15001500

15011501

15021502

0 commit comments

Comments
 (0)