Skip to content

Commit

Permalink
fix broken links in README.md file #520
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Sep 1, 2024
1 parent ad81a76 commit d4d9b71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ The LPhy language features are described at https://linguaphylo.github.io/featur

### ANTLR parse tree

The parse tree to show how the above lphy script to be parsed by [ANTLR grammar](lphy/src/main/java/lphy/parser/LPhy.g4):
The parse tree to show how the above lphy script to be parsed by [ANTLR grammar](lphy/src/main/java/lphy/core/parser/antlr/LPhy.g4):

<a href="./parseTree.png"><img src="parseTree.png" width="600" ></a>

### Tree generative distributions

More details on the available tree generative distributions can be found here:

* [Birth-death generative distributions](lphy/doc/lphy/evolution/birthdeath.md)
* [Coalescent generative distributions](lphy/doc/lphy/evolution/coalescent.md)
* [Birth-death generative distributions](docs/lphy/evolution/birthdeath.md)
* [Coalescent generative distributions](docs/lphy/evolution/coalescent.md)

### Models of evolutionary rates and sequence evolution

You can read more details about the PhyloCTMC generative distribution and how to specify substitution models,
site rates and branch rates here:

* [PhyloCTMC generative distribution](lphy/doc/lphy/evolution/likelihood.md)
* [PhyloCTMC generative distribution](docs/lphy/evolution/likelihood.md)

### LinguaPhylo Studio

Expand All @@ -67,7 +67,7 @@ The source can be found here: [https://github.com/LinguaPhylo/LPhyBeast](https:/

## License

This software is licensed under the [GNU Lesser General Public License v3.0](https://github.com/LinguaPhylo/linguaPhylo/blob/master/LICENSE)
This software is licensed under the [GNU Lesser General Public License v3.0](LICENSE)

The toolbar icon art is licensed under the [Oracle Software Icon License](https://github.com/LinguaPhylo/linguaPhylo/blob/master/lphy-studio/src/main/resources/LICENSE.txt)

Expand Down

0 comments on commit d4d9b71

Please sign in to comment.