summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-06-14 19:41:07 -0400
committerBernard Normier <bernard@zeroc.com>2017-06-14 19:41:07 -0400
commit29be602f72032a6a16c2be18a993db746bdc9140 (patch)
treee6ae18f934ad161139c685f7e068342f25aaa5ea
parentFixd references (diff)
downloadice-29be602f72032a6a16c2be18a993db746bdc9140.tar.bz2
ice-29be602f72032a6a16c2be18a993db746bdc9140.tar.xz
ice-29be602f72032a6a16c2be18a993db746bdc9140.zip
Updated URLs
-rw-r--r--cpp/BuildInstructionsLinux.md10
-rw-r--r--cpp/BuildInstructionsMacOS.md10
-rw-r--r--cpp/BuildInstructionsWindows.md8
-rw-r--r--csharp/BuildInstructions.md4
-rw-r--r--java-compat/BuildInstructions.md4
-rw-r--r--java-compat/android/BuildInstructions.md2
-rw-r--r--java/BuildInstructions.md4
-rw-r--r--java/android/BuildInstructions.md2
-rw-r--r--js/BuildInstructions.md2
-rw-r--r--objective-c/BuildInstructions.md4
-rw-r--r--php/BuildInstructionsLinuxMacOS.md2
-rw-r--r--php/BuildInstructionsWindows.md2
-rw-r--r--python/BuildInstructionsLinuxMacOS.md4
-rw-r--r--python/BuildInstructionsWindows.md4
-rw-r--r--ruby/BuildInstructionsLinuxMacOS.md4
15 files changed, 33 insertions, 33 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md
index 4c789483351..bdc92a081f7 100644
--- a/cpp/BuildInstructionsLinux.md
+++ b/cpp/BuildInstructionsLinux.md
@@ -143,10 +143,10 @@ For the C++11 mapping it also includes the `--c++11` argument:
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
-[1]: https://doc.zeroc.com/display/Ice37/Using+the+Linux+Binary+Distributions
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://doc.zeroc.com/display/Rel/Using+the+Linux+Binary+Distributions+for+Ice+3.7.0
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: http://bzip.org
-[4]: http://expat.sourceforge.net
-[5]: http://symas.com/mdb/
+[4]: https://libexpat.github.io
+[5]: https://symas.com/lightning-memory-mapped-database/
[6]: https://github.com/zeroc-ice/mcpp
-[7]: http://openssl.org
+[7]: https://www.openssl.org/
diff --git a/cpp/BuildInstructionsMacOS.md b/cpp/BuildInstructionsMacOS.md
index d86502c04ef..6cee5e069a6 100644
--- a/cpp/BuildInstructionsMacOS.md
+++ b/cpp/BuildInstructionsMacOS.md
@@ -124,10 +124,10 @@ For the C++11 mapping it also includes the `--c++11` argument:
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
-[1]: https://doc.zeroc.com/display/Ice37/Using+the+macOS+Binary+Distribution
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://doc.zeroc.com/display/Rel/Using+the+macOS+Binary+Distribution+for+Ice+3.7.0
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: http://bzip.org
-[4]: http://expat.sourceforge.net
-[5]: http://symas.com/mdb/
+[4]: https://libexpat.github.io
+[5]: https://symas.com/lightning-memory-mapped-database/
[6]: https://github.com/zeroc-ice/mcpp
-[7]: http://brew.sh
+[7]: https://brew.sh
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md
index b08c89425b2..4f85443e564 100644
--- a/cpp/BuildInstructionsWindows.md
+++ b/cpp/BuildInstructionsWindows.md
@@ -175,11 +175,11 @@ controller. Use the following command to start the test controller:
In the "Ice Test Suite" Windows Store application, select the Server language
mapping and Protocol you want to use.
-[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://zeroc.com/distributions/ice
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: http://bzip.org
-[4]: http://expat.sourceforge.net
-[5]: http://symas.com/mdb/
+[4]: https://libexpat.github.io
+[5]: https://symas.com/lightning-memory-mapped-database/
[6]: https://github.com/zeroc-ice/mcpp
[7]: https://www.nuget.org
[8]: https://github.com/zeroc-ice/ice-builder-visualstudio
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md
index c745bfc04bf..23f7dcc4149 100644
--- a/csharp/BuildInstructions.md
+++ b/csharp/BuildInstructions.md
@@ -77,6 +77,6 @@ To create a NuGet package for the distribution, use the following command:
This will create `zeroc.ice.net\zeroc.ice.net.nupkg`.
-[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://zeroc.com/distributions/ice
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: https://github.com/zeroc-ice/ice-builder-visualstudio
diff --git a/java-compat/BuildInstructions.md b/java-compat/BuildInstructions.md
index 5116312cb53..50622c77851 100644
--- a/java-compat/BuildInstructions.md
+++ b/java-compat/BuildInstructions.md
@@ -36,7 +36,7 @@ version 2.4 in the distribution. You cannot build the Ice for Java source
distribution without an Internet connection. Gradle will download all required
packages automatically from ZeroC's Maven repository located at
- http://repo.zeroc.com/nexus/content/repositories/thirdparty
+ https://repo.zeroc.com/nexus/content/repositories/thirdparty
### Bzip2 Compression
@@ -145,4 +145,4 @@ 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.0
-[3]: http://gradle.org
+[3]: https://gradle.org
diff --git a/java-compat/android/BuildInstructions.md b/java-compat/android/BuildInstructions.md
index b327f445060..918f34189dc 100644
--- a/java-compat/android/BuildInstructions.md
+++ b/java-compat/android/BuildInstructions.md
@@ -119,4 +119,4 @@ Where `--avd` is set to the Android emulator image you want to use. You can list
the available image names in your host by using `emulator -list-avds`. Images
can be created using Android Studio.
-[1]: https://zeroc.com/download.html
+[1]: https://zeroc.com/distributions/ice
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index eb83194f411..b66000911ad 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -43,7 +43,7 @@ distribution without an Internet connection. Gradle will download all required
distribution without an Internet connection. Gradle will download all required
packages automatically from ZeroC's Maven repository located at
- http://repo.zeroc.com/nexus/content/repositories/thirdparty
+ https://repo.zeroc.com/nexus/content/repositories/thirdparty
### Bzip2 Compression
@@ -197,5 +197,5 @@ You can start the IceGrid GUI tool by double-clicking the IceGrid GUI icon in Fi
[1]: https://zeroc.com/distributions/ice
[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
-[3]: http://gradle.org
+[3]: https://gradle.org
[4]: http://proguard.sourceforge.net
diff --git a/java/android/BuildInstructions.md b/java/android/BuildInstructions.md
index 3c0c67b8940..12f8246c86f 100644
--- a/java/android/BuildInstructions.md
+++ b/java/android/BuildInstructions.md
@@ -121,4 +121,4 @@ Where `--avd` is set to the Android emulator image you want to use. You can list
the available image names in your host by using `emulator -list-avds`. Images
can be created using Android Studio.
-[1]: https://zeroc.com/download.html
+[1]: https://zeroc.com/distributions/ice
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md
index 47b154cff76..cfbd90f7271 100644
--- a/js/BuildInstructions.md
+++ b/js/BuildInstructions.md
@@ -148,4 +148,4 @@ This will generate the file `ice-3.7.0.tgz`, which can be installed by running:
To use Ice for JavaScript with a browser, copy the appropriate JavaScript
library files located in the `lib` directory to your web server.
-[1]: https://zeroc.com/download.html
+[1]: https://zeroc.com/distributions/ice
diff --git a/objective-c/BuildInstructions.md b/objective-c/BuildInstructions.md
index 582c6529b6c..67d793612e2 100644
--- a/objective-c/BuildInstructions.md
+++ b/objective-c/BuildInstructions.md
@@ -70,5 +70,5 @@ This command is equivalent to:
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
-[1]: https://doc.zeroc.com/display/Ice37/Using+the+macOS+Binary+Distribution
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://doc.zeroc.com/display/Rel/Using+the+macOS+Binary+Distribution+for+Ice+3.7.0
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
diff --git a/php/BuildInstructionsLinuxMacOS.md b/php/BuildInstructionsLinuxMacOS.md
index ec97ecbfcc5..32beb861809 100644
--- a/php/BuildInstructionsLinuxMacOS.md
+++ b/php/BuildInstructionsLinuxMacOS.md
@@ -186,4 +186,4 @@ The enclosing directory also needs to be accessible. For example:
# chcon -R -t httpd_sys_content_t /opt/MyApp/slice
[1]: https://zeroc.com/distributions/ice
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
diff --git a/php/BuildInstructionsWindows.md b/php/BuildInstructionsWindows.md
index 0c70930ac26..d618d4d4b96 100644
--- a/php/BuildInstructionsWindows.md
+++ b/php/BuildInstructionsWindows.md
@@ -154,4 +154,4 @@ 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.0
-[3]: https://github.com/zeroc-ice/ice-builder-visualstudio \ No newline at end of file
+[3]: https://github.com/zeroc-ice/ice-builder-visualstudio
diff --git a/python/BuildInstructionsLinuxMacOS.md b/python/BuildInstructionsLinuxMacOS.md
index 13bba321f96..12d30199f14 100644
--- a/python/BuildInstructionsLinuxMacOS.md
+++ b/python/BuildInstructionsLinuxMacOS.md
@@ -55,5 +55,5 @@ After a successful build, you can run the tests as follows:
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/download.html
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://zeroc.com/distributions/ice
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
diff --git a/python/BuildInstructionsWindows.md b/python/BuildInstructionsWindows.md
index 7bd9414ab39..ef6fdb4b4f1 100644
--- a/python/BuildInstructionsWindows.md
+++ b/python/BuildInstructionsWindows.md
@@ -105,6 +105,6 @@ After a successful build, you can run the tests as follows:
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/download.html
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://zeroc.com/distributions/ice
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0
[3]: https://github.com/zeroc-ice/ice-builder-visualstudio
diff --git a/ruby/BuildInstructionsLinuxMacOS.md b/ruby/BuildInstructionsLinuxMacOS.md
index 6e224330838..bf4487dc967 100644
--- a/ruby/BuildInstructionsLinuxMacOS.md
+++ b/ruby/BuildInstructionsLinuxMacOS.md
@@ -142,5 +142,5 @@ command:
SELINUX=disabled
-[1]: https://zeroc.com/download.html
-[2]: https://doc.zeroc.com/display/Ice37/Supported+Platforms+for+Ice+3.7.0
+[1]: https://zeroc.com/distributions/ice
+[2]: https://doc.zeroc.com/display/Rel/Supported+Platforms+for+Ice+3.7.0