소스 검색

Update nodejs_web_app.rst

the address of epel rpm has change to http://dl.fedoraproject....
zqh 11 년 전
부모
커밋
853c5e258f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/examples/nodejs_web_app.rst

+ 1 - 1
docs/sources/examples/nodejs_web_app.rst

@@ -91,7 +91,7 @@ To install the right package for CentOS, we’ll use the instructions from the
 .. code-block:: bash
 
     # Enable EPEL for Node.js
-    RUN     rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
+    RUN     rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
     # Install Node.js and npm
     RUN     yum install -y npm