mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
Fix link to documentation (#185)
* Fix link to documentation * Can't really merge anything without this
This commit is contained in:
parent
76b75dbb9b
commit
85c7d80099
@ -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._
|
||||
|
||||
## 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.
|
||||
|
||||
|
10
appveyor.yml
10
appveyor.yml
@ -46,11 +46,11 @@ after_test:
|
||||
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
|
||||
bash codecov.sh -f "coverage.xml"
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- '/*.md'
|
||||
- '**/*.txt'
|
||||
- '.gitignore'
|
||||
#skip_commits:
|
||||
# files:
|
||||
# - '/*.md'
|
||||
# - '**/*.txt'
|
||||
# - '.gitignore'
|
||||
|
||||
deploy:
|
||||
description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD\n$(APPVEYOR_REPO_COMMIT_MESSAGE)'
|
||||
|
Loading…
Reference in New Issue
Block a user