summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 10:57:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 10:57:26 +0100
commite6d011fcaf792bdac1ea2f8912ae7f7820d98f19 (patch)
tree3265b2cc2873dde48465f960735cb5f2f6b35ddb
parentdcfe399129e863c8dc46c6635e2266260befc265 (diff)
downloadATCD-e6d011fcaf792bdac1ea2f8912ae7f7820d98f19.tar.gz
Fixed several broken links
* ACE/docs/ACE-categories.html: * ACE/docs/ACE-porting.html: * ACE/docs/exceptions.html: * ACE/examples/Bounded_Packet_Relay/README: * ACE/examples/Service_Configurator/IPC-tests/README: * ACE/tests/Bound_Ptr_Test.cpp:
-rw-r--r--ACE/docs/ACE-categories.html6
-rw-r--r--ACE/docs/ACE-porting.html2
-rw-r--r--ACE/docs/exceptions.html2
-rw-r--r--ACE/examples/Bounded_Packet_Relay/README2
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/README2
-rw-r--r--ACE/tests/Bound_Ptr_Test.cpp2
6 files changed, 8 insertions, 8 deletions
diff --git a/ACE/docs/ACE-categories.html b/ACE/docs/ACE-categories.html
index ece37091cdf..c1cb4998560 100644
--- a/ACE/docs/ACE-categories.html
+++ b/ACE/docs/ACE-categories.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
+<html>
<!-- -->
<head>
<title>ACE Class Categories</title>
@@ -11,7 +11,7 @@ link="#000fff"
vlink="#ff0f0f"
bgcolor="#ffffff">
-<HR><P>
+<HR><P>
<h3><a href = "http://www.dre.vanderbilt.edu/~schmidt/ACE.html">ACE</a> Class Categories</h3>
This document groups each file in <A
@@ -745,7 +745,7 @@ li>
<P><HR><P>
Back to the <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
+HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-documentation.html">ACE
documentation</A> page.
<!--#include virtual="/~schmidt/cgi-sig.html" -->
diff --git a/ACE/docs/ACE-porting.html b/ACE/docs/ACE-porting.html
index 92e8621ab4e..400f5452135 100644
--- a/ACE/docs/ACE-porting.html
+++ b/ACE/docs/ACE-porting.html
@@ -187,7 +187,7 @@ take advantage of if a compiler supports them:
<P><HR><P>
Back to the <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
+HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-documentation.html">ACE
documentation</A> page.<BR>
Back to <A HREF="index.html">ACE Documentation Home</A>.
diff --git a/ACE/docs/exceptions.html b/ACE/docs/exceptions.html
index 09f220076ae..efb72379902 100644
--- a/ACE/docs/exceptions.html
+++ b/ACE/docs/exceptions.html
@@ -646,7 +646,7 @@ Some of the problems that our macros are described below:
<P><HR><P>
Back to the <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
+HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-documentation.html">ACE
documentation</A> page.<BR>
Back to <A HREF="index.html">ACE Documentation Home</A>.
diff --git a/ACE/examples/Bounded_Packet_Relay/README b/ACE/examples/Bounded_Packet_Relay/README
index cbf683c9dae..5cf783cc2b8 100644
--- a/ACE/examples/Bounded_Packet_Relay/README
+++ b/ACE/examples/Bounded_Packet_Relay/README
@@ -176,7 +176,7 @@ The files for this example are located in
$ACE_ROOT/examples/Bounded_Packet_Relay in the latest release of ACE,
which is located at
-http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE.tar.gz
+https://github.com/DOCGroup/ACE_TAO
Source Files: Thread_Bounded_Packet_Relay.h
Thread_Bounded_Packet_Relay.cpp
diff --git a/ACE/examples/Service_Configurator/IPC-tests/README b/ACE/examples/Service_Configurator/IPC-tests/README
index 07627d82576..ffb4c11eb00 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/README
+++ b/ACE/examples/Service_Configurator/IPC-tests/README
@@ -7,7 +7,7 @@ communication mechanisms, the Reactor event demultiplexor, and the
Service Configurator dynamic service configuration framework. To gain
a deeper understanding of what is going on, you should read the the
Wrapper Facade, Reactor, and Component Configurator patterns in POSA2
-<http://www.cs.wustl.edu/~schmidt/POSA/> and check out the following
+<http://www.dre.vanderbilt.edu/~schmidt/POSA/> and check out the following
papers on the ACE framework components:
http://www.cs.wustl.edu/~schmidt/PDF/IPC_SAP-92.pdf
diff --git a/ACE/tests/Bound_Ptr_Test.cpp b/ACE/tests/Bound_Ptr_Test.cpp
index 08e15f74937..0147d14e1e3 100644
--- a/ACE/tests/Bound_Ptr_Test.cpp
+++ b/ACE/tests/Bound_Ptr_Test.cpp
@@ -6,7 +6,7 @@
* <ACE_Weak_Bound_Ptr> and illustrates how they may be dispersed
* between multiple threads using an implementation of the Active
* Object pattern, which is available in the POSA2 book
- * <http://www.cs.wustl.edu/~schmidt/POSA>.
+ * <http://www.dre.vanderbilt.edu/~schmidt/POSA>.
*
* @author Christopher Kohlhoff <chris@kohlhoff.com>
*/