Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 4836223

Browse files
authored
Merge pull request #66 from jhlegarreta/FixReadmeBuildAndCIBadgeSyntax
BUG: Fix build and CI badge syntax in README.md
2 parents 21f51d7 + 17f9087 commit 4836223

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[![DOI](https://zenodo.org/badge/67762635.svg)](https://zenodo.org/badge/latestdoi/67762635)
22

3-
.. image:: https://circleci.com/gh/phcerdan/ITKIsotropicWavelets.svg?style=shield
4-
:target: https://circleci.com/gh/phcerdan/ITKIsotropicWavelets
3+
[![CircleCI](https://circleci.com/gh/phcerdan/ITKIsotropicWavelets.svg?style=shield)](https://circleci.com/gh/phcerdan/ITKIsotropicWavelets)
54

6-
.. image:: https://travis-ci.org/phcerdan/ITKIsotropicWavelets.svg?branch=master
7-
:target: https://travis-ci.org/phcerdan/ITKIsotropicWavelets
5+
[![Travis CI](https://travis-ci.org/phcerdan/ITKIsotropicWavelets.svg?branch=master)](https://travis-ci.org/phcerdan/ITKIsotropicWavelets)
86

9-
.. image:: https://img.shields.io/appveyor/ci/phcerdan/itksotropicwavelets.svg
10-
:target: https://ci.appveyor.com/project/phcerdan/ITKIsotropicWavelets
7+
[![AppVeyor](https://img.shields.io/appveyor/ci/phcerdan/itksotropicwavelets.svg)](https://ci.appveyor.com/project/phcerdan/ITKIsotropicWavelets)
118

129
# [IsotropicWavelets](https://github.com/phcerdan/ITKIsotropicWavelets)
1310
External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.

0 commit comments

Comments
 (0)