This commit is contained in:
Marcel Pociot
2020-06-17 08:25:06 +02:00
parent 42f5b7b66b
commit 418df5aa8f
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ The easiest way to install expose is by making it a global composer dependency:
composer global require beyondcode/expose
```
Now you're ready to go and can [share your first site](/getting-started/share-your-first-site).
Now you're ready to go and can [share your first site](/docs/expose/getting-started/share-your-first-site).
### Extending Expose
@@ -20,4 +20,4 @@ By default, expose comes as an executable PHAR file. This allows you to use all
If you want to modify expose, for example by adding custom request/response modifiers, you will need to clone the GitHub repository instead.
You can learn more about how to customize expose in the [extending Expose](/extending) documentation section.
You can learn more about how to customize expose in the [extending Expose](/docs/expose/extending-the-server/subdomain-generator) documentation section.