Skip to content

Commit 4b13195

Browse files
authored
update the broken latest docs url in README
Fixes #54 (comment)
1 parent 30aa43f commit 4b13195

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ change for selected test cases.
8585

8686
## Documentation
8787

88-
Check out the **[latest documentation](https://evizero.github.io/ReferenceTests.jl/latest)**
88+
Check out the **[latest documentation][docs-latest-url]**
8989

9090
Additionally, you can make use of Julia's native docsystem.
9191
The following example shows how to get additional information
@@ -111,3 +111,5 @@ This code is free to use under the terms of the MIT license.
111111
[coverall-url]: https://coveralls.io/github/JuliaTesting/ReferenceTests.jl
112112
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
113113
[docs-stable-url]: https://JuliaTesting.github.io/ReferenceTests.jl/stable
114+
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
115+
[docs-latest-url]: https://JuliaTesting.github.io/ReferenceTests.jl/latest

0 commit comments

Comments
 (0)