diff options
author | Björn Gustavsson <[email protected]> | 2019-04-05 10:25:57 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-05 10:25:57 +0200 |
commit | 041de278a8b8639d5fc975218c39226be3bf1e16 (patch) | |
tree | 6013a74a9f260b6e8a95a82c05d75d7049e53cff /system/doc/tutorial | |
parent | 6385d434ffb882840ab0326ec892d9aa6ff25f50 (diff) | |
parent | b075fbda0ad0a711344011fb365b00acd5b64760 (diff) | |
download | otp-041de278a8b8639d5fc975218c39226be3bf1e16.tar.gz otp-041de278a8b8639d5fc975218c39226be3bf1e16.tar.bz2 otp-041de278a8b8639d5fc975218c39226be3bf1e16.zip |
Merge branch 'bjorn/doc/fix-broken-links'
* bjorn/doc/fix-broken-links:
Fix broken links
Diffstat (limited to 'system/doc/tutorial')
-rw-r--r-- | system/doc/tutorial/overview.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/doc/tutorial/overview.xml b/system/doc/tutorial/overview.xml index 255c22f2c1..bd652b1e4b 100644 --- a/system/doc/tutorial/overview.xml +++ b/system/doc/tutorial/overview.xml @@ -245,13 +245,13 @@ Term = binary_to_term(Binary)</pre> </section> <section> - <title>IC</title> + <title>IC and CORBA</title> <p>IC (Erlang IDL Compiler) is an interface generator that, given an IDL interface specification, automatically generates stub code in Erlang, C, or Java. See the IC User's Guide and IC Reference Manual.</p> - <p>For details, see the <seealso marker="ic:ic">ic</seealso> - manual page in IC.</p> + <p>For details, see the + <url href="https://github.com/erlang/corba">corba repository</url>.</p> </section> <section> |