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" } - ] }