From 0d90545e39b8a3b858ba1fc65219b174e067c43d Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Fri, 1 Mar 2024 19:52:32 +0100 Subject: [PATCH] Update links to use scala/scala3 instead of lampepfl/dotty --- README.md | 2 +- _data/governance.yml | 4 +- _includes/downloads-scala3.html | 6 +- _layouts/downloadpage.html | 4 +- .../2015-10-23-dotty-compiler-bootstraps.md | 4 +- _posts/2015-11-16-minutes-from-nov-2015.md | 2 +- _posts/2016-01-11-minutes-from-jan-2016.md | 8 +- _posts/2016-02-17-scaling-dot-soundness.md | 8 +- _posts/2016-05-06-multiversal-equality.md | 4 +- _posts/2016-10-14-dotty-errors.md | 2 +- _posts/2016-12-07-implicit-function-types.md | 4 +- _posts/2017-02-28-collections-rework.md | 2 +- ...017-12-01-fifth-dotty-milestone-release.md | 12 +-- _posts/2019-12-18-road-to-scala-3.md | 2 +- _posts/2020-02-20-community-build.md | 4 +- ...es-bring-generic-programming-to-scala-3.md | 2 +- _posts/2023-02-01-release-notes-3.2.2.md | 2 +- ...023-07-17-signature-polymorphic-methods.md | 2 +- _posts/2023-09-07-release-notes-3.3.1.md | 2 +- ...017-05-31-first-dotty-milestone-release.md | 10 +-- ...17-07-12-second-dotty-milestone-release.md | 62 +++++++-------- ...017-09-07-third-dotty-milestone-release.md | 28 +++---- ...17-10-16-fourth-dotty-milestone-release.md | 16 ++-- blog/_posts/2018-04-19-scala-3.md | 4 +- blog/_posts/2018-04-30-in-a-nutshell.md | 8 +- ...-12-15-scala-3-crossing-the-finish-line.md | 2 +- blog/_posts/2021-05-14-scala3-is-here.md | 2 +- .../2021-07-21-scala-3.0.2RC1-is-here.md | 78 +++++++++---------- .../_posts/2021-09-07-scala-3.0.2-released.md | 12 +-- .../_posts/2021-10-21-scala-3.1.0-released.md | 10 +-- .../_posts/2022-02-01-scala-3.1.1-released.md | 10 +-- .../_posts/2022-04-12-scala-3.1.2-released.md | 2 +- .../_posts/2022-06-21-scala-3.1.3-released.md | 2 +- .../_posts/2022-11-07-scala-3.2.1-released.md | 2 +- .../2023-01-31-scala-center-2023-roadmap.md | 14 ++-- ...3-04-11-march-2023-scala-tooling-summit.md | 2 +- .../_posts/2023-05-30-scala-3.3.0-released.md | 2 +- ...23-10-17-feedback-wanted-error-messages.md | 18 ++--- ...24-02-29-scala-3.4.0-and-3.3.3-released.md | 6 +- community/index.md | 2 +- gsoc/2015.md | 2 +- gsoc/2016.md | 4 +- 42 files changed, 187 insertions(+), 187 deletions(-) diff --git a/README.md b/README.md index 4498606ac..5be57fccd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the source for the [scala-lang.org](https://scala-lang. It does not contain the source for the [docs.scala-lang.org](https://docs.scala-lang.org) subdomain. You can visit the [docs.scala-lang repository](https://github.com/scala/docs.scala-lang) if you are interested in contributing to the Scala documentation site. -The repository for Scala 3 itself is https://github.com/lampepfl/dotty . +The repository for Scala 3 itself is https://github.com/scala/scala3 . Scala 2 is at https://github.com/scala/scala. Scala 2 bug reports are at https://github.com/scala/bug. diff --git a/_data/governance.yml b/_data/governance.yml index 63a4341a2..7bb063236 100644 --- a/_data/governance.yml +++ b/_data/governance.yml @@ -72,9 +72,9 @@ cards: anchorTarget: "gov-scala-3" links: - name: Core Maintainers - url: https://github.com/lampepfl/dotty/blob/main/MAINTENANCE.md#compiler + url: https://github.com/scala/scala3/blob/main/MAINTENANCE.md#compiler - name: Maintenance Procedures - url: https://github.com/lampepfl/dotty/blob/main/MAINTENANCE.md + url: https://github.com/scala/scala3/blob/main/MAINTENANCE.md - title: "Moderation" description: "Learn how the Scala community is moderated." expandText: "Process & People" diff --git a/_includes/downloads-scala3.html b/_includes/downloads-scala3.html index e3886a649..c1bb03841 100644 --- a/_includes/downloads-scala3.html +++ b/_includes/downloads-scala3.html @@ -1,10 +1,10 @@

Are you looking for another release of Scala?


-

Scala binaries for {{page.release_version}} are available at github.

+

Scala binaries for {{page.release_version}} are available at github.

Release Notes

For a summary of important changes, see the GitHub release notes. + href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">GitHub release notes.
(Or consult our archive of older release notes.) @@ -20,7 +20,7 @@

Ways to Install This Release

  • Download the Scala binaries for {{page.release_version}} at github. + href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">github.
    Need help running the binaries?
  • diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html index 4cfc90be1..de0556587 100644 --- a/_layouts/downloadpage.html +++ b/_layouts/downloadpage.html @@ -34,9 +34,9 @@

    {{page.title}}