diff --git a/docs/source/data-access-api/index.rst b/docs/source/data-access-api/index.rst index 6dc93205f..86718d2cb 100644 --- a/docs/source/data-access-api/index.rst +++ b/docs/source/data-access-api/index.rst @@ -8,7 +8,7 @@ repository provides a command-line utility and python package for interacting with the API programmatically. It is the preferred way to use the API. Users may also download, upload, and query via the REST API directly through the browser, or `curl` commands. -The :ref:`REST API Specification ` section below describes the various endpoints that are supported and how to use them. +The `REST API Specification`_ section below describes the various endpoints that are supported and how to use them. *Note: Several sections and links begin with* [WIP]. *As development on the API is ongoing, this indicates that the full implementation of the functionality is yet to be completed.* @@ -199,6 +199,8 @@ FileNotFoundError This could mean that the local data directory is not set up with the same paths as the SDC. See the data directory section for an example of how to set this up. +.. _rest-api-specification: + REST API Specification ---------------------- .. openapi:: openapi.yml