From b876356527a7b05ab34d7b867bea811daf77cb09 Mon Sep 17 00:00:00 2001 From: Luis Reinoso Date: Mon, 22 Oct 2018 10:06:54 -0500 Subject: [PATCH] docs: add links to angular subdomains (#26653) Add link to protactor.angular.io Replace link from github.com/angular/universal to universal.angular.io Replace link from github.com/angular/material2 to material.angular.io fix #18257 PR Close #26653 --- aio/content/marketing/resources.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 1a797753dd..8ac99b91c7 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -211,7 +211,7 @@ "logo": "https://cloud.githubusercontent.com/assets/1016365/10639063/138338bc-7806-11e5-8057-d34c75f3cafc.png", "rev": true, "title": "Angular Universal", - "url": "https://github.com/angular/universal" + "url": "https://angular.io/guide/universal" }, "c1": { "desc": "Lightweight development only Node.jsĀ® server", @@ -273,6 +273,13 @@ "rev": true, "title": "UI-jar - Test Driven Style Guide Development", "url": "https://github.com/ui-jar/ui-jar" + }, + "protactor": { + "desc": "The official end to end testing framework for Angular apps", + "logo": "", + "rev": true, + "title": "Protractor", + "url": "https://protractor.angular.io/" } } }, @@ -362,7 +369,7 @@ "logo": "", "rev": true, "title": "Angular Material", - "url": "https://github.com/angular/material2" + "url": "https://material.angular.io/" }, "mcc": { "desc": "Material components made by the community",