From 79181b3db087d6ea6ff0aa4ae2cb3f4970f76609 Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Wed, 14 Jul 2021 22:51:42 +0500 Subject: [PATCH] fix:link fix for the yellowdig general documentation --- openedx/core/djangoapps/discussions/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/discussions/models.py b/openedx/core/djangoapps/discussions/models.py index ed931ca102..dd8682e9e7 100644 --- a/openedx/core/djangoapps/discussions/models.py +++ b/openedx/core/djangoapps/discussions/models.py @@ -128,7 +128,7 @@ AVAILABLE_PROVIDER_MAP = { 'external_links': ProviderExternalLinks( 'https://www.youtube.com/watch?v=ZACief-qMwY', '', - 'https://hubs.ly/H0J5Bn7', + 'https://hubs.ly/H0J5Bn70', '', 'learnmore@yellowdig.com', )._asdict(),