summaryrefslogtreecommitdiff
path: root/erlang/msgpack.erl
diff options
context:
space:
mode:
authorUENISHI Kota <kuenishi+github@gmail.com>2010-07-18 23:40:25 +0900
committerUENISHI Kota <kuenishi+github@gmail.com>2010-07-18 23:40:25 +0900
commit7b152640d962434192496e4d96788622d4e90886 (patch)
tree2f17772cd52bdaa1534023062a74a2b0a26d9896 /erlang/msgpack.erl
parent78fddff34e517e64d993f658db7e4c693ec8cc66 (diff)
downloadmsgpack-python-7b152640d962434192496e4d96788622d4e90886.tar.gz
erlang: 'edoc' document generation
Diffstat (limited to 'erlang/msgpack.erl')
-rw-r--r--erlang/msgpack.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang/msgpack.erl b/erlang/msgpack.erl
index aa9851d..a697483 100644
--- a/erlang/msgpack.erl
+++ b/erlang/msgpack.erl
@@ -18,7 +18,7 @@
%% @doc <a href="http://msgpack.org/">MessagePack</a> codec for Erlang.
%%
-%% APIs are almost compatible with <a href="http://msgpack.sourceforge.jp/c:doc">C API</a>
+%% APIs are almost compatible with <a href="http://redmine.msgpack.org/projects/msgpack/wiki/QuickStartC">C API</a>
%% except for buffering functions (both copying and zero-copying), which are unavailable.
%%
%% <table border="1">