diff options
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide.html b/doc/guide.html index e112b16a..9609458a 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -179,7 +179,7 @@ To compile <TT>ejabberd</TT> in MS Windows environment, you will need the follow packages: <UL><LI> MS Visual C++ 6.0 Compiler -<LI><A HREF="http://www.erlang.org/download/otp_win32_R9C-0.exe">Erlang/OTP R9C-0</A> +<LI><A HREF="http://erlang.org/download/otp_win32_R10B-1a.exe">Erlang/OTP R10B-1a</A> <LI><A HREF="http://prdownloads.sourceforge.net/expat/expat_win32bin_1_95_7.exe?download">Expat 1.95.7</A> <LI><A HREF="http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz">Iconv 1.9.1</A> (optional) @@ -410,7 +410,8 @@ The following ACLs pre-defined: <B><TT>all</TT></B><DD> Matches all JIDs. <DT><B><TT>none</TT></B><DD> Matches none JIDs. </DL> -An entry allowing or denying different services would look similar to this: +An entry allowing or denying access to different services would look similar to +this: <PRE> {access, <accessname>, [{allow, <aclname>}, {deny, <aclname>}, @@ -811,7 +812,7 @@ Replicating of table makes lookup in this table faster on this node, replicas is down, other replicas will be used.<BR> <BR> Also section ``5.3 Table Fragmentation'' - <A HREF="http://erlang.org/doc/r9c/lib/mnesia-4.1.4/doc/html/part_frame.html">here</A> + <A HREF="http://www.erlang.se/doc/doc-5.4/lib/mnesia-4.2/doc/html/index.html">here</A> can be useful.<BR> <BR> (alt) Same as in previous item, but for other tables.<BR> |