diff options
author | Lee Salzman <[email protected]> | 2014-05-11 08:00:37 +0300 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2014-05-11 08:00:37 +0300 |
commit | 736474ca839a8ae35399b052912d86c515f1f5c3 (patch) | |
tree | 0ec0f5be0cc7939455428e69fa9e06bcb9db91d0 /docs | |
parent | 9c4d9953acca816d4095cd0422a1611bc2e050b6 (diff) | |
download | enet-736474ca839a8ae35399b052912d86c515f1f5c3.tar.gz enet-736474ca839a8ae35399b052912d86c515f1f5c3.zip |
small doc fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.dox | 3 | ||||
-rw-r--r-- | docs/mainpage.dox | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/install.dox b/docs/install.dox index ed22c28..b9730d7 100644 --- a/docs/install.dox +++ b/docs/install.dox @@ -2,8 +2,7 @@ @page Installation Installation ENet should be trivially simple to integrate with most applications. -First, make sure you download the latest source distribution here @ref -Downloads. +First, make sure you download the latest source distribution at @ref Downloads. @section Unix Unix-like Operating Systems diff --git a/docs/mainpage.dox b/docs/mainpage.dox index 76ce792..2c73989 100644 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -37,7 +37,7 @@ You can retrieve the source to ENet by downloading it in either .tar.gz form or accessing the github distribution directly. The most recent stable release (1.3.12) can be downloaded <a class="el" href="download/enet-1.3.12.tar.gz">here</a>. -The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a class="el" href="download/enet-1.2.5.tar.gz">here</a> +The last release that is protocol compatible with the 1.2 series or earlier (1.2.5) can be downloaded <a class="el" href="download/enet-1.2.5.tar.gz">here</a>. You can find the most recent ENet source at <a class="el" href="https://github.com/lsalzman/enet">the github repository</a>. |