Skip to content

Commit b397db9

Browse files
committed
DOC: Fix broken link in readme
Fix link pointing at wrong repo
1 parent 09ef1ed commit b397db9

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# randomstate
2-
3-
[![Travis Build Status](https://travis-ci.org/bashtage/ng-numpy-randomstate.svg?branch=master)](https://travis-ci.org/bashtage/ng-numpy-randomstate)
4-
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/odc5c4ukhru5xicl/branch/master?svg=true)](https://ci.appveyor.com/project/bashtage/ng-numpy-randomstate/branch/master)
5-
[![PyPI version](https://badge.fury.io/py/randomstate.svg)](https://badge.fury.io/py/randomstate)
6-
71
# Future development in [randomgen](https://github.com/bashtage/randomgen)
82

93
**End-of-life notification**
@@ -16,13 +10,18 @@ in this process is to separate the basic (or core RNG) from the
1610
functions that transform random bits into useful random numbers.
1711
This has been implemented in a successor project **randomgen**
1812
available on [GitHub](https://github.com/bashtage/randomgen) or
19-
[PyPi](https://pypi.org/project/randomstate/).
13+
[PyPi](https://pypi.org/project/randomgen/).
2014

2115
[randomgen](https://github.com/bashtage/randomgen) has a slightly different API, so please see the [randomgen documentation](https://bashtage.github.io/randomgen).
2216

23-
2417
-----------------------------------------------------------------------
2518

19+
# randomstate
20+
21+
[![Travis Build Status](https://travis-ci.org/bashtage/ng-numpy-randomstate.svg?branch=master)](https://travis-ci.org/bashtage/ng-numpy-randomstate)
22+
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/odc5c4ukhru5xicl/branch/master?svg=true)](https://ci.appveyor.com/project/bashtage/ng-numpy-randomstate/branch/master)
23+
[![PyPI version](https://badge.fury.io/py/randomstate.svg)](https://badge.fury.io/py/randomstate)
24+
2625
## Introduction
2726

2827
This is a library and generic interface for alternative random

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
randomstate
2-
===========
3-
4-
|Travis Build Status| |Appveyor Build Status| |PyPI version|
5-
61
Future development in `randomgen <https://github.com/bashtage/randomgen>`__
72
===========================================================================
83

@@ -16,14 +11,19 @@ to separate the basic (or core RNG) from the functions that transform
1611
random bits into useful random numbers. This has been implemented in a
1712
successor project **randomgen** available on
1813
`GitHub <https://github.com/bashtage/randomgen>`__ or
19-
`PyPi <https://pypi.org/project/randomstate/>`__.
14+
`PyPi <https://pypi.org/project/randomgen/>`__.
2015

2116
`randomgen <https://github.com/bashtage/randomgen>`__ has a slightly
2217
different API, so please see the `randomgen
2318
documentation <https://bashtage.github.io/randomgen>`__.
2419

2520
--------------
2621

22+
randomstate
23+
===========
24+
25+
|Travis Build Status| |Appveyor Build Status| |PyPI version|
26+
2727
Introduction
2828
------------
2929

0 commit comments

Comments
 (0)