Skip to content

Commit

Permalink
Change some URLs over to www.candelatech.com/xorp.ct
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Greear <greearb@candelatech.com>
  • Loading branch information
greearb committed Jun 2, 2010
1 parent 93c645e commit 22f78ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -145,10 +145,10 @@ You may also wish to try this script to create a tar.gz install package:
In general, configuration and startup of the various XORP processes are
normally meant to happen via the router manager (rtrmgr), so please
refer first to the XORP configuration guide:
http://www.xorp.org/getting_started.html
http://www.candelatech.com/xorp.ct/getting_started.html

For additional information see the user documentation:
http://www.xorp.org/releases/current/docs/user_manual/user_manual.pdf
http://www.candelatech.com/xorp.ct/releases/current/docs/user_manual/user_manual.pdf
and docs/user_manual.


Expand Down Expand Up @@ -320,7 +320,7 @@ The core team currently consists of:
8. Additional information
=========================

* WWW: http://www.candelatech.com/oss/xorp-ct.html
* WWW: http://www.candelatech.com/xorp.ct/
* WWW: http://www.xorp.org/

* Source code and binary distribution access:
Expand Down
8 changes: 4 additions & 4 deletions www/GNUmakefile
Expand Up @@ -13,11 +13,11 @@ $(DSTDIR)/%.html: $(SRCDIR)/%.html $(SCRIPTS) xorp.css
check: $(TARGETS)
@for i in $(TARGETS) ; do xmllint --valid --html --noout $$i && echo $$i passed. ; done

install-www: all
rsync -avz --delete --exclude=.svn/ ./ www.xorp.org:/var/www/xorp.org/www.xorp.org/
#install-www: all
# rsync -avz --delete --exclude=.svn/ ./ www.xorp.org:/var/www/xorp.org/www.xorp.org/

install-test: all
rsync -avz --delete --exclude=.svn/ ./ www.xorp.org:/var/www/xorp.org/test.xorp.org/
#install-test: all
# rsync -avz --delete --exclude=.svn/ ./ www.xorp.org:/var/www/xorp.org/test.xorp.org/

clean:
rm -rf $(TARGETS)
2 changes: 1 addition & 1 deletion www/scripts/XorpOrgGenerator.py
Expand Up @@ -107,7 +107,7 @@ def write_search_form():
close_div("search")

def write_google_tracker():
print """<script src="http://www.xorp.org/scripts/tagga.js" type="text/javascript"></script>
print """<script src="scripts/tagga.js" type="text/javascript"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
Expand Down

0 comments on commit 22f78ac

Please sign in to comment.