Skip to content

Commit

Permalink
Fix scala#2466: broken CONTRIBUTING link
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmulder committed May 19, 2017
1 parent 030c0d6 commit 0bf6f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
File renamed without changes.
9 changes: 4 additions & 5 deletions docs/docs/contributing/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: doc-page
title: Getting Started
---



Requirements
------------
Expand All @@ -30,7 +30,7 @@ $ sbt
hello world
```

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

```shell
Expand Down Expand Up @@ -65,6 +65,5 @@ or via bash:
$ dotr
```

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

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

0 comments on commit 0bf6f9e

Please sign in to comment.