Skip to content

Commit cd127dc

Browse files
authored
Merge pull request scala#1194 from Marcono1234/marcono1234/https-links
2 parents fa1fc2b + b129513 commit cd127dc

8 files changed

+48
-48
lines changed

_contribute_resources/1-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Documentation
33
link: /contribute/documentation.html
44
icon: fa fa-file-text
55
---
6-
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](http://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).
6+
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](https://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).

contribute/bug-reporting-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The first step in identifying a bug is to identify which component of the Scala
1818

1919
If your issue is related to any of the following external projects, make sure to use its appropriate issue tracker:
2020

21-
- [Akka](http://doc.akka.io/docs/akka/current/project/issue-tracking.html)
22-
- [Play!](http://github.com/playframework/Play20/issues)
23-
- [Slick](http://github.com/slick/slick/issues)
21+
- [Akka](https://doc.akka.io/docs/akka/current/project/issue-tracking.html)
22+
- [Play!](https://github.com/playframework/Play20/issues)
23+
- [Slick](https://github.com/slick/slick/issues)
2424
- [Scala IDE](https://scala-ide-portfolio.assembla.com/spaces/scala-ide/support/tickets)
2525
- [sbt](https://github.com/sbt/sbt/issues)
2626

@@ -44,7 +44,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be
4444

4545
5. If you want to file an improvement in the issue tracker please discuss it first on one of the mailing lists. They offer much bigger audience than issue tracker. The latter is not suitable for long discussions.
4646

47-
* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](https://docs.scala-lang.org/sips/) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.13/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala).
47+
* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](https://docs.scala-lang.org/sips/) or in the [Scala Language Specification](https://www.scala-lang.org/files/archive/spec/2.13/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala).
4848

4949
In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful:
5050

contribute/documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ without creating an issue, but please look to see if there is an issue already s
3131

3232
### The Main Scala Documentation Site
3333

34-
[docs.scala-lang.org](https://docs.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a github project that you can fork and submit pull requests from. It includes:
34+
[docs.scala-lang.org](https://docs.scala-lang.org/) houses the primary source of written, non-API documentation for Scala. It's a GitHub project that you can fork and submit pull requests from. It includes:
3535

3636
* Overviews
3737
* Tutorials
@@ -43,15 +43,15 @@ without creating an issue, but please look to see if there is an issue already s
4343
* SIP (Scala Improvement Process) Proposals
4444
and more
4545

46-
Please read [contributing to the docs.scala-lang.org site](http://docs.scala-lang.org/contribute.html) through before embarking on changes. The site uses
47-
the [Jekyll](http://jekyllrb.com/) markdown engine so you will need to follow the instructions to get that running as well.
46+
Please read [contributing to the docs.scala-lang.org site](https://docs.scala-lang.org/contribute.html) through before embarking on changes. The site uses
47+
the [Jekyll](https://jekyllrb.com/) markdown engine so you will need to follow the instructions to get that running as well.
4848

4949
### Updating scala-lang.org
5050

5151
Additional high-level documentation (including documentation on contributing
5252
to Scala and related projects) is provided on the main
53-
[Scala Language site](http://scala-lang.org), and is also kept in the
54-
[scala-lang github project](https://github.com/scala/scala-lang) which may be forked to create pull requests.
53+
[Scala Language site](https://scala-lang.org), and is also kept in the
54+
[scala-lang GitHub project](https://github.com/scala/scala-lang) which may be forked to create pull requests.
5555

5656
Please read both the
57-
[docs.scala-lang.org contribution](http://docs.scala-lang.org/contribute.html) document and the [scala-lang.org github README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.
57+
[docs.scala-lang.org contribution](https://docs.scala-lang.org/contribute.html) document and the [scala-lang.org GitHub README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.

contribute/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Typically the scaladoc tool provides a low entry point for new committers, so it
4646
On the [Scala bug tracker](https://github.com/scala/bug) you will find the bugs that you could pick up. Once you decided on a ticket to look at, see the next step on how to proceed further.
4747

4848
If you are interested in contributing code, we ask you to sign the
49-
[Scala Contributor License Agreement](http://www.lightbend.com/contribute/cla/scala),
49+
[Scala Contributor License Agreement](https://www.lightbend.com/contribute/cla/scala),
5050
which allows us to ensure that all code submitted to the project is
5151
unencumbered by copyrights or patents.
5252

5353
### Bug-fix Check List
5454

55-
This is the impatient developer's checklist for the steps to submit a bug-fix pull request to the Scala project. For more information, description and justification for the steps, follow the links in that step. Further specific instructions for the release of Scala you are targeting can be found in the `CONTRIBUTING.md` file for that [github branch](https://github.com/scala/scala)
55+
This is the impatient developer's checklist for the steps to submit a bug-fix pull request to the Scala project. For more information, description and justification for the steps, follow the links in that step. Further specific instructions for the release of Scala you are targeting can be found in the `CONTRIBUTING.md` file for that [GitHub branch](https://github.com/scala/scala)
5656

5757
1. [Select a bug to fix from GitHub](/contribute/#community-tickets), or if you found the bug yourself and want to fix it, [create a GitHub issue](/contribute/bug-reporting-guide.html) (but please
5858
[make sure it's not a duplicate](/contribute/bug-reporting-guide.html#reporting-confirmed-bugs-is-a-sin)).
@@ -63,7 +63,7 @@ This is the impatient developer's checklist for the steps to submit a bug-fix pu
6363
5. [Fix the bug, or implement the new small feature](/contribute/hacker-guide.html#implement), include new tests (yes, for bug fixes too).
6464
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.
66-
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](
66+
8. If necessary [re-write git history](https://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)
6868
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).
@@ -75,7 +75,7 @@ Need more information or a little more hand-holding for the first one? We got yo
7575

7676
For larger, more ambitious changes (e.g. new language features), the first step to making a change is to discuss it with the community at large, to make sure everyone agrees on the idea
7777
and on the implementation plan. Announce the change
78-
on the [Scala Contributors](https://contributors.scala-lang.org/) mailing list and get developer feedback. For really complex changes, a [Scala Improvement Process (SIP)](http://docs.scala-lang.org/sips/) document might be required, but the first step is always to discuss it on the mailing list and if a SIP is required, that will be discussed on the mailing list.
78+
on the [Scala Contributors](https://contributors.scala-lang.org/) mailing list and get developer feedback. For really complex changes, a [Scala Improvement Process (SIP)](https://docs.scala-lang.org/sips/) document might be required, but the first step is always to discuss it on the mailing list and if a SIP is required, that will be discussed on the mailing list.
7979

8080
Contributions, big or small, simple or complex, controversial or undisputed, need to materialize as patches against
8181
the Scala project source tree. The [hacker guide](/contribute/hacker-guide.html) will explain how to materialize your idea into a full-fledged pull request against the Scala code base.

0 commit comments

Comments
 (0)