You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ It will incrementally build and serve site at `http://localhost:8080`
26
26
27
27
## Contributing ##
28
28
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.
30
30
This document gives an overview of the type of documentation contained within the Scala Documentation repository and the repository's structure.
31
31
32
32
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.
35
35
36
36
## Dependencies ##
37
37
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.
39
39
40
40
## Building & Viewing ##
41
41
@@ -53,12 +53,12 @@ If you add `--watch` at the end of the command line above, Jekyll will automatic
53
53
54
54
If you get `incompatible encoding` errors when generating the site under Windows, then ensure that the
55
55
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/)
57
57
you have to execute `chcp 65001`. This command is best added to the `jekyll.bat`-script.
58
58
59
59
## Markdown ##
60
60
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.
62
62
63
63
### Markdown Editor for OSX ###
64
64
@@ -68,4 +68,4 @@ There's a free markdown editor for OSX called [Mou](http://25.io/mou/). It's qui
68
68
69
69
## License ##
70
70
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