summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9294e7cc8fb..ae1346f8e2a 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,13 @@
# ACE/TAO #
-See [Douglas C. Schmidt website](http://www.dre.vanderbilt.edu/~schmidt) for more information about ACE/TAO. The quality of ACE/TAO is monitored through our distributed [scoreboard](http://www.dre.vanderbilt.edu/scoreboard/)
+See [Douglas C. Schmidt website](https://www.dre.vanderbilt.edu/~schmidt) for more information about ACE/TAO. The quality of ACE/TAO is monitored through our distributed [scoreboard](https://www.dre.vanderbilt.edu/scoreboard/)
-[ACE](http://www.dre.vanderbilt.edu/~schmidt/ACE.html) is a C++ framework for implementing distributed and
-networked applications, [TAO](http://www.dre.vanderbilt.edu/~schmidt/TAO.html) is a C++
-implementation of the OMG's [CORBA](http://www.omg.org/spec/CORBA/) standard. The main home page
-is [here](http://www.dre.vanderbilt.edu/~schmidt/). Mailing lists are
-available [here](http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html).
+[ACE](https://www.dre.vanderbilt.edu/~schmidt/ACE.html) is a C++ framework for implementing distributed and
+networked applications, [TAO](https://www.dre.vanderbilt.edu/~schmidt/TAO.html) is a C++
+implementation of the OMG's [CORBA](https://www.omg.org/spec/CORBA/) standard. The main home page
+is [here](https://www.dre.vanderbilt.edu/~schmidt/). Mailing lists are
+available [here](https://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html).
+
+[TAOX11][https://www.taox11.org] is an open source implementation of the IDL to C++11 language mapping
+which builds on the core of TAO.