Skip to content

Commit 2fc39af

Browse files
authored
Merge branch 'master' into remove-links-to-jira
2 parents 7666532 + d13b13b commit 2fc39af

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ 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 GitHub 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)
68-
9. [Submit a pull request](./hacker-guide.html#submit) following the [Scala project pull-request guidelines](http://docs.scala-lang.org/scala/pull-request-policy.html).
68+
9. [Submit a pull request](./hacker-guide.html#submit).
6969
10. [Work with a reviewer](https://github.com/scala/scala#reviewing) to [get your pull request merged in](/contribute/hacker-guide.html#review).
7070
11. Celebrate!
7171

contribute/hacker-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sometimes it's appealing to hack alone and not to have to interact with others o
3030
this might not be the very best idea. There are people in the Scala community who have spent years accumulating knowledge about Scala libraries and internals. They might provide
3131
unique insights and, what's even better, direct assistance in their areas, so it is not only advantageous, but recommended to communicate with the community about your new patch.
3232

33-
Typically bug fixes and new features start out as an idea or an experiment posted on one of [our mailing lists]({{ site.baseurl }}/community/index.html#mailing-lists) to find out how people feel
33+
Typically bug fixes and new features start out as an idea or an experiment posted on one of [our mailing lists]({{ site.baseurl }}/community/index.html#forums--mailing-lists) to find out how people feel
3434
about things you want to implement. People proficient in certain areas of Scala usually monitor mailing lists, so you'll often get some help
3535
by simply posting a message. But the most efficient way to connect is to cc your message to one of the people responsible for maintaining the aspect of Scala which you wish to contribute to.
3636

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 GitHub issue, use `issue/NNNN`
8282
or `ticket/NNNN` as the guide states. If providing API documentation with no associated
8383
GitHub issue, use `scaladoc/xxxx` instead.

contribute/tools.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ projects:
3333
- title: DBuild
3434
description: Multi-project build tool.
3535
icon: https://avatars3.githubusercontent.com/u/784923?v=3&s=200
36-
link: https://github.com/typesafehub/dbuild
37-
homeLink: http://typesafehub.github.io/dbuild
38-
issuesLink: https://github.com/typesafehub/dbuild/issues
39-
readmeLink: https://github.com/typesafehub/dbuild/blob/master/README.md
40-
contributingLink: https://github.com/typesafehub/dbuild/blob/master/README.md#get-involved
36+
link: https://github.com/lightbend/dbuild
37+
homeLink: http://lightbend.github.io/dbuild
38+
issuesLink: https://github.com/lightbend/dbuild/issues
39+
readmeLink: https://github.com/lightbend/dbuild/blob/master/README.md
40+
contributingLink: https://github.com/lightbend/dbuild/blob/master/README.md#get-involved
4141
- title: Partest
4242
description: Scala Compiler/Library Testing
4343
icon: https://avatars1.githubusercontent.com/u/57059?v=3&s=200
@@ -52,8 +52,8 @@ projects:
5252
link: https://github.com/ensime/ensime-server
5353
homeLink: http://ensime.github.io/
5454
issuesLink: https://github.com/ensime/ensime-server/issues
55-
readmeLink: https://github.com/ensime/ensime-server/blob/2.0/README.md
56-
contributingLink: https://ensime.github.io/contributing/
55+
readmeLink: http://ensime.github.io/
56+
contributingLink: http://ensime.github.io/server/contributing/
5757
- title: Scoverage
5858
description: Scala code coverage tool
5959
icon: https://avatars1.githubusercontent.com/u/5998302?v=3&s=200

0 commit comments

Comments
 (0)