Skip to content

Commit 82aad8b

Browse files
Rename master branch to main in the documentation
1 parent 5718291 commit 82aad8b

22 files changed

+32
-32
lines changed

docs/blog/_posts/2019-06-11-16th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ enum B(val gravity: Double) extends java.lang.Enum[B] {
156156
}
157157
```
158158

159-
For more information please check the [test case](https://github.com/lampepfl/dotty/tree/master/tests/run/enum-java) and
159+
For more information please check the [test case](https://github.com/lampepfl/dotty/tree/main/tests/run/enum-java) and
160160
also the relevant PRs [#6602](https://github.com/lampepfl/dotty/pull/6602) and
161161
[#6629](https://github.com/lampepfl/dotty/pull/6629).
162162

docs/blog/_posts/2019-12-20-21th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It means that we can now put the Scala 3 compiler under heavy load, getting it
4848
ready for industrial strength applications. At the moment we have 23
4949
projects on our community projects and we expect this number to go up!
5050

51-
> https://github.com/lampepfl/dotty/tree/master/community-build/community-projects
51+
> https://github.com/lampepfl/dotty/tree/main/community-build/community-projects
5252
5353
This project contains tests to build and test a corpus of open sources Scala 2.x
5454
projects against Scala 3.

docs/blog/_posts/2020-04-29-24th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We are looking forward to having you join the team of contributors.
134134

135135
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
136136
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
137-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
137+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
138138
to make sure that our regression suite includes your library.
139139

140140
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2020-06-22-25th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ We are looking forward to having you join the team of contributors.
9898

9999
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
100100
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
101-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
101+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
102102
to make sure that our regression suite includes your library.
103103

104104
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2020-07-27-26th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ We are looking forward to having you join the team of contributors.
128128

129129
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
130130
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
131-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
131+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
132132
to make sure that our regression suite includes your library.
133133

134134
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2020-08-31-27th-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ We are looking forward to having you join the team of contributors.
109109

110110
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
111111
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
112-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
112+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
113113
to make sure that our regression suite includes your library.
114114

115115
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2020-11-09-scala3-m1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ We are looking forward to having you join the team of contributors.
199199

200200
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
201201
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
202-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
202+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
203203
to make sure that our regression suite includes your library.
204204

205205
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2020-12-18-scala3-m3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ We are looking forward to having you join the team of contributors.
231231

232232
## Library authors: Join our community build
233233

234-
Scala 3 is regularly tested against a sample of libraries known as the "community build". You can add your library to the [community build](https://github.com/lampepfl/dotty/tree/master/community-build) by submitting a PR.
234+
Scala 3 is regularly tested against a sample of libraries known as the "community build". You can add your library to the [community build](https://github.com/lampepfl/dotty/tree/main/community-build) by submitting a PR.
235235

236236
[Scastie]: https://scastie.scala-lang.org/?target=dotty
237237

docs/blog/_posts/2021-03-31-scala3-rc2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ We are looking forward to having you join the team of contributors.
116116

117117
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
118118
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
119-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
119+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
120120
to make sure that our regression suite includes your library.
121121

122122
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/blog/_posts/2021-04-21-scala3-rc3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We are looking forward to having you join the team of contributors.
4949

5050
Dotty now has a set of widely-used community libraries that are built against every nightly Dotty
5151
snapshot. Currently, this includes shapeless, ScalaPB, algebra, scalatest, scopt and squants.
52-
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
52+
Join our [community build](https://github.com/lampepfl/dotty/tree/main/community-build)
5353
to make sure that our regression suite includes your library.
5454

5555
[Scastie]: https://scastie.scala-lang.org/?target=dotty

0 commit comments

Comments
 (0)