From a800ccd92210fca4847364fbfef1a4f93f516f05 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 9 May 2018 13:49:54 +0300 Subject: [PATCH] fix(aio): add link to v5 docs (#23794) Fixes #23781 PR Close #23794 --- aio/content/navigation.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index b6336b1e72..407c5efe0f 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -498,18 +498,18 @@ "title": "Keeping Up-to-Date", "tooltip": "Angular release practices, planning for updates, and update resources.", "children": [ - { + { "url": "guide/updating", "title": "Updating Your Projects", "tooltip": "Information about updating Angular applications and libraries to the latest version." }, - { + { "url": "guide/releases", "title": "Angular Releases", "tooltip": "Angular versioning, release, support, and deprecation policies and practices." } ] - }, + }, { "title": "Upgrading from AngularJS", @@ -660,9 +660,9 @@ ], "docVersions": [ - { "title": "v4 (LTS)", "url": "https://v4.angular.io" }, + { "title": "v5", "url": "https://v5.angular.io" }, + { "title": "v4", "url": "https://v4.angular.io" }, { "title": "v2", "url": "https://v2.angular.io" }, { "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" } - ] }