Skip to content

Commit 115a6e7

Browse files
authored
change latest to dev in readme (#893)
1 parent 8e8f160 commit 115a6e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ApproxFun.jl
22

33
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaApproximation.github.io/ApproxFun.jl/stable)
4-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaApproximation.github.io/ApproxFun.jl/latest)
4+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaApproximation.github.io/ApproxFun.jl/dev)
55
[![CI](https://github.com/JuliaApproximation/ApproxFun.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaApproximation/ApproxFun.jl/actions/workflows/ci.yml)
66
[![codecov](https://codecov.io/gh/JuliaApproximation/ApproxFun.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaApproximation/ApproxFun.jl)
77
[![deps](https://juliahub.com/docs/ApproxFun/deps.svg)](https://juliahub.com/ui/Packages/ApproxFun/jGqLz?t=2)
@@ -13,7 +13,7 @@
1313
ApproxFun is a package for approximating functions. It is in a similar vein to the Matlab
1414
package [`Chebfun`](http://www.chebfun.org) and the Mathematica package [`RHPackage`](https://github.com/dlfivefifty/RHPackage).
1515

16-
The [`ApproxFun Documentation`](https://JuliaApproximation.github.io/ApproxFun.jl/latest) contains detailed information, or read on for a brief overview of the package. The documentation contains examples of usage, such as solving ordinary and partial differential equations.
16+
The [`ApproxFun Documentation`](https://JuliaApproximation.github.io/ApproxFun.jl/dev) contains detailed information, or read on for a brief overview of the package. The documentation contains examples of usage, such as solving ordinary and partial differential equations.
1717

1818
The [`ApproxFun Examples`](https://github.com/JuliaApproximation/ApproxFunExamples) repo contains many examples of
1919
using this package, in Jupyter notebooks and Julia scripts. Note that this is independently maintained, so it might not always be in sync with the latest version of `ApproxFun`. We recommend checking the examples in the documentation first, as these will always be compatible with the latest version of the package.
@@ -79,7 +79,7 @@ h = airyai(10asin(f)+2g)
7979

8080
## Examples of Usage
8181

82-
Check the [documentation](https://JuliaApproximation.github.io/ApproxFun.jl/latest) for examples of usage.
82+
Check the [documentation](https://JuliaApproximation.github.io/ApproxFun.jl/dev) for examples of usage.
8383

8484
## References
8585

0 commit comments

Comments
 (0)