Skip to content

Commit 0bf6f9e

Browse files
committed
Fix #2466: broken CONTRIBUTING link
1 parent 030c0d6 commit 0bf6f9e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
File renamed without changes.

docs/docs/contributing/getting-started.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: doc-page
33
title: Getting Started
44
---
55

6-
6+
77

88
Requirements
99
------------
@@ -30,7 +30,7 @@ $ sbt
3030
hello world
3131
```
3232

33-
There are also bash scripts that can be used in the same way. Assuming that you have cloned the Dotty repo locally, append
33+
There are also bash scripts that can be used in the same way. Assuming that you have cloned the Dotty repo locally, append
3434
the following line on your `.bash_profile`:
3535

3636
```shell
@@ -65,6 +65,5 @@ or via bash:
6565
$ dotr
6666
```
6767

68-
Before contributing to Dotty, we invite you to consult the
69-
[Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING.md).
70-
68+
Before contributing to Dotty, we invite you to consult the
69+
[Dotty Developer Guidelines](https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING).

0 commit comments

Comments
 (0)