aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools/doc/overview.edoc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-04-09 10:17:03 +0200
committerHans Bolinder <[email protected]>2019-04-11 09:06:13 +0200
commite176ee0b10ae8d846ac0867576b1fd77ec397fa2 (patch)
tree2f1230081e3c2542f82037b72062a8ecc7d29dfd /lib/syntax_tools/doc/overview.edoc
parent8487c67c2e5738d05a49f110be21b9ff8943a4c9 (diff)
downloadotp-e176ee0b10ae8d846ac0867576b1fd77ec397fa2.tar.gz
otp-e176ee0b10ae8d846ac0867576b1fd77ec397fa2.tar.bz2
otp-e176ee0b10ae8d846ac0867576b1fd77ec397fa2.zip
syntax_tools: Fix doc link
A link that used to work for 'make edocs' only, now works for 'make release_docs' and on erlang.org as well.
Diffstat (limited to 'lib/syntax_tools/doc/overview.edoc')
-rw-r--r--lib/syntax_tools/doc/overview.edoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/overview.edoc b/lib/syntax_tools/doc/overview.edoc
index 3111633a99..7be96f1a55 100644
--- a/lib/syntax_tools/doc/overview.edoc
+++ b/lib/syntax_tools/doc/overview.edoc
@@ -26,7 +26,7 @@ library module {@link prettypr}: this is a powerful and flexible generic
pretty printing library, which is also distributed separately.
For a short demonstration of parsing and pretty-printing, simply
-compile the included module <a href="../examples/demo.erl">`demo.erl'</a>,
+compile the included module <a href="demo.erl">`demo.erl'</a>,
and execute `demo:run()' from the Erlang shell. It will compile the
remaining modules and give you further instructions.