From 1b1a6ba0bbef997101d08e7b41d02cade61aeaed Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Tue, 11 Jul 2017 21:00:27 +0200 Subject: [PATCH] docs: fix 404 link to SFEIR website (#17913) Also, I moved SFEIR training description to the "onsite" section since SFEIR doesn't deliver online training. --- aio/content/marketing/resources.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 47a5b96773..4f5f732fb3 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -508,12 +508,6 @@ "title": "Learn Angular (francais)", "url": "http://www.learn-angular.fr/" }, - "sad200": { - "desc": "Free Angular training delivered by SFEIR in France", - "rev": true, - "title": "SFEIR School (French)", - "url": "https://school.sfeir.com/project/sad-200/" - }, "toddmotto-ultimateangular": { "desc": "Online courses providing in-depth coverage of the Angular ecosystem, AngularJS, Angular and TypeScript, with functional code samples and a full-featured seed environment. Get a deep understanding of Angular and TypeScript from foundation to functional application, then move on to advanced topics with Todd Motto and collaborators.", "rev": true, @@ -600,6 +594,12 @@ "rev": true, "title": "Learn Javascript (Russian)", "url": "https://learn.javascript.ru/courses/angular" + }, + "sa200": { + "desc": "Free Angular training delivered by SFEIR in France", + "rev": true, + "title": "SFEIR School (French)", + "url": "https://school.sfeir.com/project/sa200/" } } }