From 0d7f145ef4f9c8487fc40a989500dab923aa6044 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Mon, 14 Dec 2020 00:28:57 +0200 Subject: [PATCH 1/2] readme: Change join chat to IRC from gitter --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f8e94995..ee233fc4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Bash-it ![Build Status](https://github.com/Bash-it/bash-it/workflows/CI/badge.svg?branch=master) -[![Join the chat at https://gitter.im/Bash-it/bash-it](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Bash-it/bash-it?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join the chat at https://webchat.freenode.net/?channel=#bash-it](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channel=#bash-it) **Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+. (And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:) From b5fecb3eb30228f4016bb6fd4b3f01b6de52bc2e Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Mon, 14 Dec 2020 00:47:32 +0200 Subject: [PATCH 2/2] readme: Add docs status badge --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index ee233fc4..39753bbd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@ # Bash-it ![Build Status](https://github.com/Bash-it/bash-it/workflows/CI/badge.svg?branch=master) +![Docs Status](https://readthedocs.org/projects/bash-it/badge/) [![Join the chat at https://webchat.freenode.net/?channel=#bash-it](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channel=#bash-it) **Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+.