base url updates

This commit is contained in:
Tanner Nelson 2016-07-30 16:17:21 -04:00
parent 80f3ecd4a9
commit 71ece0bebe
No known key found for this signature in database
GPG Key ID: 9C24375C64856B76
5 changed files with 9 additions and 5 deletions

View File

@ -1 +1,3 @@
# Vapor Documentation
# Vapor Documentation
Visit the Getting Started section to install Swift 3 and the Toolbox.

View File

@ -4,6 +4,8 @@ template:
title: Vapor Documentation
subTitle: A web framework and server for Swift that works on macOS and Ubuntu.
baseUrl: https://qutheory.github.io/documentation
menu:
sections:
links:

View File

@ -61,9 +61,9 @@ drop.get("hello") { request in
This creates a new route on the `Droplet` that will match all `GET` requests to `/hello`.
All route closures are passed an instance of [Request](/guide/request.html) that contains information such as the URI requested and data sent.
All route closures are passed an instance of [Request]({{baseUrl}}/guide/request.html) that contains information such as the URI requested and data sent.
This route simply returns a string, but anything that is [ResponseRepresentable](/guide/routing.html) can be returned. Learn more in the [Routing](/guide/routing.html) section of the guide.
This route simply returns a string, but anything that is [ResponseRepresentable]({{baseUrl}}/guide/routing.html) can be returned. Learn more in the [Routing]({{baseUrl}}/guide/routing.html) section of the guide.
## Serving

View File

@ -24,4 +24,4 @@ Select Xcode 8 for your Command Line Tools.
## Swift
You can now move on to [Install Swift 3](/getting-started/install-swift-3.html)
You can now move on to [Install Swift 3]({{baseUrl}}/getting-started/install-swift-3.html)

View File

@ -17,4 +17,4 @@ sudo apt-get install clang libicu-dev binutils git
## Swift
You can now move on to [Install Swift 3](/getting-started/install-swift-3.html)
You can now move on to [Install Swift 3]({{baseUrl}}/getting-started/install-swift-3.html)