Skip to content

Commit 20cb48e

Browse files
links renamed
1 parent 17a7007 commit 20cb48e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<img src="https://github.com/OpenLibMathSeq/Sequences.jl/blob/master/SequencesLogo.jpg">
1+
<img src="https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/SequencesLogo.jpg">
22

3-
[![Build status](https://travis-ci.org/OpenLibMathSeq/Sequences.jl.svg?branch=master)](https://travis-ci.org/OpenLibMathSeq/Sequences.jl)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/3qt5x8eej5kf2w98?svg=true)](https://ci.appveyor.com/project/OpenLibMathSeq/Sequences.jl)
5-
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://openlibmathseq.github.io/Sequences.jl/dev)
3+
[![Build status](https://travis-ci.org/OpenLibMathSeq/IntegerSequences.jl.svg?branch=master)](https://travis-ci.org/OpenLibMathSeq/IntegerSequences.jl)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/3qt5x8eej5kf2w98?svg=true)](https://ci.appveyor.com/project/OpenLibMathSeq/IntegerSequences.jl)
5+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://openlibmathseq.github.io/IntegerSequences.jl/dev)
66
--
77

88
Requires Julia version &ge; 1.1 .
@@ -213,13 +213,13 @@ ListToTriangle(A::Array{})
213213

214214
## Notebook
215215

216-
More examples can be found in this [Jupyter notebook](https://github.com/OpenLibMathSeq/Sequences.jl/blob/master/demos/SequencesIntro.ipynb).
216+
More examples can be found in this [Jupyter notebook](https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/demos/SequencesIntro.ipynb).
217217

218218
## Contribute!
219219

220220
Sequences are fun!
221221

222-
* Start with cloning the module [NarayanaCows](https://github.com/OpenLibMathSeq/Sequences.jl/blob/master/src/NarayanaCows.jl)
222+
* Start with cloning the module [NarayanaCows](https://github.com/OpenLibMathSeq/IntegerSequences.jl/blob/master/src/NarayanaCows.jl)
223223
as a blueprint. Replace what is to be replaced.
224224

225225
* Execute the module 'BuildSequences' which will integrate your module into 'Sequences'.

0 commit comments

Comments
 (0)