Skip to content

Commit

Permalink
Point to dev docs instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored Dec 8, 2023
1 parent c1ed0a7 commit ae2db67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OrderedCollections.jl

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

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

0 comments on commit ae2db67

Please sign in to comment.