fix(aio): add link to v5 docs (#23794)

Fixes #23781

PR Close #23794
This commit is contained in:
George Kalpakas 2018-05-09 13:49:54 +03:00 committed by Igor Minar
parent 971e78dc35
commit a800ccd922
1 changed files with 5 additions and 5 deletions

View File

@ -498,18 +498,18 @@
"title": "Keeping Up-to-Date", "title": "Keeping Up-to-Date",
"tooltip": "Angular release practices, planning for updates, and update resources.", "tooltip": "Angular release practices, planning for updates, and update resources.",
"children": [ "children": [
{ {
"url": "guide/updating", "url": "guide/updating",
"title": "Updating Your Projects", "title": "Updating Your Projects",
"tooltip": "Information about updating Angular applications and libraries to the latest version." "tooltip": "Information about updating Angular applications and libraries to the latest version."
}, },
{ {
"url": "guide/releases", "url": "guide/releases",
"title": "Angular Releases", "title": "Angular Releases",
"tooltip": "Angular versioning, release, support, and deprecation policies and practices." "tooltip": "Angular versioning, release, support, and deprecation policies and practices."
} }
] ]
}, },
{ {
"title": "Upgrading from AngularJS", "title": "Upgrading from AngularJS",
@ -660,9 +660,9 @@
], ],
"docVersions": [ "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": "v2", "url": "https://v2.angular.io" },
{ "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" } { "title": "AngularDart", "url": "https://webdev.dartlang.org/angular" }
] ]
} }