summaryrefslogtreecommitdiff
path: root/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Refcounted_Auto_Ptr_Test.cpp')
-rw-r--r--ACE/tests/Refcounted_Auto_Ptr_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
index 6cff912cfa5..0609e204cfd 100644
--- a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
+++ b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
@@ -5,7 +5,7 @@
* This example tests the <ACE_Refcounted_Auto_Ptr> and illustrates
* how they may be dispersed between multiple threads using an
* implementation of the Active Object pattern, which is available
- * at <http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>.
+ * at <http://www.dre.vanderbilt.edu/~schmidt/PDF/Act-Obj.pdf>.
*
* @author Johnny Tucker <johnny_tucker@yahoo.com>
*/