summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-03-21 17:05:21 +0100
committerGitHub <noreply@github.com>2018-03-21 17:05:21 +0100
commit24c3d6c9d1491a1149d3d6d25e7466f434fb2249 (patch)
treee4cc701df6f084a2094a1ec862a53577de6aedd7
parent48f3e409094b0cf8c4beec67fc32d3fa8bba4967 (diff)
parent4e39b7db8eed8cddbb4ec1a97ae2870f842f7976 (diff)
downloadATCD-24c3d6c9d1491a1149d3d6d25e7466f434fb2249.tar.gz
Merge pull request #599 from jwillemsen/master
Documentation improvements and updated links
-rw-r--r--ACE/docs/index.html8
-rw-r--r--ACE/docs/msvc_notes.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/ACE/docs/index.html b/ACE/docs/index.html
index fde8d24d2ec..fac33571284 100644
--- a/ACE/docs/index.html
+++ b/ACE/docs/index.html
@@ -19,12 +19,12 @@ ask. <P>
<h3>ACE Documentation</h3>
<ul>
- <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</a> -
+ <li><a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-overview.html">Overview of ACE</a> -
a high-level view.
<li><A
- HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE online documentation</a>.
+ HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-documentation.html">ACE online documentation</a>.
<li><A
- <LI><A HREF="http://www.cs.wustl.edu/~schmidt/ACE/">Books on ACE</A>.
+ <LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE/">Books on ACE</A>.
</ul>
<hr>
@@ -43,7 +43,7 @@ ask. <P>
<h3>Technical Papers and Tutorials</h3>
<ul>
- <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
+ <li><a href="http://www.dre.vanderbilt.edu/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.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</a>
<a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a>
diff --git a/ACE/docs/msvc_notes.txt b/ACE/docs/msvc_notes.txt
index 6594fa079fc..65a48f01292 100644
--- a/ACE/docs/msvc_notes.txt
+++ b/ACE/docs/msvc_notes.txt
@@ -14,7 +14,7 @@ main two are Debug and Release. Debug produces libraries and
executables with debugging symbols and doesn't enable inlining. The
Release configuration enables optimizations and leaves out debugging
symbols. All projects contain both configurations. If you want to
-build static or mfc versions of th elibrary you need to use different
+build static or mfc versions of the library you need to use different
project and solution files. Project files with _Static extension
denote workspaces for building static libraries.
@@ -131,4 +131,4 @@ required. One thing you might notice is that TAO_IDL will display a message
if ACE_ROOT isn't set, but it is only a problem if the IDL file includes
<orb.idl> and you don't use -I to specify where orb.idl is.
-*/ \ No newline at end of file
+*/