From 9c9c5077908a705b31622ca661cf2aa7e3abad05 Mon Sep 17 00:00:00 2001 From: ddivad195 Date: Sun, 6 Oct 2019 21:56:47 +0100 Subject: [PATCH] resource: fix broken link in promise article --- src/content/resources/javascript/promises/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/javascript/promises/intro.md b/src/content/resources/javascript/promises/intro.md index ea2f1f7..850cada 100644 --- a/src/content/resources/javascript/promises/intro.md +++ b/src/content/resources/javascript/promises/intro.md @@ -5,7 +5,7 @@ created_at: 2019/07/26 updated_at: 2019/07/26 title: Introduction to Promises recommended_reading: - - javascript/callbacks + - javascript/callbacks/intro - javascript/es6/arrow-functions ---