Skip to content

Commit d03793b

Browse files
Merge pull request #732 from jiminhsieh/ticket/#705
Fix broken link.
2 parents 6e98067 + 2095d91 commit d03793b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_data/footer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
class: documentation
33
links:
44
- title: Getting Started
5-
url: /documentation/getting-started/
5+
url: "/documentation/getting-started.html"
66
- title: API
7-
url: "http://www.scala-lang.org/api/current/index.html"
7+
url: "https://www.scala-lang.org/api/current/index.html"
88
- title: Overviews/Guides
9-
url: "http://docs.scala-lang.org/overviews"
9+
url: "https://docs.scala-lang.org/overviews"
1010
- title: Language Specification
11-
url: "http://scala-lang.org/files/archive/spec/2.12/"
11+
url: "https://scala-lang.org/files/archive/spec/2.12/"
1212
- title: Download
1313
class: download
1414
links:

0 commit comments

Comments
 (0)