1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Replace gitter with discord

This commit is contained in:
DarthSim 2023-01-05 19:47:03 +03:00
parent b0b1158a93
commit e263ef671a
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
<a href="https://imgproxy.net/#pro">imgproxy Pro</a> |
<a href="https://hub.docker.com/r/darthsim/imgproxy/">Docker</a> |
<a href="https://twitter.com/imgproxy_net">Twitter</a> |
<a href="https://gitter.im/imgproxy/imgproxy">Chat</a>
<a href="https://discord.gg/5GgpXgtC9u">Discord</a>
</h4>
<p align="center">

View File

@ -6,9 +6,9 @@ if (window.DOCSIFY_ROUTER_MODE === "history") {
var documentTitleBase = document.title;
var gitterURL = "https://gitter.im/imgproxy/imgproxy";
var gitterBadgeURL = "https://img.shields.io/gitter/room/imgproxy/imgproxy" +
"?color=1775d3&style=for-the-badge&logo=gitter";
var gitterURL = "https://discord.gg/5GgpXgtC9u";
var gitterBadgeURL = "https://img.shields.io/badge/chat-on%20Discord-blue"
+ "?logo=discord&logoColor=white&style=for-the-badge";
var gitterBadge = '<div class="gitter">' +
'<a class="gitter-link" href="' + gitterURL + '" target="_blank">' +
'<img alt="Chat on Gitter" src="' + gitterBadgeURL + '">' +