Skip to content

Commit 33f444a

Browse files
authored
replace the latest doc badge by stable
1 parent 68030e4 commit 33f444a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

33
Documentation For [JuliaImages](https://github.com/JuliaImages), the organization for image processing with Julia.
44

5-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaimages.org/latest/) [![Build Status](https://travis-ci.org/JuliaImages/juliaimages.github.io.svg?branch=source)](https://travis-ci.org/JuliaImages/juliaimages.github.io)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaimages.org/stable/) [![Build Status](https://travis-ci.org/JuliaImages/juliaimages.github.io.svg?branch=source)](https://travis-ci.org/JuliaImages/juliaimages.github.io)
66

77
Note that the source files for the documentation are on the `source`
88
branch; `master` is used only for deploying the generated HTML
@@ -18,4 +18,4 @@ The current procedure is as follows:
1818
- Build the documentation locally with `julia --project=. docs/make.jl`. Inspect it (by opening `docs/build/index.html` in a browser) to make sure all is well.
1919
- Commit your changes (including all new files) and submit a pull request.
2020

21-
`DemoCards.jl` as a plugin package to [Documenter](https://github.com/JuliaDocs/Documenter.jl) is used to manage all the demos, check the [DemoCards Quickstart](https://johnnychen94.github.io/DemoCards.jl/stable/democards/quickstart/index.html) for more details.
21+
`DemoCards.jl` as a plugin package to [Documenter](https://github.com/JuliaDocs/Documenter.jl) is used to manage all the demos, check the [DemoCards Quickstart](https://johnnychen94.github.io/DemoCards.jl/stable/democards/quickstart/index.html) for more details.

0 commit comments

Comments
 (0)