mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
chore: repair links since repo is still named sequence
This commit is contained in:
parent
dc4ebbc7ad
commit
2da8da173d
2 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ way of iterating on a finite number of values, only allocating (most of the time
|
|||
one intermediate closure to do so. For instance, iterating on keys, or values,
|
||||
of a `Hashtbl.t`, without creating a list.
|
||||
|
||||
[](https://travis-ci.org/c-cube/iter)
|
||||
[](https://travis-ci.org/c-cube/sequence)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ To get an overview of iter (originally "sequence"), its origins and why it was c
|
|||
you can start with [the slides of a talk](http://simon.cedeela.fr/assets/talks/sequence.pdf)
|
||||
I (@c-cube) made at some OCaml meeting.
|
||||
|
||||
See [the online API](https://c-cube.github.io/iter/)
|
||||
See [the online API](https://c-cube.github.io/sequence/)
|
||||
for more details on the set of available functions.
|
||||
|
||||
## Build
|
||||
|
|
|
|||
|
|
@ -23,6 +23,6 @@ homepage: "https://github.com/c-cube/iter/"
|
|||
depopts: [
|
||||
"base-bigarray"
|
||||
]
|
||||
doc: "https://c-cube.github.io/iter/"
|
||||
bug-reports: "https://github.com/c-cube/iter/issues"
|
||||
dev-repo: "git+https://github.com/c-cube/iter.git"
|
||||
doc: "https://c-cube.github.io/sequence/"
|
||||
bug-reports: "https://github.com/c-cube/sequence/issues"
|
||||
dev-repo: "git+https://github.com/c-cube/sequence.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue