Skip to content

Commit c5f4f6d

Browse files
authored
README.md: update latest -> dev in doc URLs (#131)
This was changed deprecated in Documenter.jl 0.20.0 and dropped in 0.24.0
1 parent b1715b4 commit c5f4f6d

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,7 +1,7 @@
11
# MutableArithmetics.jl
22

33
[![Stable][docs-stable-img]][docs-stable-url]
4-
[![Dev][docs-latest-img]][docs-latest-url]
4+
[![Dev][docs-dev-img]][docs-dev-url]
55
[![Build Status][build-img]][build-url]
66
[![Codecov][codecov-img]][codecov-url]
77
[![deps][deps-img]][deps-url]
@@ -93,7 +93,7 @@ to the implementations of this package. See `src/dispatch.jl` for more details.
9393
## Documentation
9494

9595
- [**STABLE**][docs-stable-url] — **most recently tagged version of the documentation.**
96-
- [**LATEST**][docs-latest-url] — *in-development version of the documentation.*
96+
- [**LATEST**][docs-dev-url] — *in-development version of the documentation.*
9797

9898
## Quick Example & Benchmark
9999

@@ -187,9 +187,9 @@ Note that there are now 0 allocations.
187187
> This package started out as a GSoC '19 project.
188188
189189
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
190-
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
190+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
191191
[docs-stable-url]: https://jump.dev/MutableArithmetics.jl/stable
192-
[docs-latest-url]: https://jump.dev/MutableArithmetics.jl/latest
192+
[docs-dev-url]: https://jump.dev/MutableArithmetics.jl/dev
193193

194194
[build-img]: https://github.com/jump-dev/MutableArithmetics.jl/workflows/CI/badge.svg?branch=master
195195
[build-url]: https://github.com/jump-dev/MutableArithmetics.jl/actions?query=workflow%3ACI

0 commit comments

Comments
 (0)