Skip to content

Commit 56d0180

Browse files
author
Kuniwak
committed
Fix link
1 parent e37babf commit 56d0180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ button 要素に addEventListener すればよいように
783783
リンクなどによる画面遷移がおこなわれる
784784

785785

786-
[<img src="http://www.w3.org/TR/DOM-Level-3-Events/images/eventflow.svg" style="background-color:white" height="500px">](http://www.w3.org/TR/DOM-Level-3-Events/#event-flow)
786+
[<img src="http://www.w3.org/TR/DOM-Level-3-Events/eventflow.svg" style="background-color:white" height="500px">](http://www.w3.org/TR/DOM-Level-3-Events/#event-flow)
787787

788788

789789
先ほどのボタンの例では、img 要素の
@@ -963,7 +963,7 @@ fetch('/api/foo')
963963
- [Promise に関する参考情報](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise)
964964
- [Promise 参考情報(重量級)](http://azu.github.io/promises-book/)
965965
- [fetch API に関する参考情報](https://github.com/github/fetch)
966-
- [Github API に関する参考情報](https://developer.github.com/v3/search/)
966+
- [Github API に関する参考情報](https://developer.github.com/v3/)
967967

968968

969969

0 commit comments

Comments
 (0)