Skip to content

Commit 9abf268

Browse files
authored
Fix links to google groups (#226)
* updated google groups links to the updated juliaphylo name
1 parent c6f8f9a commit 9abf268

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ please open an issue in [the issue tracker](https://github.com/juliaphylo/PhyloN
99
First, search through existing issues (open or closed) that might have the answer to your question.
1010
If you are reporting a bug, please also include a minimal code example or all relevant information for us to replicate the issue.
1111

12-
For general questions, make sure to check out the [google user group](https://groups.google.com/g/phylonetworks-users). If you cannot find answers to your question, please post a new question. We do our best to reply in a timely fashion, but we are undermanned so we appreciate your patience.
12+
For general questions, make sure to check out the [google user group](https://groups.google.com/g/juliaphylo-users). If you cannot find answers to your question, please post a new question. We do our best to reply in a timely fashion, but we are undermanned so we appreciate your patience.
1313

1414
## Contributing Code
1515

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To get help, check
5252
step-by-step tutorial with background on networks (last revised 2022)
5353
- [tutorial](https://cecileane.github.io/networkPCM-workshop/) for
5454
comparative methods, including network calibration (2023 workshop)
55-
- the [google group](https://groups.google.com/forum/#!forum/phylonetworks-users)
55+
- the [google group](https://groups.google.com/forum/#!forum/juliaphylo-users)
5656
for common questions. Join the group to post/email your questions,
5757
or to receive information on new versions, bugs fixed, etc.
5858

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It is used by other packages for more specialized tasks, such as
3737
with background on networks and explanations.
3838
- [tutorial](https://cecileane.github.io/networkPCM-workshop/) for
3939
comparative methods, including network calibration (2023 workshop)
40-
- the [google group](https://groups.google.com/forum/#!forum/phylonetworks-users)
40+
- the [google group](https://groups.google.com/forum/#!forum/juliaphylo-users)
4141
has answers to common questions.
4242
- the [Manual](@ref) and below has a quick tutorial (navigation on the left).
4343
- the [Library](@ref) further below has the full list of documented functions.

docs/src/man/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pkg.update()
3838
```
3939
It is important to update the package regularly as it is
4040
undergoing constant development. Join the google group for updates
41-
[here](https://groups.google.com/forum/#!forum/phylonetworks-users/new).
41+
[here](https://groups.google.com/forum/#!forum/juliaphylo-users/new).
4242

4343
`Pkg.update()` will install the latest registered version, but there
4444
could be other improvements in the `master` branch of the

docs/src/man/introduction.md

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ nothing # hide
101101

102102

103103
## Phylogenetic networks
104-
105104
In phylogenetics, there two types of networks:
106105

107106
**Explicit** networks have a biological interpretation:

0 commit comments

Comments
 (0)