Skip to content

Commit 0688d8e

Browse files
committed
Update README
1 parent 32a00e8 commit 0688d8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# IteratorInterfaceExtensions
22

33
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
4-
[![Build Status](https://travis-ci.org/davidanthoff/IteratorInterfaceExtensions.jl.svg?branch=master)](https://travis-ci.org/davidanthoff/IteratorInterfaceExtensions.jl)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/8wti8nb7r373fxj4/branch/master?svg=true)](https://ci.appveyor.com/project/davidanthoff/iteratorinterfaceextensions-jl/branch/master)
4+
[![Build Status](https://travis-ci.org/queryverse/IteratorInterfaceExtensions.jl.svg?branch=master)](https://travis-ci.org/queryverse/IteratorInterfaceExtensions.jl)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/4rq8seb3j1wd7wpp/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/iteratorinterfaceextensions-jl/branch/master)
66
[![IteratorInterfaceExtensions](http://pkg.julialang.org/badges/IteratorInterfaceExtensions_0.6.svg)](http://pkg.julialang.org/?pkg=IteratorInterfaceExtensions)
7-
[![codecov.io](http://codecov.io/github/davidanthoff/IteratorInterfaceExtensions.jl/coverage.svg?branch=master)](http://codecov.io/github/davidanthoff/IteratorInterfaceExtensions.jl?branch=master)
7+
[![codecov.io](http://codecov.io/github/queryverse/IteratorInterfaceExtensions.jl/coverage.svg?branch=master)](http://codecov.io/github/queryverse/IteratorInterfaceExtensions.jl?branch=master)
88

99
IteratorInterfaceExtensions defines a small number of extensions to the iterator interface.
1010

1111
## Overview
1212

13-
This package adds a couple of extensions to the standard [iterator interface](https://docs.julialang.org/en/latest/manual/interfaces/#man-interface-iteration-1) in julia.
13+
This package adds a couple of extensions to the standard [iterator interface] https://docs.julialang.org/en/latest/manual/interfaces/#man-interface-iteration-1) in julia.
1414

1515
### ``isiterable`` and ``getiterator``
1616

0 commit comments

Comments
 (0)