From 47e85fcc7399b1521fd96a7357cc79df3d4b0192 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Thu, 20 Aug 2020 18:56:05 +1000 Subject: [PATCH] fix link in hosting-webclient.md (good old case sensitivity) --- doc/hosting-webclient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hosting-webclient.md b/doc/hosting-webclient.md index 0da552aed..b88ae06ce 100644 --- a/doc/hosting-webclient.md +++ b/doc/hosting-webclient.md @@ -11,7 +11,7 @@ For example, let's assume our site is setup like this: * `example.com/static/default.zip` 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 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)