diff --git a/doc/developer.texi b/doc/developer.texi
index f24b4fe41c8b8e747917c7384d48825f6229897a..7c14f97cb1773aaf6a1edbea3e905b9e372d93ec 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -248,8 +248,11 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
 
 @enumerate
 @item
-   Contributions should be licensed under the LGPL 2.1, including an
-   "or any later version" clause, or the MIT license.  GPL 2 including
+   Contributions should be licensed under the
+   @uref{http://www.gnu.org/licenses/lgpl-2.1.html, LGPL 2.1},
+   including an "or any later version" clause, or the
+   @uref{http://mit-license.org/, MIT license}.
+   @uref{http://www.gnu.org/licenses/gpl-2.0.html, GPL 2} including
    an "or any later version" clause is also acceptable, but LGPL is
    preferred.
 @item