diff options
author | Jose <jose@zeroc.com> | 2019-08-05 13:34:19 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-08-05 13:36:13 +0200 |
commit | eba984f3dc486e71ea3b1357841f9842e58f7033 (patch) | |
tree | fbe7f24488981dcc1a974a3e4734a33e137e79db /cpp/doxygen | |
parent | Fix version in zeroc.ice.net.csproj (diff) | |
download | ice-eba984f3dc486e71ea3b1357841f9842e58f7033.tar.bz2 ice-eba984f3dc486e71ea3b1357841f9842e58f7033.tar.xz ice-eba984f3dc486e71ea3b1357841f9842e58f7033.zip |
Fix doc.zeroc.com URLs - Close #457
Diffstat (limited to 'cpp/doxygen')
-rw-r--r-- | cpp/doxygen/mainpage-cpp11.md | 2 | ||||
-rw-r--r-- | cpp/doxygen/mainpage-cpp98.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/doxygen/mainpage-cpp11.md b/cpp/doxygen/mainpage-cpp11.md index 2d3f203eacc..4a7e79feaf8 100644 --- a/cpp/doxygen/mainpage-cpp11.md +++ b/cpp/doxygen/mainpage-cpp11.md @@ -4,6 +4,6 @@ Overview This is the API reference for the C++11 mapping. We provide a [tag file](../icecpp11.tag) if you would like to include links to this documentation in your own Doxygen projects. -Refer to the [Ice Manual](https://doc.zeroc.com/display/Ice37/Ice+Manual) for more +Refer to the [Ice Manual](https://doc.zeroc.com/ice/3.7/introduction) for more information on the C++11 mapping. An API reference for the [C++98 mapping](../cpp98/index.html) is also available. diff --git a/cpp/doxygen/mainpage-cpp98.md b/cpp/doxygen/mainpage-cpp98.md index e99625cb8d5..a11f82e53a4 100644 --- a/cpp/doxygen/mainpage-cpp98.md +++ b/cpp/doxygen/mainpage-cpp98.md @@ -4,6 +4,6 @@ Overview This is the API reference for the C++98 mapping. We provide a [tag file](../icecpp98.tag) if you would like to include links to this documentation in your own Doxygen projects. -Refer to the [Ice Manual](https://doc.zeroc.com/display/Ice37/Ice+Manual) for more +Refer to the [Ice Manual](https://doc.zeroc.com/ice/3.7/introduction) for more information on the C++98 mapping. An API reference for the [C++11 mapping](../cpp11/index.html) is also available. |