Skip to content

Commit 728af6a

Browse files
committed
fix(ch4): fix broken link
fix #238
1 parent f1651ae commit 728af6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ch4_AdvancedPromises/promise-sequence.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ forループの場合と同じように<<promise-chain, Promise chain>>を繋げ
9191
`Array.prototype.reduce` については詳しくは以下を参照して下さい。
9292
9393
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce[Array.prototype.reduce() - JavaScript | MDN]
94-
* http://glide.so/azu/6919649[azu / Array.prototype.reduce Dance - Glide]
94+
* http://azu.github.io/slide/JSGohan/reduce.html[Array.prototype.reduce Dance]
9595
=====
9696

9797
forループと異なる点は、一時変数としての `promise` が不要になることに伴い、

0 commit comments

Comments
 (0)