diff options
author | Richard Carlsson <[email protected]> | 2015-07-08 23:40:26 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-23 20:20:49 +0100 |
commit | 31126f1d14ff5e68298a4fdad1796cddd041ef28 (patch) | |
tree | 41afdcf9dc50efe0ad39577ddd44dda9fbc86658 /lib/edoc/doc/overview.edoc | |
parent | f8606d6035dad6e6ca68eb13ef1f0d4c7f715d1a (diff) | |
download | otp-31126f1d14ff5e68298a4fdad1796cddd041ef28.tar.gz otp-31126f1d14ff5e68298a4fdad1796cddd041ef28.tar.bz2 otp-31126f1d14ff5e68298a4fdad1796cddd041ef28.zip |
Replace broken example URL
Diffstat (limited to 'lib/edoc/doc/overview.edoc')
-rw-r--r-- | lib/edoc/doc/overview.edoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/edoc/doc/overview.edoc b/lib/edoc/doc/overview.edoc index 3a2118928a..981320f1fc 100644 --- a/lib/edoc/doc/overview.edoc +++ b/lib/edoc/doc/overview.edoc @@ -276,11 +276,11 @@ The following tags can be used before a module declaration: ```%% @author Richard Carlsson''' ```%% @author Richard Carlsson <[email protected]> - %% [http://user.it.uu.se/~richardc/]''' + %% [http://example.net/richardc/]''' ```%% @author <[email protected]>''' -```%% @author [email protected] [http://user.it.uu.se/~richardc/]''' +```%% @author [email protected] [http://example.net/richardc/]''' </dd> <dt><a name="mtag-copyright">`@copyright'</a></dt> |