From 0ddba3ea90c4a9ac8e0c93b97a7944f64126bbdf Mon Sep 17 00:00:00 2001 From: chris1seto Date: Thu, 13 Oct 2022 11:05:28 -0700 Subject: [PATCH] Fix Discord badge not a link in README (#20406) * Add link to image * Update link to nice permalink Co-authored-by: Chris Seto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437e2f2f8d..a7daa142c4 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) -![Discord Shield](https://discordapp.com/api/guilds/1022170275984457759/widget.png?style=shield) +[![Discord Shield](https://discordapp.com/api/guilds/1022170275984457759/widget.png?style=shield)](https://discord.gg/dronecode) 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/main/src/modules) directory. It also contains the PX4 Drone Middleware Platform, which provides drivers and middleware to run drones.