Skip to content

Commit 2f7d9fb

Browse files
committed
Fix broken links
1 parent 0dda547 commit 2f7d9fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

contribute/codereviews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ includeTOC: true
66
---
77
## Code Review Contributions
88

9-
In addition to [bug fixing](/contribute/guide/), you can help us review
9+
In addition to [bug fixing](/contribute/guide.html), you can help us review
1010
[waiting pull requests](#pull-requests-awaiting-comment).
1111
This is also a good (and recommended) way to get to know the feel of
1212
the bug-fixing and submissions process before jumping in with your
@@ -51,4 +51,4 @@ own pull requests.
5151
</div>
5252
</div>
5353

54-
Also note that the [Tools contributions](/contribute/tools/) page has more projects that will generate pull requests.
54+
Also note that the [Tools contributions](/contribute/tools.html) page has more projects that will generate pull requests.

contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is the impatient developer's checklist for the steps to submit a bug-fix pu
6161
3. [Fork the Scala repository](/contribute/hacker-guide.html#fork) and clone your fork (if you haven't already).
6262
4. [Create a feature branch](/contribute/hacker-guide.html#branch) to work on: use the branch name `issue/NNNN` where NNNN is the JIRA issue number.
6363
5. [Fix the bug, or implement the new small feature](/contribute/hacker-guide.html#implement), include new tests (yes, for bug fixes too).
64-
6. [Test, rinse](/contribute/hacker-guide.html#test) and [test some more](/contribute/partest-guide/) until [all the tests pass](/contribute/hacker-guide.html#verify).
64+
6. [Test, rinse](/contribute/hacker-guide.html#test) and [test some more](/contribute/partest-guide.html) until [all the tests pass](/contribute/hacker-guide.html#verify).
6565
7. [Commit your changes](/contribute/hacker-guide.html#commit) to your feature branch in your fork. Please choose your commit message based on the [Git Hygiene](https://github.com/scala/scala#user-content-git-hygiene) section of the Scala project README.
6666
8. If necessary [re-write git history](http://git-scm.com/book/en/Git-Branching-Rebasing) so that [commits are organized by major steps to the fix/feature](
6767
https://github.com/scala/scala#git-hygiene). For bug fixes, a single commit is requested, for features several commits may be desirable (but each separate commit must compile and pass all tests)

contribute/scala-standard-library-api-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ component so that they show up in the correct issue filters.
7777
Please familiarize yourself with the following before contributing
7878
new API documentation to save time, effort, mistakes and repetition.
7979

80-
* [Forking the Repo](./hacker-guide.html#set-up) - follow the setup steps through
80+
* [Forking the Repo](./hacker-guide.html#2-set-up) - follow the setup steps through
8181
the Branch section. If providing new documentation related to an existing JIRA issue, use `issue/NNNN`
8282
or `ticket/NNNN` as the guide states. If providing API documentation with no associated
8383
JIRA issue, use `scaladoc/xxxx` instead.

0 commit comments

Comments
 (0)