Fix broken link

This commit is contained in:
Luka Bratos 2018-08-14 16:24:26 +01:00
parent 360d9a5651
commit b8dc3bced7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ cd Hello
## Generate Xcode Project
Let's now use the [Vapor Toolbox's `xcode`](toolbox#xcode) command to generate an Xcode project.
Let's now use the [Vapor Toolbox's `xcode`](toolbox.md) command to generate an Xcode project.
This will allow us to build and run our app from inside of Xcode, just like an iOS app.
```sh