Skip to content

Commit b8524d6

Browse files
authored
Merge pull request scala#840 from OlivierBlanvillain/cleanup-links
Fix scala#535: setup htmlproofer and fix all broken links
2 parents b2151d9 + 0846496 commit b8524d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contribute/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Thanks
2222

2323
The Scala API documentation lives with the scala project source code. There are many ways you can help with improving Scaladoc, including:
2424

25-
* [Log issues for missing scaladoc documentation](/contribute/scala-standard-library-api-documentation/#contribute-api-documentation-bug-reports) -
25+
* [Log issues for missing scaladoc documentation](/contribute/scala-standard-library-api-documentation.html#contribute-api-documentation-bug-reports) -
2626
Please *follow the issue submission process closely* to help prevent duplicate issues being created.
27-
* [Claim Scaladoc Issues and Provide Documentation](/contribute/scala-standard-library-api-documentation/) - please claim issues prior to working on a specific scaladoc task to prevent duplication of effort. If you sit on an issue for too long without submitting a pull request, it will revert back to unassigned and you will need to re-claim it.
27+
* [Claim Scaladoc Issues and Provide Documentation](/contribute/scala-standard-library-api-documentation.html) - please claim issues prior to working on a specific scaladoc task to prevent duplication of effort. If you sit on an issue for too long without submitting a pull request, it will revert back to unassigned and you will need to re-claim it.
2828
* You can also just
29-
[submit new Scaladoc](/contribute/scala-standard-library-api-documentation/)
29+
[submit new Scaladoc](/contribute/scala-standard-library-api-documentation.html)
3030
without creating an issue, but please look to see if there is an issue already submitted for your task and claim it if there is. If not, please post your intention to work on a specific scaladoc task on [Scala Contributors](https://contributors.scala-lang.org/) so that people know what you are doing.
3131

3232
### The Main Scala Documentation Site

contribute/hacker-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you're new to Git, don't be afraid of messing up-- there is no way you can co
6767

6868
### Clone
6969

70-
If everything went okay, you will be redirected to your own fork at `https://github.com/username/scala`, where `username`
70+
If everything went okay, you will be redirected to your own fork at `https://github.com/user-name/scala`, where `username`
7171
is your github user name. You might find it helpful to read [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/),
7272
which covers some of the things that will follow below. Then, _clone_ your repository (i.e. pull a copy from GitHub to your local machine) by running the following on the command line:
7373

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Contribute to API Documentation
33
layout: inner-page-no-masthead
4-
# permalink: /contribute/scala-standard-library-api-documentation/
4+
# permalink: /contribute/scala-standard-library-api-documentation.html
55
includeTOC: true
66
---
77

0 commit comments

Comments
 (0)