Skip to content

Commit 6427a3a

Browse files
Remove broken link.
1 parent 4b8b019 commit 6427a3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth
88
networks. This project is a pure-Python implementation of NEAT with no dependencies beyond the standard library. It was
99
forked from the excellent project by @MattKallada.
1010

11-
For further information regarding general concepts and theory, please see the
12-
[Selected Publications](http://www.cs.ucf.edu/~kstanley/#publications) on Stanley's page at the University of Central
13-
Florida (now somewhat dated), or the [publications page](https://www.kenstanley.net/papers) of his current website.
11+
For further information regarding general concepts and theory, please see the [publications page](https://www.kenstanley.net/papers) of Stanley's current website.
1412

1513
`neat-python` is licensed under the [3-clause BSD license](https://opensource.org/licenses/BSD-3-Clause). It is
16-
currently only supported on Python 3.6 through 3.11, and pypy3.
14+
currently only supported on Python 3.6 through 3.14, and pypy3.
1715

1816
## Getting Started ##
1917

0 commit comments

Comments
 (0)