diff --git a/dsrv.h b/dsrv.h
index f477102..f592d46 100644
--- a/dsrv.h
+++ b/dsrv.h
@@ -24,7 +24,7 @@
*/
/**
- * \mainpage dtlssrv -- a basic DTLS server template.
+ * \mainpage tinydtls -- a basic DTLS server template.
* \author Olaf Bergmann, TZI Uni Bremen
*
* This library provides a very simple datagram server to demonstrate
@@ -63,6 +63,13 @@
* you link this software to OpenSSL, you have to make sure by
* yourself that you do not infringe with anyone's patents or IPR.
*
+ * \section develop Getting the Files
+ *
+ * You can get the sources either from the
+ * downloads
+ * section or through \c git from the
+ * project develop page.
+ *
* \section Configuration
*
* Use \c configure to set up everything for a successful build. In addition
@@ -163,7 +170,13 @@ dsrv_set_cb(ctx, demux_protocol, demux);
* initial bytes of DTLSv1.1 or DTLSv1.2. This is valid for any
* test-based protocol and a few binary protocols such as COAP
* (c.f. draft-ietf-core-coap-04).
+ * href="http://tools.ietf.org/html/draft-ietf-core-coap-05#section-7.3">draft-ietf-core-coap-05).
+ *
+ * \section join Get Involved
+ *
+ * To join this project, please contact the project administrators of this project,
+ * as shown on the
+ * project summary page.
*/
#ifndef _DSRV_H_