Skip to content

Commit 4bb6bd9

Browse files
committed
Fix badge links
1 parent 30b2a52 commit 4bb6bd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FresnelIntegrals.jl
22

3-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://kshila.github.io/FresnelIntegrals.jl/stable/)
4-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kshila.github.io/FresnelIntegrals.jl/dev/)
5-
[![Build Status](https://github.com/kshila/FresnelIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/kshila/FresnelIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
6-
[![Coverage](https://codecov.io/gh/kshila/FresnelIntegrals.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/kshila/FresnelIntegrals.jl)
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://kiranshila.github.io/FresnelIntegrals.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kiranshila.github.io/FresnelIntegrals.jl/dev/)
5+
[![Build Status](https://github.com/kiranshila/FresnelIntegrals.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/kiranshila/FresnelIntegrals.jl/actions/workflows/CI.yml?query=branch%3Amain)
6+
[![Coverage](https://codecov.io/gh/kiranshila/FresnelIntegrals.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/kiranshila/FresnelIntegrals.jl)
77

88
A quick Julia library for calculating Fresnel Integrals using the error function from [SpecialFunctions.jl](https://github.com/JuliaMath/SpecialFunctions.jl).
99

0 commit comments

Comments
 (0)