Skip to content

Commit 5d99628

Browse files
committed
Remove link to not-existing page
1 parent f00b6f3 commit 5d99628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is the impatient developer's checklist for the steps to submit a bug-fix pu
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

0 commit comments

Comments
 (0)