From ef635194c444db367bfc0f49a62ca05a5444d1d6 Mon Sep 17 00:00:00 2001 From: Philippus Date: Fri, 16 Aug 2019 16:35:46 -0500 Subject: [PATCH] Update links in nav header for scala 2.13.x --- _data/doc-nav-header.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/doc-nav-header.yml b/_data/doc-nav-header.yml index f46ecfe93b..0fcc7ab3ba 100644 --- a/_data/doc-nav-header.yml +++ b/_data/doc-nav-header.yml @@ -4,7 +4,7 @@ - title: Current url: https://www.scala-lang.org/api/current/ - title: Nightly - url: https://www.scala-lang.org/files/archive/nightly/2.12.x/api/2.12.x/ + url: https://www.scala-lang.org/files/archive/nightly/2.13.x/api/2.13.x/ - title: All Versions url: "/api/all.html" - title: Learn @@ -28,7 +28,7 @@ - title: Scala FAQs url: "/tutorials/FAQ/index.html" - title: Language Spec - url: http://scala-lang.org/files/archive/spec/2.12/ + url: http://scala-lang.org/files/archive/spec/2.13/ - title: Style Guide url: "/style/index.html" - title: Cheatsheet