Skip to content

Commit f273d0c

Browse files
committed
Blog: 'Announcements' -> 'Releases'
1 parent cf41e5e commit f273d0c

File tree

108 files changed

+131
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+131
-122
lines changed

_data/blog-categories.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- categoryId: highlights
55
title: Highlights
66
url: /blog/highlights
7-
- categoryId: announcements
8-
title: Announcement
9-
url: /blog/announcements/
7+
- categoryId: releases
8+
title: Releases
9+
url: /blog/releases/

_includes/downloads-scala2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p>Released <b>{{page.release_date}}</b>. See <a href="{{ site.baseurl }}/download/all.html">all releases</a>.</p>
22
<h3>Release Notes</h3>
33
For a summary of important changes, see the <a href="https://github.com/scala/scala/releases">GitHub release notes</a>.
4-
<br/><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/announcements/">older release
4+
<br/><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/releases/">older release
55
notes</a>.)</small>
66

77
<div class="install-steps">

_includes/downloads-scala3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h3>Release Notes</h3>
66
For a summary of important changes, see the <a
77
href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">GitHub release notes</a>.
8-
<br /><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/announcements/">older release
8+
<br /><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/releases/">older release
99
notes</a>.)</small>
1010

1111
<div class="install-steps">

_layouts/downloadpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>{{page.title}}</h1>
4040
{% else %}
4141
<li><a href="https://github.com/scala/scala/releases">Release Notes</a></li>
4242
<li class="dot"></li>
43-
<li><a href="{{ site.baseurl }}/blog/announcements/">Changelog</a></li>
43+
<li><a href="{{ site.baseurl }}/blog/releases/">Changelog</a></li>
4444
{% endif %}
4545
{% if page.api_docs %}
4646
<li class="dot"></li>

_posts/2013-02-28-release-notes-v2.10.1-RC2.md

Lines changed: 1 addition & 1 deletion

_posts/2013-02-28-release-notes-v2.9.3.md

Lines changed: 1 addition & 1 deletion

_posts/2013-03-06-release-notes-v2.10.1-RC3.md

Lines changed: 1 addition & 1 deletion

_posts/2013-03-13-release-notes-v2.10.1.md

Lines changed: 1 addition & 1 deletion

_posts/2013-05-23-release-notes-v2.10.2-RC1.md

Lines changed: 1 addition & 1 deletion

_posts/2013-05-29-release-notes-v2.11.0-M3.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)