Skip to content

Commit 8de5e01

Browse files
Fix links
1 parent b2e87e0 commit 8de5e01

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎.github/pull_request_template.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Hi @richelbilderbeek,
22

33
With this Pull Request I'd would like to [add reason].
44

5-
Sure, I've read [CONTRIBUTING.md](https://github.com/ropensci/beautier/blob/master/CONTRIBUTING.md) :+1:
5+
Sure, I've read [CONTRIBUTING.md](https://github.com/ropensci/beautier/blob/main/CONTRIBUTING.md) :+1:
66

77
Cheers, [your name]
88

‎CONTRIBUTING.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ which consists out of five packages.
1414
Here is how to determine which package is best suited for your contribution:
1515

1616
If you want to contribute to the creation of BEAST2 XML input file,
17-
go to [beautier](https://github.com/ropensci/beautier/blob/master/CONTRIBUTING.md).
17+
go to [beautier](https://github.com/ropensci/beautier/blob/main/CONTRIBUTING.md).
1818

1919
If you want to contribute to how BEAST2 is run,
20-
go to [beautier](https://github.com/ropensci/beautier/blob/master/CONTRIBUTING.md).
20+
go to [beautier](https://github.com/ropensci/beautier/blob/main/CONTRIBUTING.md).
2121

2222
If you want to contribute to how BEAST2 output is parsed,
23-
go to [tracerer](https://github.com/ropensci/tracerer/blob/master/CONTRIBUTING.md)
23+
go to [tracerer](https://github.com/ropensci/tracerer/blob/main/CONTRIBUTING.md)
2424

2525
If you want to contribute regarding the BEAST2 package management,
26-
go to [mauricer](https://github.com/ropensci/mauricer/blob/master/CONTRIBUTING.md)
26+
go to [mauricer](https://github.com/ropensci/mauricer/blob/main/CONTRIBUTING.md)
2727

2828
If you want to contribute with an overarching idea, you are at the right spot :-)
2929

@@ -63,7 +63,7 @@ Pull Requests should follow the same guidelines as 'Submitting code'.
6363

6464
## Branching policy
6565

66-
* The `master` branch should always build successfully
66+
* The `main` branch should always build successfully
6767
* The `development` branch is for developers
6868

6969
## git usage

‎doc/faq.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [install.md](install.md)
2424

2525
Currently, `babette` does not have a road map itself, but `beautier` does:
2626

27-
* [beautier road map](https://github.com/ropensci/beautier/blob/master/doc/road_map.md)
27+
* [beautier road map](https://github.com/ropensci/beautier/blob/main/doc/road_map.md)
2828

2929
### How can I indicate a feature that I miss?
3030

0 commit comments

Comments
 (0)