Skip to content

Commit ae2db67

Browse files
authored
Point to dev docs instead of latest
1 parent c1ed0a7 commit ae2db67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OrderedCollections.jl
33

44
[![CI](https://github.com/JuliaCollections/OrderedCollections.jl/workflows/CI/badge.svg)](https://github.com/JuliaCollections/OrderedCollections.jl/actions?query=workflow%3ACI)
55
[![Test Coverage](https://codecov.io/github/JuliaCollections/OrderedCollections.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaCollections/OrderedCollections.jl?branch=master)
6-
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliacollections.github.io/OrderedCollections.jl/latest)
6+
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliacollections.github.io/OrderedCollections.jl/dev)
77

88
This package implements OrderedDicts and OrderedSets, which are similar to containers in base Julia.
99
However, during iteration the Ordered* containers return items in the order in which they were added to the collection.

0 commit comments

Comments
 (0)