diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 3e205160..0bfecb8a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -3,8 +3,8 @@ Contributing
flask-restplus is open-source and very open to contributions.
-If you're part of a corporation with an NDA, and you may require updating the license.
-See Updating Copyright below
+If you're part of a corporation with an NDA, you may require updating the license.
+See :ref:`Updating Copyright` below
Submitting issues
-----------------
@@ -107,6 +107,8 @@ NOTE: You'll need `NPM `_ installed to
If you're new to NPM, also check out `nvm `_
+.. _Updating Copyright:
+
Updating Copyright
------------------
diff --git a/flask_restplus/api.py b/flask_restplus/api.py
index b5433ce3..f4abdbb1 100644
--- a/flask_restplus/api.py
+++ b/flask_restplus/api.py
@@ -74,7 +74,7 @@ class Api(object):
:param str contact: A contact email for the API (used in Swagger documentation)
:param str license: The license associated to the API (used in Swagger documentation)
:param str license_url: The license page URL (used in Swagger documentation)
- :param str endpoint: The API base endpoint (default to 'api).
+ :param str endpoint: The API base endpoint (default to 'api').
:param str default: The default namespace base name (default to 'default')
:param str default_label: The default namespace label (used in Swagger documentation)
:param str default_mediatype: The default media type to return