From 799d1fd33360ae912ec64e7cf6e752a749cf3480 Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Mon, 10 Jun 2019 21:00:55 +0200 Subject: [PATCH] docs(aio): add missing description to dev.to link (#30960) PR Close #30960 --- aio/content/marketing/resources.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 466fd15468..ecdb5e75aa 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -30,9 +30,10 @@ "url": "https://www.reddit.com/r/Angular2/" }, "angular-devto" : { + "desc": "Read and share content and chat about Angular on DEV Community.", "url": "https://dev.to/t/angular", "rev": true, - "title": "Read and share content and chat about Angular on DEV Community." + "title": "DEV Community" } } },