---
man/html/guide.html | 2 +-
scripts/spin-rawhide | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/html/guide.html b/man/html/guide.html
index 08a26a2..fcb2dee 100644
--- a/man/html/guide.html
+++ b/man/html/guide.html
@@ -531,7 +531,7 @@ This example shows a PMIE script, checks its syntax, runs
it against an archive,
<UL>
<LI>Slightly more complex examples are the pmiostat, pmatop, pmcollectl
commands.</LI>
</UL></LI>
-<LI>The applications in the <A
HREF="http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp-webjs.git">pcp-webjs</A>
source tree are helpful when developing new web applications.</LI>
+<LI>The applications in the <A
HREF="https://github.com/performancecopilot/pcp-webjs">pcp-webjs</A> source
tree are helpful when developing new web applications.</LI>
</UL>
<a name="next"></a>
diff --git a/scripts/spin-rawhide b/scripts/spin-rawhide
index 663201d..a758a28 100755
--- a/scripts/spin-rawhide
+++ b/scripts/spin-rawhide
@@ -83,7 +83,7 @@ git archive --prefix=pcp-$CHANGELOG_VERSION/ -o
../pcp/pcp-$CHANGELOG_VERSION-$G
# if $PCP_WEB_JS is empty, then we don't need to git archive it seperately.
if [ ! -z $PCP_WEB_JS ]; then
cd ..
- git clone git://git.pcp.io/pcp-webjs.git pcp-webjs
+ git clone https://github.com/performancecopilot/pcp-webjs pcp-webjs
cd pcp-webjs
git archive --prefix=pcp-webjs/ -o ../pcp/$PCP_WEB_JS HEAD
fi
--
1.7.1
|