Commit 4a4608102d772f0c4a63d6d3a179a24373ee2614

Authored by Henry Schreiner
Committed by GitHub
1 parent 49ab339a

Minor update to broken link

[skip ci]
Showing 1 changed file with 2 additions and 2 deletions
README.md
... ... @@ -4,7 +4,7 @@
4 4  
5 5 [![Build Status Linux and macOS][travis-badge]][travis]
6 6 [![Build Status Windows][appveyor-badge]][appveyor]
7   -[![Build Status Azure][azure-badge]][azure-link]
  7 +[![Build Status Azure][azure-badge]][azure]
8 8 [![Code Coverage][codecov-badge]][codecov]
9 9 [![Codacy Badge][codacy-badge]][codacy-link]
10 10 [![Join the chat at https://gitter.im/CLI11gitter/Lobby][gitter-badge]][gitter]
... ... @@ -572,7 +572,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
572 572 [doi-badge]: https://zenodo.org/badge/80064252.svg
573 573 [doi-link]: https://zenodo.org/badge/latestdoi/80064252
574 574 [azure-badge]: https://dev.azure.com/CLIUtils/CLI11/_apis/build/status/CLIUtils.CLI11?branchName=master
575   -[azure-link]: https://dev.azure.com/CLIUtils/CLI11/_build/|latest?definitionId=1&branchName=master
  575 +[azure]: https://dev.azure.com/CLIUtils/CLI11/_build/|latest?definitionId=1&branchName=master
576 576 [travis-badge]: https://img.shields.io/travis/CLIUtils/CLI11/master.svg?label=Linux/macOS
577 577 [travis]: https://travis-ci.org/CLIUtils/CLI11
578 578 [appveyor-badge]: https://img.shields.io/appveyor/ci/HenrySchreiner/cli11/master.svg?label=Windows
... ...