Skip to content

Commit

Permalink
Use Discord instead of Slack (line#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox authored Mar 15, 2024
1 parent 54205bf commit 2994712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/src/sphinx/_static/add_badges.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ function addBadges(parent) {
var div = document.createElement('div');
div.className = 'project-badges';
addBadge(div, 'https://img.shields.io/github/stars/line/centraldogma.svg?style=social');
addBadge(div, 'https://img.shields.io/badge/chat-on%20slack-brightgreen.svg?style=social',
'https://join.slack.com/t/central-dogma/shared_invite/enQtNjA5NDk5MTExODQzLWFhOWU2NGZhNDk3MjBmNzczZDYyZjRmMTI1MzdiNGI3OTcwNWZlOTkyY2U3Nzk4YTM2NzQ2NGJhMjQ1NzJlNzQ');
addBadge(div, 'https://img.shields.io/badge/chat-on%20Discord-brightgreen.svg?style=social',
'https://armeria.dev/s/discord');
addBadge(div, 'https://img.shields.io/maven-central/v/com.linecorp.centraldogma/centraldogma-common.svg?style=flat-square',
'https://search.maven.org/search?q=g:com.linecorp.centraldogma');
addBadge(div, 'https://img.shields.io/github/commit-activity/m/line/centraldogma.svg?style=flat-square',
Expand Down
2 changes: 1 addition & 1 deletion site/src/sphinx/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Previously known issues
- Please check `CVE-2019-6002 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6002>`_ to get more information.

- If you found security bugs, please let us know `[email protected] <mailto:[email protected]>`_ or
send `Slack DM <https://join.slack.com/t/central-dogma/shared_invite/enQtNjA5NDk5MTExODQzLWFhOWU2NGZhNDk3MjBmNzczZDYyZjRmMTI1MzdiNGI3OTcwNWZlOTkyY2U3Nzk4YTM2NzQ2NGJhMjQ1NzJlNzQ>`_ to maintainer.
send `Discord DM <https://armeria.dev/s/discord>`_ to maintainer.

0 comments on commit 2994712

Please sign in to comment.