mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
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:
parent
b60f0ebb75
commit
8145c54057
@ -76,7 +76,7 @@ export default {
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
* For material icon references use https://material.io/resources/icons/
|
||||
* 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 />
|
||||
*/
|
||||
export default {
|
||||
|
@ -160,7 +160,7 @@ export default {
|
||||
popup: "animated zoomOut faster"
|
||||
}
|
||||
});
|
||||
window.location.assign("http://tachiyomi.kanade.eu/latest");
|
||||
window.location.assign("https://tachiyomi.kanade.eu/latest");
|
||||
window.ga(
|
||||
"send",
|
||||
"event",
|
||||
|
Loading…
Reference in New Issue
Block a user