소스 검색

Fix react link (#3667)

Vidar Tonaas Fauske 7 년 전
부모
커밋
289707a67c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/source/developer/virtualdom.rst

+ 1 - 1
docs/source/developer/virtualdom.rst

@@ -12,7 +12,7 @@ In situations where these feature are needed, we recommend using
 Phosphor's ``Widget`` class directly.
 
 The idea of virtual DOM rendering, which became popular in the
-`React <https://nodejs.org/en/>`__ community, is a very elegant and
+`React <https://reactjs.org/>`__ community, is a very elegant and
 efficient way of rendering and updating DOM content in response to
 model/state changes.