diff options
author | Sven Gothel <[email protected]> | 2022-10-26 09:02:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-10-26 09:02:32 +0200 |
commit | 4a0de9b6b73dff59c7db810e1423f0eabd16c32b (patch) | |
tree | 66bfc3b881be38e27d3c7c4c2ea7ebaa1256a4b9 | |
parent | 6cc20a48ce8939571095b0c6fa137b107adefc62 (diff) |
README fix doc URLs
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ This project's canonical repositories is hosted on [Gothel Software](https://jau ## Overview This genetic algorithm follows the natural process of meiosis, -see our [meiosis compilation (pdf)](https://jausoft.com/cgit/gentech.git/doc/meiosis.pdf). +see our [meiosis compilation (pdf)](https://jausoft.com/cgit/gentech.git/plain/doc/meiosis.pdf). -Also available is the ancient [German documentation from 1994](https://jausoft.com/cgit/gentech.git/doc/gentech-readme-de.txt). +Also available is the ancient [German documentation from 1994](https://jausoft.com/cgit/gentech.git/plain/doc/gentech-readme-de.txt). ## Supported Platforms C++17 and better. @@ -45,7 +45,7 @@ are available. ## The Genetic Algorithm This genetic algorithm follows the natural process, -see our [compilation about meiosis (pdf)](https://jausoft.com/cgit/gentech.git/doc/meiosis.pdf). +see our [compilation about meiosis (pdf)](https://jausoft.com/cgit/gentech.git/plain/doc/meiosis.pdf). ### The Basic Principle Nature defines and constructs lifeforms with its genome. |