From 7afd2603c9a0f5263ef8774731b3f432e97e843b Mon Sep 17 00:00:00 2001 From: Wassim Chegham <1699357+manekinekko@users.noreply.github.com> Date: Wed, 5 Jun 2019 16:46:00 +0200 Subject: [PATCH] docs: add dev.to link to the help section (#30873) PR Close #30873 --- aio/content/marketing/resources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index ce7ae55e6e..466fd15468 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -28,6 +28,11 @@ "rev": true, "title": "Angular Subreddit", "url": "https://www.reddit.com/r/Angular2/" + }, + "angular-devto" : { + "url": "https://dev.to/t/angular", + "rev": true, + "title": "Read and share content and chat about Angular on DEV Community." } } },