Fix link to documentation (#185)

* Fix link to documentation

* Can't really merge anything without this
This commit is contained in:
Paul Pacheco 2018-12-26 19:18:28 -06:00 committed by GitHub
parent 76b75dbb9b
commit 85c7d80099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ What previously required **10.000** lines of code, now takes **1.000** lines of
_Note: Mirror is based on Unity's abandoned UNET Networking system. We fixed it up and pushed it to MMO Scale._ _Note: Mirror is based on Unity's abandoned UNET Networking system. We fixed it up and pushed it to MMO Scale._
## Documentation ## Documentation
Check out our [Documentation](https://github.com/vis2k/Mirror/docs) and read the [Wiki](https://github.com/vis2k/Mirror/wiki). Check out our [Documentation](https://vis2k.github.io/Mirror/) and read the [Wiki](https://github.com/vis2k/Mirror/wiki).
The main difference is that you have to use `using Mirror;` instead of `using UnityEngine.Networking;` at the top of your scripts. The main difference is that you have to use `using Mirror;` instead of `using UnityEngine.Networking;` at the top of your scripts.

View File

@ -46,11 +46,11 @@ after_test:
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f "coverage.xml" bash codecov.sh -f "coverage.xml"
skip_commits: #skip_commits:
files: # files:
- '/*.md' # - '/*.md'
- '**/*.txt' # - '**/*.txt'
- '.gitignore' # - '.gitignore'
deploy: deploy:
description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD\n$(APPVEYOR_REPO_COMMIT_MESSAGE)' description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD\n$(APPVEYOR_REPO_COMMIT_MESSAGE)'