Skip to content

Commit 342a127

Browse files
authored
fix some 404 links (#403)
fixes #402
1 parent bc798b0 commit 342a127

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

records/2022-Q1-activity-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In this quarter, we followed up on these changes by updating the defaults:
7171

7272
- coursier now installs the official `sbt` distribution, rather than a custom one
7373
- it considers Scala 2 and Scala 3 to be the same application, with different versions (and installs Scala 3 by default)
74-
- we have updated [the Getting Started page](https://docs.scala-lang.org/getting-started/index.html) on the scala-lang.org website, along with related pages (notably, the front page)
74+
- we have updated [the Getting Started page](https://docs.scala-lang.org/getting-started/install-scala.html) on the scala-lang.org website, along with related pages (notably, the front page)
7575

7676
### TASTy-query
7777

records/2022-Q2-activity-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ To this effect, we achieved the following work:
250250
- We have updated the quick-links in the title bar to read more clearly (using simpler words), and to link to Scastie
251251
(PR [lampepfl/dotty#14819](https://github.com/lampepfl/dotty/pull/14819), PR [scala/docs.scala-lang#2363](https://github.com/scala/docs.scala-lang/pull/2363), and PR [scala/scala-lang#1360](https://github.com/scala/scala-lang/pull/1360))
252252
- After listening to community feedback, we re-introduced explicit install instructions to the [install page](https://www.scala-lang.org/download/), with tabs that give specialised instructions for each operating system, also included is information to
253-
test that your set-up works correctly. We also included the same tabs on the [getting-started guide](https://docs.scala-lang.org/getting-started/index.html) in the docs (PR [scala/scala-lang#1373](https://github.com/scala/scala-lang/pull/1373), and PR [scala/docs.scala-lang#2388](https://github.com/scala/docs.scala-lang/pull/2388))
253+
test that your set-up works correctly. We also included the same tabs on the [getting-started guide](https://docs.scala-lang.org/getting-started/install-scala.html) in the docs (PR [scala/scala-lang#1373](https://github.com/scala/scala-lang/pull/1373), and PR [scala/docs.scala-lang#2388](https://github.com/scala/docs.scala-lang/pull/2388))
254254
- We realise that newcomers may have unique circumstances that mean following the getting-started guide does not always
255-
work. To help, we added a sticky notice to [the guide](https://docs.scala-lang.org/getting-started/index.html) that
255+
work. To help, we added a sticky notice to [the guide](https://docs.scala-lang.org/getting-started/install-scala.html) that
256256
suggests they ask for help in the `#scala-users` channel on Discord.
257257
- At present the index of [docs.scala-lang.org](https://docs.scala-lang.org) is split between Scala 2 and Scala 3, and
258258
Scala 3 pages have a unique theme and navigation layout, when compared to Scala 2 pages. This has lead to much
@@ -353,7 +353,7 @@ restart the SIP meetings, and assign proposals to reviewers.
353353

354354
### ScalaCon 2022
355355

356-
[ScalaCon](http://www.scalacon.org/) is a series of online conferences designed
356+
[ScalaCon](https://web.archive.org/web/20250101143410/https://www.scalacon.org/) is a series of online conferences designed
357357
to bring the Scala community closer together.
358358

359359
We are in charge of the program and the program committee of

records/2022-Q3-activity-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ One of our goals at the Scala Center is to increase the adoption of Scala – an
204204

205205
In Q3, we've set up everything at EPFL to make the workshop happen, and conducted the first dry run of the workshop for the teams of LAMP and Scala Center. In Q4, we'll start conducting the workshop for the wider EPFL community which will hopefully lead to a wider awareness about Scala.
206206

207-
To get an idea of what the workshop is about, see the following [blog article](https://akmetiuk.com/posts/2022-02-19-launching-rockets.html).
207+
To get an idea of what the workshop is about, see the following [blog article](https://anatoliikmt.me/posts/2022-02-19-launching-rockets/).
208208

209209
We have also organized a local event, a “Scala Lunch”, where people using Scala or curious about Scala could hang out and discuss together. 31 attendees were present.
210210

records/2022-Q4-activity-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To spark the interest of EPFL scientists and students in Scala, throughout 2022,
220220
In Q4, we finalized this project by conducting the first workshop for the EPFL community. We had around 10 participants, and the workshop was a success. We're tentatively planning to conduct one such workshop per semester to spread awareness about Scala at EPFL and gain more userbase at our home university.
221221

222222
- [EPFL Announcement](https://memento.epfl.ch/event/launching-rockets-with-scala/)
223-
- [Technical blog](https://akmetiuk.com/posts/2022-02-19-launching-rockets.html) to get an idea of what it is all about.
223+
- [Technical blog](https://anatoliikmt.me/posts/2022-02-19-launching-rockets/) to get an idea of what it is all about.
224224

225225
### Google Summer of Code
226226

records/2023-Q1-activity-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ We have also prepared and conducted a discussion about the Compiler Academy duri
360360

361361
For Scala 2 and 3.
362362

363-
Scala Center has a long-standing tradition of participation in Google Summer of Code. This program presents a great opportunity to onboard beginner Scala programmers into the OSS world. In Q1 2023, we registered and were [accepted](https://www.scala-lang.org/blog-detail/2023/02/28/acceptd-to-gsoc-2023.html) for the 2023 iteration of the program. Currently, in collaboration with LAMP, we are working with 5 lead mentors from the Scala OSS world to welcome the new contributors in Summer.
363+
Scala Center has a long-standing tradition of participation in Google Summer of Code. This program presents a great opportunity to onboard beginner Scala programmers into the OSS world. In Q1 2023, we registered and were [accepted](https://www.scala-lang.org/blog-detail/2023/02/28/accepted-to-gsoc-2023.html) for the 2023 iteration of the program. Currently, in collaboration with LAMP, we are working with 5 lead mentors from the Scala OSS world to welcome the new contributors in Summer.
364364

365365
### Scala Lunches at EPFL
366366

0 commit comments

Comments
 (0)