diff options
author | Loïc Hoguin <[email protected]> | 2022-05-31 10:21:46 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2022-05-31 10:21:55 +0200 |
commit | 19494cb88953172fecbff7dd3fd7eba0713f6f42 (patch) | |
tree | 1a0dfdb00fc41b1c6d33f5691c572bb78ffe9f46 /doc | |
parent | 3184900799af7ad7c506a1d6744a186edab0bace (diff) | |
download | erlang.mk-19494cb88953172fecbff7dd3fd7eba0713f6f42.tar.gz erlang.mk-19494cb88953172fecbff7dd3fd7eba0713f6f42.tar.bz2 erlang.mk-19494cb88953172fecbff7dd3fd7eba0713f6f42.zip |
Fix XRef -> Xref in documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/guide/xref.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/xref.asciidoc b/doc/src/guide/xref.asciidoc index 2cfe2e0..07bf05e 100644 --- a/doc/src/guide/xref.asciidoc +++ b/doc/src/guide/xref.asciidoc @@ -76,7 +76,7 @@ to obtain all unresolved calls: $ make xref q=UC The query language is documented at the top of the -link:https://www.erlang.org/doc/man/xref.html[XRef manual page]. +link:https://www.erlang.org/doc/man/xref.html[Xref manual page]. === Analysis scope |