From 3a526b8966c1752be2655420bcaa0629850cb793 Mon Sep 17 00:00:00 2001 From: SundaraRaman R Date: Wed, 8 Nov 2023 07:41:11 +0530 Subject: [PATCH] docs: fix README: update dev docs link & logo, and CI badge Also remove reference to (now ancient) "Iterators.jl" name which is more likely to confuse than help users at this point. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11992cb..25d4613 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # IterTools.jl -[![Build Status](https://travis-ci.org/JuliaCollections/IterTools.jl.svg?branch=master)](https://travis-ci.org/JuliaCollections/IterTools.jl) +[![Build Status](https://github.com/JuliaCollections/IterTools.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaCollections/IterTools.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![Coverage Status](https://codecov.io/gh/JuliaCollections/IterTools.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaCollections/IterTools.jl) [![Documentation (Stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliacollections.github.io/IterTools.jl/stable) -[![Documentation (Latest)](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliacollections.github.io/IterTools.jl/latest) +[![Documentation (Development version)](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliacollections.github.io/IterTools.jl/dev/) -Common functional iterator patterns (formerly Iterators.jl). +Common functional iterator patterns. ## Installation