]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix Slack invitation link (#5217)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 1 Feb 2018 02:35:08 +0000 (03:35 +0100)
committerTanner Linsley <tannerlinsley@gmail.com>
Thu, 1 Feb 2018 02:35:08 +0000 (19:35 -0700)
Setup a new Heroku app based on rauchg/slackin, using Slack legacy token from the Chart.js (chartjs.slack@...) user and reCAPTCHA from the same Google account.

README.md
docs/README.md
docs/developers/contributing.md

index 10d2c1d8d7d17526645fc5c5ab42dd6a4984d8b4..b68b39008da697deb961246fbd58b57194e34172 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Chart.js
 
-[![travis](https://img.shields.io/travis/chartjs/Chart.js.svg?style=flat-square&maxAge=60)](https://travis-ci.org/chartjs/Chart.js) [![coveralls](https://img.shields.io/coveralls/chartjs/Chart.js.svg?style=flat-square&maxAge=600)](https://coveralls.io/github/chartjs/Chart.js?branch=master) [![codeclimate](https://img.shields.io/codeclimate/maintainability/chartjs/Chart.js.svg?style=flat-square&maxAge=600)](https://codeclimate.com/github/chartjs/Chart.js) [![slack](https://img.shields.io/badge/slack-Chart.js-blue.svg?style=flat-square&maxAge=3600)](https://chart-js-automation.herokuapp.com/)
+[![travis](https://img.shields.io/travis/chartjs/Chart.js.svg?style=flat-square&maxAge=60)](https://travis-ci.org/chartjs/Chart.js) [![coveralls](https://img.shields.io/coveralls/chartjs/Chart.js.svg?style=flat-square&maxAge=600)](https://coveralls.io/github/chartjs/Chart.js?branch=master) [![codeclimate](https://img.shields.io/codeclimate/maintainability/chartjs/Chart.js.svg?style=flat-square&maxAge=600)](https://codeclimate.com/github/chartjs/Chart.js) [![slack](https://img.shields.io/badge/slack-chartjs-blue.svg?style=flat-square&maxAge=3600)](https://chartjs-slack.herokuapp.com/)
 
 *Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)
 
index 5a0e9f355798dbd6beb59d6556f32cb296a425af..24ee8d4998211efd0a143a0661e3474fb0357501 100644 (file)
@@ -1,6 +1,6 @@
 # Chart.js
 
-[![slack](https://img.shields.io/badge/slack-Chart.js-blue.svg?style=flat-square&maxAge=600)](https://chart-js-automation.herokuapp.com/)
+[![slack](https://img.shields.io/badge/slack-chartjs-blue.svg?style=flat-square&maxAge=3600)](https://chartjs-slack.herokuapp.com/)
 
 ## Installation
 
index e6551d590d136a50910df1a933ed857b1e51aec5..fa3511bb09a2cbdc940bfe197dd2804cc5c1dbff 100644 (file)
@@ -12,7 +12,7 @@ New contributions to the library are welcome, but we ask that you please follow
 
 # Joining the project
 
- Active committers and contributors are invited to introduce yourself and request commit access to this project. We have a very active Slack community that you can join [here](https://chart-js-automation.herokuapp.com/). If you think you can help, we'd love to have you!
+ Active committers and contributors are invited to introduce yourself and request commit access to this project. We have a very active Slack community that you can join [here](https://chartjs-slack.herokuapp.com/). If you think you can help, we'd love to have you!
 
 # Building and Testing