Explorar o código

fix async/await link

Gregg Tavares %!s(int64=6) %!d(string=hai) anos
pai
achega
4cfb72669c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      threejs/lessons/threejs-prerequisites.md

+ 1 - 1
threejs/lessons/threejs-prerequisites.md

@@ -236,7 +236,7 @@ use promises.
 
 It's too big a topic to go into here but you can [read up
 on promises here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)
-and [async/await here]().
+and [async/await here](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await).
 
 ### Use Template Literals