diff options
author | Björn Gustavsson <[email protected]> | 2019-04-03 13:20:37 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-04-04 13:00:30 +0200 |
commit | b075fbda0ad0a711344011fb365b00acd5b64760 (patch) | |
tree | 080d8537cbd51a8230cb1cade6f8e0ae5b129c8c /erts/doc/src/communication.xml | |
parent | b51f61b5f32a28737d0b03a29f19f48f38e4db19 (diff) | |
download | otp-b075fbda0ad0a711344011fb365b00acd5b64760.tar.gz otp-b075fbda0ad0a711344011fb365b00acd5b64760.tar.bz2 otp-b075fbda0ad0a711344011fb365b00acd5b64760.zip |
Fix broken links
A multitude of broken links were found when a bug was fixed
in the link checker.
Diffstat (limited to 'erts/doc/src/communication.xml')
-rw-r--r-- | erts/doc/src/communication.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/communication.xml b/erts/doc/src/communication.xml index 7e18a73aa8..251b52dc65 100644 --- a/erts/doc/src/communication.xml +++ b/erts/doc/src/communication.xml @@ -64,7 +64,7 @@ a synchronous communication operation consists of two asynchronous signals; one request signal and one reply signal. An example of such a synchronous communication is a call to - <seealso marker="erlang:process_info/2"> + <seealso marker="erlang#process_info/2"> <c>erlang:process_info/2</c></seealso> when the first argument is not <c>self()</c>. The caller sends an asynchronous signal requesting information, and then |