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 /php | |
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 'php')
-rw-r--r-- | php/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/README.md b/php/README.md index 2914e663061..669e471709c 100644 --- a/php/README.md +++ b/php/README.md @@ -334,6 +334,6 @@ 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/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/ice-builder-visualstudio |