@@ -140,8 +140,8 @@ object Build {
140
140
val stdlibBootstrappedVersion = " 2.13.12"
141
141
142
142
val dottyOrganization = " org.scala-lang"
143
- val dottyGithubUrl = " https://github.com/lampepfl/dotty "
144
- val dottyGithubRawUserContentUrl = " https://raw.githubusercontent.com/lampepfl/dotty "
143
+ val dottyGithubUrl = " https://github.com/scala/scala3 "
144
+ val dottyGithubRawUserContentUrl = " https://raw.githubusercontent.com/scala/scala3 "
145
145
146
146
147
147
val isRelease = sys.env.get(" RELEASEBUILD" ) == Some (" yes" )
@@ -379,7 +379,7 @@ object Build {
379
379
" -skip-by-regex:.+\\ .impl($|\\ ..+)" ,
380
380
" -project-logo" , " docs/_assets/images/logo.svg" ,
381
381
" -social-links:" +
382
- " github::https://github.com/lampepfl/dotty ," +
382
+ " github::https://github.com/scala/scala3 ," +
383
383
" discord::https://discord.com/invite/scala," +
384
384
" twitter::https://twitter.com/scala_lang" ,
385
385
// contains special definitions which are "transplanted" elsewhere
@@ -1859,7 +1859,7 @@ object Build {
1859
1859
.add(ProjectVersion (baseVersion))
1860
1860
.remove[VersionsDictionaryUrl ]
1861
1861
.add(SourceLinks (List (
1862
- s " ${temp.getAbsolutePath}=github://lampepfl/dotty /language-reference-stable "
1862
+ s " ${temp.getAbsolutePath}=github://scala/scala3 /language-reference-stable "
1863
1863
)))
1864
1864
.withTargets(List (" ___fake___.scala" ))
1865
1865
}
@@ -2027,7 +2027,7 @@ object Build {
2027
2027
scmInfo := Some (
2028
2028
ScmInfo (
2029
2029
url(dottyGithubUrl),
2030
- " scm:git:git@github.com:lampepfl/dotty .git"
2030
+ " scm:git:git@github.com:scala/scala3 .git"
2031
2031
)
2032
2032
),
2033
2033
developers := List (
@@ -2262,7 +2262,7 @@ object ScaladocConfigs {
2262
2262
sys.env.get(" GITHUB_SHA" ) match {
2263
2263
case Some (sha) =>
2264
2264
s " ${sourcesPrefix}github:// ${sys.env(" GITHUB_REPOSITORY" )}/ $sha$outputPrefix"
2265
- case None => s " ${sourcesPrefix}github://lampepfl/dotty / $v$outputPrefix"
2265
+ case None => s " ${sourcesPrefix}github://scala/scala3 / $v$outputPrefix"
2266
2266
}
2267
2267
2268
2268
def defaultSourceLinks (version : String = dottyNonBootstrappedVersion, refVersion : String = dottyVersion) = Def .task {
@@ -2273,15 +2273,15 @@ object ScaladocConfigs {
2273
2273
scalaSrcLink(stdLibVersion, srcManaged(version, " scala" ) + " =" ),
2274
2274
dottySrcLink(refVersion, " library/src=" , " #library/src" ),
2275
2275
dottySrcLink(refVersion),
2276
- " docs=github://lampepfl/dotty /main#docs"
2276
+ " docs=github://scala/scala3 /main#docs"
2277
2277
)
2278
2278
)
2279
2279
}
2280
2280
2281
2281
lazy val DefaultGenerationSettings = Def .task {
2282
2282
def projectVersion = version.value
2283
2283
def socialLinks = SocialLinks (List (
2284
- " github::https://github.com/lampepfl/dotty " ,
2284
+ " github::https://github.com/scala/scala3 " ,
2285
2285
" discord::https://discord.com/invite/scala" ,
2286
2286
" twitter::https://twitter.com/scala_lang" ,
2287
2287
))
0 commit comments