summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:51:54 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 12:51:54 +0100
commit7952d72522dccd2fdb135b9c729ca0b8c3e0baa5 (patch)
treee4aa25e3e25aeb741d4f5743b66761e7662a6ff8
parentf942d55ac692343086cd6c3d3d0ac5477714dbb6 (diff)
downloadATCD-7952d72522dccd2fdb135b9c729ca0b8c3e0baa5.tar.gz
Fixed broken links
-rw-r--r--ACE/ACE-INSTALL.html2
-rw-r--r--ACE/docs/ACE-bug-process.html9
-rw-r--r--ACE/docs/index.html7
3 files changed, 9 insertions, 9 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index f63ed826935..e05572f09c2 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -1875,7 +1875,7 @@ Here's what you need to do:<p>
file. During your editing, you should update information (such as the
default service port numbers) that affects the initialization of
services in this file. Refer to the
- <a href="http://www.cs.wustl.edu/%7Eschmidt/ACE_wrappers/ACE-papers.html#config">Service Configurator</a>
+ <a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-papers.html#config">Service Configurator</a>
documentation to learn how the configuration file is parsed and
how the services are dynamically linked and executed. In
addition, refer to the <a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-netsvcs.html">Network
diff --git a/ACE/docs/ACE-bug-process.html b/ACE/docs/ACE-bug-process.html
index d727320f420..bb1c6518591 100644
--- a/ACE/docs/ACE-bug-process.html
+++ b/ACE/docs/ACE-bug-process.html
@@ -17,9 +17,8 @@ considerably. While this increase is healthy, and a natural
consequence of the larger number of ACE, TAO, and CIAO users, it is
straining the resources of the researchers in the <A
HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-members-i.html">DOC
-group</A> at <A
-HREF="http://www.cs.wustl.edu/~schmidt/doc-center.html">Washington
-University</A>, <A HREF="http://zen.uci.edu">UC Irvine</A> and <A
+group</A> at Washington
+University, UC Irvine, and <A
HREF="http://www.dre.vanderbilt.edu">ISIS</A> to respond to all the
traffic immediately. Prompt bug fixes from the DOC group also
discourage the creation of a larger community of <A
@@ -131,7 +130,9 @@ support</a> companies for ACE+TAO.<P>
feature we'll try to respond as time permits, though we will also rely
on the experience of the open-source user community to field these
types of questions, as well. You should first check out the <A
-HREf="http://www.theaceorb.com/faq/">online FAQ</A> to see if your
+HREf="http://www.theaceorb.com/faq/">online FAQ</A> or
+<A HREF="https://www.remedy.nl/opensource/corbapg.html">CORBA Programmers Guide</A>
+to see if your
question has already been answered. If you require consulting support
for ACE, TAO, or CIAO, please contact one of the companies that
provides <A
diff --git a/ACE/docs/index.html b/ACE/docs/index.html
index 5250e652e07..929c5856ea8 100644
--- a/ACE/docs/index.html
+++ b/ACE/docs/index.html
@@ -43,10 +43,9 @@ ask. <P>
<h3>Technical Papers and Tutorials</h3>
<ul>
- <li><a href="http://www.dre.vanderbilt.edu/ACE-papers.html">Technical Papers</a> -
+ <li><a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
Postscript versions of many ACE papers.
<li>Tutorial on C++ Network Programming with Patterns, Frameworks, and ACE<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</a>
- <a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a>
<!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
<li><a href="ACE-FMM.html">ACE FMM</a> - ACE &quot;Frequently Made Mistakes&quot;
</ul>
@@ -59,7 +58,7 @@ ask. <P>
<li><a href="ACE-bug-process.html">Bug Fixing Policies</a> - Our policies for
handling bug reports about ACE, TAO, and CIAO.
<li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our
- Bugzilla bug tracking system.
+ old Bugzilla bug tracking system (we prefer <a href="https://github.com/DOCGroup/ACE_TAO">github</a> issues)
</ul>
@@ -71,7 +70,7 @@ ask. <P>
<li><a href="ACE-development-process.html">Development and Release Process</a> - The process we use
to develop and release the ACE, TAO, and CIAO software.
<li><a href="ACE-guidelines.html">Style Guide</a> - How to write
- compliant ACE, TOA, and CIAO code.
+ compliant ACE, TAO, and CIAO code.
<li><a href="ACE-porting.html">Porting</a> - What to do to port to a new platform.
<li><a href="exceptions.html">Exception Macros</a> - How to use the ACE TRY
macros properly (note that these macros are now deprecated).