소스 검색

corrected a link.

Tomi Cvetic 8 년 전
부모
커밋
ca1a786f35
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      LearnRedux/Videos.md

+ 2 - 2
LearnRedux/Videos.md

@@ -197,7 +197,7 @@ export default rootReducer
     ```
     ```
 
 
 ## Video 13: Displaying the Single Photo Component
 ## Video 13: Displaying the Single Photo Component
-* Polyfills are new ES6 functions cross compiled for old browsers through Babel. [Example for findIndex()][1]
+* Polyfills are new ES6 functions cross compiled for old browsers through Babel. [Example for findIndex()]
 * You can use `findIndex()` to get a certain element of an array
 * You can use `findIndex()` to get a certain element of an array
     
     
     ```jsx
     ```jsx
@@ -209,6 +209,6 @@ export default rootReducer
         ...
         ...
     }
     }
     ```
     ```
-[1](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex#Polyfill)
+[Example for findIndex()]: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex#Polyfill
 
 
 ## Video 14: Displaying and Adding Comments
 ## Video 14: Displaying and Adding Comments