Release documentation fixes

Change-Id: Ia5f81e627d7faea39b1f24d56de7cac9aaf71b27
diff --git a/AUTHORS.md b/AUTHORS.rst
similarity index 87%
rename from AUTHORS.md
rename to AUTHORS.rst
index 36422b0..4d36330 100644
--- a/AUTHORS.md
+++ b/AUTHORS.rst
@@ -1,8 +1,9 @@
-# ndnSIM Authors
+ndnSIM Authors
+--------------
 
 The following lists maintainers, primary developers, and all much-appreciated contributors to ndnSIM in alphabetic order.
-The specific contributions of individual authors can be obtained from the git history of the [official ndnSIM repository](https://github.com/named-data/ndnSIM).
-If you would like to become a contributor to the official repository, please follow the recommendations in https://github.com/named-data/.github/blob/master/CONTRIBUTING.md.
+The specific contributions of individual authors can be obtained from the git history of the `official ndnSIM repository <https://github.com/named-data/ndnSIM>`__.
+If you would like to become a contributor to the official repository, please follow the recommendations in the `contribution guide <https://github.com/named-data/.github/blob/master/CONTRIBUTING.md>`__.
 
 * Jerald Paul Abraham <https://cs.arizona.edu/~jeraldabraham>
 * ***(Maintainer)*** Alexander Afanasyev <https://users.cs.fiu.edu/~afanasyev>
@@ -44,6 +45,7 @@
 * Yu Zhang <https://github.com/YuZhang>
 * Zongyi Zhao <https://github.com/xinshengzzy>
 
-## Technical Advisors
+Technical Advisors
+^^^^^^^^^^^^^^^^^^
 
 * Lixia Zhang <https://web.cs.ucla.edu/~lixia>
diff --git a/docs/source/examples.rst b/docs/source/examples.rst
index 84a25bb..e61135d 100644
--- a/docs/source/examples.rst
+++ b/docs/source/examples.rst
@@ -514,7 +514,7 @@
 ----------------------------------------------------
 
 LFID (Loop-Free Inport-Dependent) Routing extends the ndnSIM route calculation to provide loop-free and on average shorter loop-free paths than existing work.
-For details see the `tech report.`_
+For details see the `tech report. <https://named-data.net/publications/techreports/mp_routing_tech_report/>`__
 
 LFID provides a better trade-off than the existing route calculation algorithms:
 
diff --git a/docs/source/meta/authors.rst b/docs/source/meta/authors.rst
index 875d98f..6bc8c69 100644
--- a/docs/source/meta/authors.rst
+++ b/docs/source/meta/authors.rst
@@ -1,4 +1,4 @@
 ndnSIM Team
 ===========
 
-.. include:: ../../../AUTHORS
+.. include:: ../../../AUTHORS.rst
diff --git a/docs/source/meta/copying.rst b/docs/source/meta/copying.rst
index db081d7..d1e9470 100644
--- a/docs/source/meta/copying.rst
+++ b/docs/source/meta/copying.rst
@@ -2,7 +2,7 @@
 Copyright and License
 =====================
 
-Copyright © 2011-2018 University of California, Los Angeles
+Copyright © 2011-2020 University of California, Los Angeles
 
 ndnSIM is licensed under conditions of GNU General Public License version 3.0 or later
 with permission to be linked with NS-3 codebase (GPL 2.0).