Skip to content

Commit 1c28138

Browse files
committed
Fix links in change log to guarge against fork deletion causing
dead links.
1 parent 1879944 commit 1c28138

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package is currently "experimental"!
44

5-
`forrustts` (pronounced "forests") is a port of many ideas from the [fwdpp](https://github.com/molpopgen/fwdpp) library from C++ to rust.
5+
`forrustts` (pronounced "forests") is a port of many ideas from the [fwdpp](https://github.com/ForwardSimulation/fwdpp) library from C++ to rust.
66

77
It is licensed under the GNU General Public License, version 3 or later ("GPL3+").
88

@@ -63,31 +63,31 @@ This command will run the tests and generate a nice `html` report.
6363
## 2021-03-29, Version 0.1.3
6464

6565
#### Commits
66-
- [[`99821a933c`](https://github.com/molpopgen/forrustts/commit/99821a933c473f77e483b4929992dfeb9e445680)] Bump version to 0.1.3 (molpopgen)
67-
- [[`a34d582e02`](https://github.com/molpopgen/forrustts/commit/a34d582e027a0992939ae41206d3c87204d30a0b)] add change log info for 0.1.2 (molpopgen)
68-
- [[`cfcfb7e657`](https://github.com/molpopgen/forrustts/commit/cfcfb7e6574a50abd12d77cd71aa824d224b4f23)] Merge pull request #72 from molpopgen/tskit_tools (Kevin R. Thornton)
69-
- [[`d69bf0889e`](https://github.com/molpopgen/forrustts/commit/d69bf0889eb8b5e62a4c36c14ac384ec3524d812)] update name in examples (molpopgen)
70-
- [[`7e65155553`](https://github.com/molpopgen/forrustts/commit/7e651555532e0a26373ac61e2f5c329fcb577f0a)] rename crate::tskit to crate::tskit_tools (molpopgen)
71-
- [[`dffc91a41c`](https://github.com/molpopgen/forrustts/commit/dffc91a41ca23a244500c324c615da022b3460c7)] Merge pull request #71 from molpopgen/fix_doc_issues (Kevin R. Thornton)
72-
- [[`a6b929818c`](https://github.com/molpopgen/forrustts/commit/a6b929818cafcb88f87344eba7aba3ec6a382967)] Fix various links in docs. (molpopgen)
73-
- [[`9e56d40662`](https://github.com/molpopgen/forrustts/commit/9e56d40662c900fc50a5ed422d3f87a6ced106a5)] Merge pull request #69 from molpopgen/streamline_simplification_code_organization (Kevin R. Thornton)
74-
- [[`e441f9202a`](https://github.com/molpopgen/forrustts/commit/e441f9202a49f41ad37613461df8c970ee06c131)] Move all simplification code into one source file (molpopgen)
75-
- [[`4123c16adf`](https://github.com/molpopgen/forrustts/commit/4123c16adfc71f0763a8545d3b6f8e57fd4ae3f0)] Merge pull request #70 from molpopgen/update_cancel_action (Kevin R. Thornton)
76-
- [[`f694d05abd`](https://github.com/molpopgen/forrustts/commit/f694d05abdbe9b745d83d534dd97b85f078c922d)] Add cancel to macos. Update token. (molpopgen)
77-
- [[`22150f32fe`](https://github.com/molpopgen/forrustts/commit/22150f32fe242f0042962eadfb4992ff81a40abb)] Merge pull request #68 from ForwardSimulation/dependabot/add-v2-config-file (Kevin R. Thornton)
78-
- [[`3c9ed4f211`](https://github.com/molpopgen/forrustts/commit/3c9ed4f21127c357406cce31bac5e757f71adfef)] Create Dependabot config file (dependabot-preview[bot])
79-
- [[`01a529220c`](https://github.com/molpopgen/forrustts/commit/01a529220cd5e4e1523d8bb19d5ca7a71d510b5d)] Merge pull request #67 from ForwardSimulation/dependabot/cargo/GSL-4.0.0 (dependabot-preview[bot])
80-
- [[`c8567deedf`](https://github.com/molpopgen/forrustts/commit/c8567deedfc3c64babd6d8e57596e6ceb88fbddf)] Update GSL requirement from 2.0.1 to 4.0.0 (dependabot-preview[bot])
66+
- [[`99821a933c`](https://github.com/ForwardSimulation/forrustts/commit/99821a933c473f77e483b4929992dfeb9e445680)] Bump version to 0.1.3 (molpopgen)
67+
- [[`a34d582e02`](https://github.com/ForwardSimulation/forrustts/commit/a34d582e027a0992939ae41206d3c87204d30a0b)] add change log info for 0.1.2 (molpopgen)
68+
- [[`cfcfb7e657`](https://github.com/ForwardSimulation/forrustts/commit/cfcfb7e6574a50abd12d77cd71aa824d224b4f23)] Merge pull request #72 from molpopgen/tskit_tools (Kevin R. Thornton)
69+
- [[`d69bf0889e`](https://github.com/ForwardSimulation/forrustts/commit/d69bf0889eb8b5e62a4c36c14ac384ec3524d812)] update name in examples (molpopgen)
70+
- [[`7e65155553`](https://github.com/ForwardSimulation/forrustts/commit/7e651555532e0a26373ac61e2f5c329fcb577f0a)] rename crate::tskit to crate::tskit_tools (molpopgen)
71+
- [[`dffc91a41c`](https://github.com/ForwardSimulation/forrustts/commit/dffc91a41ca23a244500c324c615da022b3460c7)] Merge pull request #71 from molpopgen/fix_doc_issues (Kevin R. Thornton)
72+
- [[`a6b929818c`](https://github.com/ForwardSimulation/forrustts/commit/a6b929818cafcb88f87344eba7aba3ec6a382967)] Fix various links in docs. (molpopgen)
73+
- [[`9e56d40662`](https://github.com/ForwardSimulation/forrustts/commit/9e56d40662c900fc50a5ed422d3f87a6ced106a5)] Merge pull request #69 from molpopgen/streamline_simplification_code_organization (Kevin R. Thornton)
74+
- [[`e441f9202a`](https://github.com/ForwardSimulation/forrustts/commit/e441f9202a49f41ad37613461df8c970ee06c131)] Move all simplification code into one source file (molpopgen)
75+
- [[`4123c16adf`](https://github.com/ForwardSimulation/forrustts/commit/4123c16adfc71f0763a8545d3b6f8e57fd4ae3f0)] Merge pull request #70 from molpopgen/update_cancel_action (Kevin R. Thornton)
76+
- [[`f694d05abd`](https://github.com/ForwardSimulation/forrustts/commit/f694d05abdbe9b745d83d534dd97b85f078c922d)] Add cancel to macos. Update token. (molpopgen)
77+
- [[`22150f32fe`](https://github.com/ForwardSimulation/forrustts/commit/22150f32fe242f0042962eadfb4992ff81a40abb)] Merge pull request #68 from ForwardSimulation/dependabot/add-v2-config-file (Kevin R. Thornton)
78+
- [[`3c9ed4f211`](https://github.com/ForwardSimulation/forrustts/commit/3c9ed4f21127c357406cce31bac5e757f71adfef)] Create Dependabot config file (dependabot-preview[bot])
79+
- [[`01a529220c`](https://github.com/ForwardSimulation/forrustts/commit/01a529220cd5e4e1523d8bb19d5ca7a71d510b5d)] Merge pull request #67 from ForwardSimulation/dependabot/cargo/GSL-4.0.0 (dependabot-preview[bot])
80+
- [[`c8567deedf`](https://github.com/ForwardSimulation/forrustts/commit/c8567deedfc3c64babd6d8e57596e6ceb88fbddf)] Update GSL requirement from 2.0.1 to 4.0.0 (dependabot-preview[bot])
8181

8282

8383
### 2021-03-26, Version 0.1.2
8484

8585
#### Commits
86-
- [[`21a77982a8`](https://github.com/molpopgen/forrustts/commit/21a77982a8530ae32791ea7eee35af8b9f6da0a7)] bump version to 0.1.2 (molpopogen)
87-
- [[`4653a8b5d1`](https://github.com/molpopgen/forrustts/commit/4653a8b5d128405e9da6f50c58caadb92d97beca)] Merge pull request #64 from molpopgen/update_tskit_dependency (Kevin R. Thornton)
88-
- [[`6bc5030d9e`](https://github.com/molpopgen/forrustts/commit/6bc5030d9e349a0d059f1d06cb741a94522cee01)] Fix string format lint in assert. (molpopogen)
89-
- [[`f36c6c91df`](https://github.com/molpopgen/forrustts/commit/f36c6c91df6500ecc6f2c31246bcf5d5b32bd59e)] update to tskit 0.1.1 (molpopogen)
90-
- [[`b1424be2f8`](https://github.com/molpopgen/forrustts/commit/b1424be2f80400c799503c08500cf48b86c6cfd1)] Merge pull request #62 from molpopgen/doc_fixes (Kevin R. Thornton)
91-
- [[`5771eb18d6`](https://github.com/molpopgen/forrustts/commit/5771eb18d6659af55912697bb7bfeac2b76f2c48)] Document other differences from tskit. (molpopgen)
86+
- [[`21a77982a8`](https://github.com/ForwardSimulation/forrustts/commit/21a77982a8530ae32791ea7eee35af8b9f6da0a7)] bump version to 0.1.2 (molpopogen)
87+
- [[`4653a8b5d1`](https://github.com/ForwardSimulation/forrustts/commit/4653a8b5d128405e9da6f50c58caadb92d97beca)] Merge pull request #64 from molpopgen/update_tskit_dependency (Kevin R. Thornton)
88+
- [[`6bc5030d9e`](https://github.com/ForwardSimulation/forrustts/commit/6bc5030d9e349a0d059f1d06cb741a94522cee01)] Fix string format lint in assert. (molpopogen)
89+
- [[`f36c6c91df`](https://github.com/ForwardSimulation/forrustts/commit/f36c6c91df6500ecc6f2c31246bcf5d5b32bd59e)] update to tskit 0.1.1 (molpopogen)
90+
- [[`b1424be2f8`](https://github.com/ForwardSimulation/forrustts/commit/b1424be2f80400c799503c08500cf48b86c6cfd1)] Merge pull request #62 from molpopgen/doc_fixes (Kevin R. Thornton)
91+
- [[`5771eb18d6`](https://github.com/ForwardSimulation/forrustts/commit/5771eb18d6659af55912697bb7bfeac2b76f2c48)] Document other differences from tskit. (molpopgen)
9292

9393

0 commit comments

Comments
 (0)