Skip to content

Commit 0d8f3fd

Browse files
authored
Merge pull request #1462 from komainu8/use_https
Use https instead of http
2 parents ae56b48 + 4f1aa8b commit 0d8f3fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It will incrementally build and serve site at `http://localhost:8080`
2626

2727
## Contributing ##
2828

29-
Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution.
29+
Please have a look at [https://docs.scala-lang.org/contribute.html](https://docs.scala-lang.org/contribute.html) before making a contribution.
3030
This document gives an overview of the type of documentation contained within the Scala Documentation repository and the repository's structure.
3131

3232
Small changes, or corrected typos will generally be pulled in right away. Large changes, like the addition of new documents, or the rewriting of
@@ -35,7 +35,7 @@ in order to be accepted.
3535

3636
## Dependencies ##
3737

38-
This site uses a Jekyll, a Ruby framework. You'll need Ruby and Bundler installed; see [Jekyll installation instructions](http://jekyllrb.com/docs/installation/) for the details.
38+
This site uses a Jekyll, a Ruby framework. You'll need Ruby and Bundler installed; see [Jekyll installation instructions](https://jekyllrb.com/docs/installation/) for the details.
3939

4040
## Building & Viewing ##
4141

@@ -53,12 +53,12 @@ If you add `--watch` at the end of the command line above, Jekyll will automatic
5353

5454
If you get `incompatible encoding` errors when generating the site under Windows, then ensure that the
5555
console in which you are running jekyll can work with UTF-8 characters. As described in the blog
56-
[Solving UTF problem with Jekyll on Windows](http://joseoncode.com/2011/11/27/solving-utf-problem-with-jekyll-on-windows/)
56+
[Solving UTF problem with Jekyll on Windows](https://joseoncode.com/2011/11/27/solving-utf-problem-with-jekyll-on-windows/)
5757
you have to execute `chcp 65001`. This command is best added to the `jekyll.bat`-script.
5858

5959
## Markdown ##
6060

61-
The markdown used in this site uses [kramdown](http://kramdown.gettalong.org/) extensions.
61+
The markdown used in this site uses [kramdown](https://kramdown.gettalong.org/) extensions.
6262

6363
### Markdown Editor for OSX ###
6464

@@ -68,4 +68,4 @@ There's a free markdown editor for OSX called [Mou](http://25.io/mou/). It's qui
6868

6969
## License ##
7070

71-
All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](http://www.scala-lang.org/node/146), unless otherwise noted.
71+
All documentation contained in this repository is licensed by EPFL under a Creative Commons Attribution-Share Alike 3.0 Unported license ("CC-BY-SA"), unless otherwise noted. By submitting a "pull request," or otherwise contributing to this repository, you implicitly agree to license your contribution under the above CC-BY-SA license. The source code of this website is licensed to EPFL under the [Scala License](https://www.scala-lang.org/node/146), unless otherwise noted.

0 commit comments

Comments
 (0)