Skip to content

Commit

Permalink
language spec: 2.13 is no longer an upcoming version
Browse files Browse the repository at this point in the history
partially addresses scala/bug#11566
  • Loading branch information
SethTisue committed Jun 19, 2019
1 parent 36746c6 commit 78b3ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We aim to track the configuration GitHub Pages use but at times differences will

## Building

Travis CI builds the spec automatically after every merged pull release and publishes to http://www.scala-lang.org/files/archive/spec/2.12/.
Travis CI builds the spec automatically after every merged pull release and publishes to http://www.scala-lang.org/files/archive/spec/2.13/.

To preview locally, run the following commands in the root of your checkout scala/scala:
`bundle install` to install Jekyll and `bundle exec jekyll serve -d build/spec/ -s spec/ -w --baseurl=""` to start it,
Expand Down
2 changes: 1 addition & 1 deletion spec/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
baseurl: /files/archive/spec/2.13
latestScalaVersion: 2.12
latestScalaVersion: 2.13
thisScalaVersion: 2.13
versionCompareMessage: "an upcoming"
safe: true
Expand Down
2 changes: 1 addition & 1 deletion spec/_layouts/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<header>
<nav id="chapters">
<a href="{{site.baseurl}}/" title="Table of Contents">Scala {{ site.thisScalaVersion }}</a>
<a id="github" href="https://github.com/scala/scala/tree/2.12.x/spec"><img src="public/images/[email protected]" alt="Edit at GitHub"></a>
<a id="github" href="https://github.com/scala/scala/tree/2.13.x/spec"><img src="public/images/[email protected]" alt="Edit at GitHub"></a>
{% assign sorted_pages = site.pages | sort:"name" %}
{% for post in sorted_pages %}
{% if post.chapter >= 0 %}
Expand Down

0 comments on commit 78b3ec5

Please sign in to comment.