From 853c5e258fc9a3d8420e62aaed4817179073610a Mon Sep 17 00:00:00 2001 From: zqh Date: Sun, 16 Mar 2014 01:07:22 +0800 Subject: [PATCH] Update nodejs_web_app.rst the address of epel rpm has change to http://dl.fedoraproject.... --- docs/sources/examples/nodejs_web_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/nodejs_web_app.rst b/docs/sources/examples/nodejs_web_app.rst index 68c073da7b..a9e9b1c5e3 100644 --- a/docs/sources/examples/nodejs_web_app.rst +++ b/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