Skip to content

Commit 60ee493

Browse files
Merge pull request #67 from JaredW40/patch-9
Update README.md
2 parents 35e5088 + 38d5063 commit 60ee493

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
[![Build Status](https://github.com/UCD4IDS/ContinuousWavelets.jl/actions/workflows/CI.yml/badge.svg)](https://travis-ci.com/dsweber2/ContinuousWavelets.jl)
44
[![Coverage](https://codecov.io/gh/dsweber2/ContinuousWavelets.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/dsweber2/ContinuousWavelets.jl)
5-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://dsweber2.github.io/ContinuousWavelets.jl/dev/)
5+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://ucd4ids.github.io/ContinuousWavelets.jl/dev/)
66

77
This package is an offshoot of [Wavelets.jl](https://github.com/JuliaDSP/Wavelets.jl) for the continuous wavelets.
88
Thanks to [Felix Gerick](https://github.com/fgerick) for the initial implementation there, with extension and further adaptation by David Weber and any other contributors listed on the right.
99
Currently, it implements 1D continuous wavelet transforms with the following mother wavelets:
1010

11-
![Mothers](https://dsweber2.github.io/ContinuousWavelets.jl/dev/mothers.svg)
11+
![Mothers](https://github.com/UCD4IDS/ContinuousWavelets.jl/blob/master/docs/mothers.svg)
1212

1313
Which covers several standard continuous wavelet families, both real and analytic, as well as continuous versions of the orthogonal wavelet transforms implemented in [Wavelets.jl](https://github.com/JuliaDSP/Wavelets.jl).
1414

0 commit comments

Comments
 (0)