diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README.md | 4 | ||||
-rw-r--r-- | cpp/doxygen/mainpage-cpp11.md | 2 | ||||
-rw-r--r-- | cpp/doxygen/mainpage-cpp98.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cpp/README.md b/cpp/README.md index 81a1e09bf61..b0cc6b2c3af 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -524,8 +524,8 @@ python allTests.py --uwp --controller-app --platform x64 --config Release If everything worked out, you should see lots of `ok` messages. In case of a failure, the tests abort with `failed`. -[1]: https://zeroc.com/distributions/ice -[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.3 +[1]: https://zeroc.com/downloads/ice +[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-3 [3]: https://github.com/zeroc-ice/bzip2 [4]: https://libexpat.github.io [5]: https://symas.com/lightning-memory-mapped-database/ 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. |