Skip to content

Commit 4f7a085

Browse files
committed
globally replace old NRL URL with new
http://www.nrl.navy.mil/itd/ncs/products/core (Boeing r1803)
1 parent adfaaf7 commit 4f7a085

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project site (1) is a good source of introductory information, with a manual,
99
screenshots, and demos about this software. Also a supplemental
1010
Google Code page (2) hosts a wiki, blog, bug tracker, and quickstart guide.
1111

12-
1. http://cs.itd.nrl.navy.mil/work/core/
12+
1. http://www.nrl.navy.mil/itd/ncs/products/core
1313
2. http://code.google.com/p/coreemu/
1414

1515

daemon/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Top-level Python package containing CORE components.
77
8-
See http://cs.itd.nrl.navy.mil/work/core/ and
8+
See http://www.nrl.navy.mil/itd/ncs/products/core and
99
http://code.google.com/p/coreemu/ for more information on CORE.
1010
1111
Pieces can be imported individually, for example

daemon/core/services/nrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
'''
99
nrl.py: defines services provided by NRL protolib tools hosted here:
10-
http://cs.itd.nrl.navy.mil/products/
10+
http://www.nrl.navy.mil/itd/ncs/products
1111
'''
1212

1313
from core.service import CoreService, addservice

daemon/ns3/corens3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Python package containing CORE components for use
77
with the ns-3 simulator.
88
9-
See http://cs.itd.nrl.navy.mil/work/core/ and
9+
See http://www.nrl.navy.mil/itd/ncs/products/core and
1010
http://code.google.com/p/coreemu/ for more information on CORE.
1111
1212
Pieces can be imported individually, for example

daemon/ns3/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
glob.glob("examples/*.py")),
2121
],
2222
description = "Python ns-3 components of CORE",
23-
url = "http://cs.itd.nrl.navy.mil/work/core/",
23+
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
2424
author = "Boeing Research & Technology",
2525
author_email = "[email protected]",
2626
license = "GPLv2",

daemon/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
glob.glob("examples/myservices/*")),
3939
],
4040
description = "Python components of CORE",
41-
url = "http://cs.itd.nrl.navy.mil/work/core/",
41+
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
4242
author = "Boeing Research & Technology",
4343
author_email = "[email protected]",
4444
license = "BSD",

daemon/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Linux network namespaces",
2323
data_files = [("sbin", ('vcmd', 'vnoded', 'netns')), ],
2424
ext_modules = [netns, vcmd],
25-
url = "http://cs.itd.nrl.navy.mil/work/core/",
25+
url = "http://www.nrl.navy.mil/itd/ncs/products/core",
2626
author = "Boeing Research & Technology",
2727
author_email = "[email protected]",
2828
license = "BSD",

gui/initgui.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@ menu .menubar.session -tearoff 1
596596
#
597597
menu .menubar.help -tearoff 0
598598
.menubar.help add command -label "Online manual (www)" -command \
599-
"_launchBrowser http://pf.itd.nrl.navy.mil/core/core-html/"
599+
"_launchBrowser http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/"
600600
.menubar.help add command -label "CORE website (www)" -command \
601-
"_launchBrowser http://cs.itd.nrl.navy.mil/work/core/index.php"
601+
"_launchBrowser http://www.nrl.navy.mil/itd/ncs/products/core"
602602
.menubar.help add command -label "Mailing list (www)" -command \
603603
"_launchBrowser http://pf.itd.nrl.navy.mil/mailman/listinfo/core-users"
604604
.menubar.help add command -label "About" -command popupAbout

packaging/bsd/core.pkgdesclong

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
The Common Open Research Emulator (CORE) is a tool that allows you to emulate entire networks on a FreeBSD or Linux machine. You can connect these emulated networks to live networks (or to additional emulated networks) via the machine's physical interfaces. This package contains CORE userspace components for easily drawing topologies that drive lightweight virutalized network stacks.
22

3-
WWW: http://cs.itd.nrl.navy.mil/work/core/index.php
3+
WWW: http://www.nrl.navy.mil/itd/ncs/products/core

packaging/deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Jeff Ahrenholz <[email protected]>
55
Standards-Version: 3.8.4
66
Build-Depends: debhelper (>= 9), cdbs, autoconf, automake, gcc, libev-dev, make, python-dev, libreadline-dev, bridge-utils, ebtables, iproute, imagemagick, pkg-config, help2man
77
# python-sphinx
8-
Homepage: http://cs.itd.nrl.navy.mil/work/core/index.php
8+
Homepage: http://www.nrl.navy.mil/itd/ncs/products/core
99

1010
Package: core-daemon
1111
Architecture: any

0 commit comments

Comments
 (0)