From 80dfa73a7b68c1471bcaa96f027cbe8516749416 Mon Sep 17 00:00:00 2001 From: Danny Brooke Date: Tue, 31 Aug 2021 12:57:21 -0400 Subject: [PATCH] updates to point to proper spots --- doc/sphinx-guides/source/api/native-api.rst | 4 +++- doc/sphinx-guides/source/installation/config.rst | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index 823efe05669..a4aee68d4b9 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -2420,10 +2420,12 @@ The fully expanded example above (without environment variables) looks like this curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X DELETE "https://demo.dataverse.org/api/files/:persistentId/prov-json?persistentId=doi:10.5072/FK2/AAA000" +.. _datafile-integrity: + Datafile Integrity ~~~~~~~~~~~~~~~~~~ -Starting the release 4.10 the size of the saved original file (for an ingested tabular datafile) is stored in the database. The following API will retrieve and permanently store the sizes for any already existing saved originals: +Starting with the release 4.10 the size of the saved original file (for an ingested tabular datafile) is stored in the database. The following API will retrieve and permanently store the sizes for any already existing saved originals: .. code-block:: bash diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 7497fc392c7..661d6de9ffa 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -2345,9 +2345,9 @@ For example, if you want your Dataverse installation to skip validation for any When this option is used to disable the checksum validation, it's strongly recommended to perform periodic asynchronous checks via the integrity API -Refer to "Physical Files Validation in a Dataset" API :ref:`physical-files-validation-in-a-dataset` section of our :doc:`/api/native-api` documentation. +Refer to "Physical Files Validation in a Dataset" API :ref:`dataset-files-validation-api` section of our :doc:`/api/native-api` documentation. -Also refer to the "Datafile Integrity" API :doc:`/api/native-api#id20` +Also refer to the "Datafile Integrity" API :ref:`datafile-integrity` :DataFileChecksumValidationSizeLimit ++++++++++++++++++++++++++++++++++++ @@ -2360,6 +2360,6 @@ For example, if you want your Dataverse installation to skip validation for any When this option is used to disable the checksum validation, it's strongly recommended to perform periodic asynchronous checks via the integrity API -Refer to "Physical Files Validation in a Dataset" API :ref:`physical-files-validation-in-a-dataset` section of our :doc:`/api/native-api` documentation. +Refer to "Physical Files Validation in a Dataset" API :ref:`dataset-files-validation-api` section of our :doc:`/api/native-api` documentation. -Also refer to the "Datafile Integrity" API :doc:`/api/native-api#id20` \ No newline at end of file +Also refer to the "Datafile Integrity" API :ref:`datafile-integrity` \ No newline at end of file