From 5918fe6a3762146eee7b36d857f820a03eadb366 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 26 Jul 2021 15:22:44 -0700 Subject: [PATCH] README: update slack invite and badge --- .github/slack.svg | 24 ++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .github/slack.svg diff --git a/.github/slack.svg b/.github/slack.svg new file mode 100644 index 0000000000..2b0fbae4aa --- /dev/null +++ b/.github/slack.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + slack + slack + Join us! + Join us! + + + diff --git a/README.md b/README.md index ed6cf464d6..0425d99e74 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Nuttx Targets](https://github.com/PX4/PX4-Autopilot/workflows/Nuttx%20Targets/badge.svg)](https://github.com/PX4/PX4-Autopilot/actions?query=workflow%3A%22Nuttx+Targets%22?branch=master) [![SITL Tests](https://github.com/PX4/PX4-Autopilot/workflows/SITL%20Tests/badge.svg?branch=master)](https://github.com/PX4/PX4-Autopilot/actions?query=workflow%3A%22SITL+Tests%22) -[![Slack](https://px4-slack.herokuapp.com/badge.svg)](http://slack.px4.io) +[![Slack](/.github/slack.svg)](https://join.slack.com/t/px4/shared_invite/zt-si4xo5qs-R4baYFmMjlrT4rQK5yUnaA) This repository holds the [PX4](http://px4.io) flight control solution for drones, with the main applications located in the [src/modules](https://github.com/PX4/PX4-Autopilot/tree/master/src/modules) directory. It also contains the PX4 Drone Middleware Platform, which provides drivers and middleware to run drones.