Replace all HTTP with HTTPS (#124)

* Replace all HTTP with HTTPS

* Revert license HTTPS back to HTTP

* Logo actually broke, but URL was fine

* Missed a spot
This commit is contained in:
Simon M 2020-03-03 05:21:30 +01:00 committed by GitHub
parent b60f0ebb75
commit 8145c54057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ export default {
popup: "animated zoomOut faster" popup: "animated zoomOut faster"
} }
}); });
window.location.assign("http://tachiyomi.kanade.eu/latest"); window.location.assign("https://tachiyomi.kanade.eu/latest");
window.ga("send", "event", "Button", "Click", "Dev download - Getting Started"); window.ga("send", "event", "Button", "Click", "Dev download - Getting Started");
} }
} }

View File

@ -13,7 +13,7 @@
* For material icon references use https://material.io/resources/icons/ * For material icon references use https://material.io/resources/icons/
* Code example: <MaterialIcon icon-name="android" /> * Code example: <MaterialIcon icon-name="android" />
* *
* For material icon references use http://materialdesignicons.com/ * For material icon references use https://materialdesignicons.com/
* Code example: <MaterialIcon icon-name="mdi-glasses" legacy /> * Code example: <MaterialIcon icon-name="mdi-glasses" legacy />
*/ */
export default { export default {

View File

@ -160,7 +160,7 @@ export default {
popup: "animated zoomOut faster" popup: "animated zoomOut faster"
} }
}); });
window.location.assign("http://tachiyomi.kanade.eu/latest"); window.location.assign("https://tachiyomi.kanade.eu/latest");
window.ga( window.ga(
"send", "send",
"event", "event",