Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c2339c1

Browse files
kylerobwardbell
authored andcommitted
docs(glossary): promises point to dead link, update to mozilla link
closes #1365
1 parent e9dd633 commit c2339c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,8 @@ include _util-fns
683683

684684
The browser DOM and JavaScript have a limited number
685685
of asynchronous activities, activities such as DOM events (e.g., clicks),
686-
[promises](#promise), and
686+
[promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
687+
Promise), and
687688
[XHR](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest)
688689
calls to remote servers.
689690

0 commit comments

Comments
 (0)