From 4bd6fca4ef126c70ab2d6efca9878c3df874aa87 Mon Sep 17 00:00:00 2001 From: JiaLiPassion Date: Fri, 21 Jun 2019 12:29:33 +0900 Subject: [PATCH] docs: fix typo of zone.js README.md (#31178) PR Close #31178 --- packages/zone.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zone.js/README.md b/packages/zone.js/README.md index a623701602..2188bd9b6e 100644 --- a/packages/zone.js/README.md +++ b/packages/zone.js/README.md @@ -24,7 +24,7 @@ You can think of it as [thread-local storage](http://en.wikipedia.org/wiki/Threa See this video from ng-conf 2014 for a detailed explanation: -[![screenshot of the zone.js presentation and ng-conf 2014](/presentation.png)](//www.youtube.com/watch?v=3IqtmUscE_U&t=150) +[![screenshot of the zone.js presentation and ng-conf 2014](./presentation.png)](//www.youtube.com/watch?v=3IqtmUscE_U&t=150) ## See also * [async-listener](https://github.com/othiym23/async-listener) - a similar library for node