fix link in hosting-webclient.md (good old case sensitivity)

This commit is contained in:
UnknownShadow200 2020-08-20 18:56:05 +10:00 committed by GitHub
parent 2e06e33679
commit 47e85fcc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ For example, let's assume our site is setup like this:
* `example.com/static/default.zip` * `example.com/static/default.zip`
For simplicitly, For simplicitly,
1) Download `cs.classicube.net/c_client/latest/classicube.js`, then upload it to `static/classisphere.js` on the webserver 1) Download `cs.classicube.net/c_client/latest/ClassiCube.js`, then upload it to `static/classisphere.js` on the webserver
2) Download `classicube.net/static/default.zip`, then upload it to `static/default.zip` on the webserver 2) Download `classicube.net/static/default.zip`, then upload it to `static/default.zip` on the webserver
The play.html page is the trickiest part, because how to implement this is website-specific. (depends on how your website is styled, what webserver you use, what programming language is used to generate the html, etc) The play.html page is the trickiest part, because how to implement this is website-specific. (depends on how your website is styled, what webserver you use, what programming language is used to generate the html, etc)