From 061bbbcbd0b57d3f84f934f47ce8ecb26ff04fd8 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Sat, 24 Apr 2021 09:37:58 +0300 Subject: [PATCH] Fix link to drone build in README [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef69ca163..8b4f1fddb 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The following compilers are tested with the CI system, and are known to work. St | | Master | Develop | |------------------|----------|-------------| | Github Actions | [![Build Status](https://github.com/boostorg/math/workflows/CI/badge.svg?branch=master)](https://github.com/boostorg/math/actions) | [![Build Status](https://github.com/boostorg/math/workflows/CI/badge.svg?branch=develop)](https://github.com/boostorg/math/actions) | -|Drone | [![Build Status](https://drone.cpp.al/api/badges/boostorg/math/status.svg?ref=refs/heads/master)](https://drone.cpp.al/boostorg/math) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/math/status.svg)](https:/drone.cpp.al/boostorg/math) | +|Drone | [![Build Status](https://drone.cpp.al/api/badges/boostorg/math/status.svg?ref=refs/heads/master)](https://drone.cpp.al/boostorg/math) | [![Build Status](https://drone.cpp.al/api/badges/boostorg/math/status.svg)](https://drone.cpp.al/boostorg/math) |