Skip to content

Commit f27cc06

Browse files
committed
Update Scala 3 contributing guide and fix dead links
1 parent 972d06d commit f27cc06

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

_overviews/contribute/scala3.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,3 @@ Dotty is an open-source project, and as such, we welcome contributions from the
1111
If you are interested in contributing to Scala 3, please visit the project [developer website](https://dotty.epfl.ch/docs/contributing/index.html), where you will find all the information you need to get started. We encourage everyone, regardless of their level of expertise, to contribute to Scala 3, as there are many ways to help, from fixing bugs and implementing new features to improving documentation and testing.
1212

1313
If you have any questions, please feel free to ask them on the [Contributors Forum](https://contributors.scala-lang.org/c/scala-3/scala-3-contributors/9).
14-
15-
Summary of the contribution guide on Scala 3:
16-
17-
- [Getting-Started](https://dotty.epfl.ch/docs/contributing/getting-started.html)
18-
- [Workflow](https://dotty.epfl.ch/docs/contributing/workflow/index.html)
19-
- [IDEs and Tools](https://dotty.epfl.ch/docs/contributing/tools/index.html)
20-
- [Procedures](https://dotty.epfl.ch/docs/contributing/procedures/index.html)
21-
- [High Level Architecture](https://dotty.epfl.ch/docs/contributing/architecture/index.html)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Cheatsheets
33
description: This page describes a cheatsheet for working with the Scala 3 compiler.
4-
redirect_to: https://dotty.epfl.ch/docs/contributing/workflow/index.html#sbt-commands-cheat-sheet-1
4+
redirect_to: https://dotty.epfl.ch/docs/contributing/cheatsheet.html
55
---

_overviews/scala3-contribution/procedures-efficiency.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Contributing to Scala 3
33
description: This page introduces the compiler procedures for the Scala 3 compiler.
4-
redirect_to: https://dotty.epfl.ch/docs/contributing/workflow/index.html
4+
redirect_to: https://dotty.epfl.ch/docs/contributing/procedures/index.html
55
---

0 commit comments

Comments
 (0)