summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-25 18:30:56 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-25 18:30:56 +0100
commit961b2a7b155a23daa95467ae3b2ee6a7bc3cb884 (patch)
treed62b90aa4273487dcd9d9a9e28a566ef68814e76 /TAO/docs
parent5269a3f118eea92b56087334e6282713aec9e473 (diff)
downloadATCD-961b2a7b155a23daa95467ae3b2ee6a7bc3cb884.tar.gz
Fix broken links and some doxygen enhancements
* ACE/ACE-INSTALL.html: * ACE/ACEXML/common/URL_Addr.h: * ACE/examples/Web_Crawler/URL_Addr.h: * TAO/docs/releasenotes/index.html:
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/releasenotes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 6ddcae06f14..27a13d74f94 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -337,7 +337,7 @@ emulation through ACE_U_LongLong.</li>
<li>
Perfect Hashed Operation Lookup Strategy has been added to the IDL Compiler.
-P flag to <tt>tao_idl</tt> enables the perfect hased lookup strategy.
-This strategy uses <a href="http://www.cs.wustl.edu/~schmidt/gperf.ps.gz">GPERF</a>,
+This strategy uses <a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf">GPERF</a>,
the GNU's Perfect Hash Function Generator written by Dr.Douglas C. Schmidt.
Right now, GPERF works only on Solaris. Any work on porting GPERF to other
platforms will be highly appreciated.</L1></li>