Merge pull request #239 from CAM-Gerlach/fix-repo-link

Fix repo link on Travis CI page so it works, and bump Python version
This commit is contained in:
Joseph Nix 2018-10-13 16:35:44 -05:00 committed by GitHub
commit b0df51ccdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ in the project file would be to use `ghpages+https` like this:
```ini ```ini
[servers.ghpages] [servers.ghpages]
target = ghpages+https://username/repository.git target = ghpages+https://username/repository
``` ```
You need to add this to your `.lektorproject` file. You need to add this to your `.lektorproject` file.