Skip to content

Commit 8e94d44

Browse files
authored
Merge pull request #3161 from igneus/update-feed-uri
drop link to a removed feed
2 parents 61b35f0 + 0d56237 commit 8e94d44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/headertop.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
<link rel="stylesheet" href="{{ site.baseurl }}/resources/css/monospace.css" type="text/css" />
5757

5858
<!-- Atom feeds -->
59-
<link rel="alternate" type="application/atom+xml" title="News Feed" href="http://scala-lang.org/feed/index.xml" />
60-
<link rel="alternate" type="application/atom+xml" title="Blog Feed" href="http://scala-lang.org/feed/blog.xml" />
59+
<link rel="alternate" type="application/atom+xml" title="News Feed" href="https://scala-lang.org/feed/index.xml" />
6160

6261
<!-- Algolia stylesheet -->
6362
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />

0 commit comments

Comments
 (0)