Skip to content

Commit 4538d03

Browse files
authored
Merge pull request #9651 from pkiraly/9650-1-linking-documentation-related-to-linked-dataverse
#9650 add link from the user documentation about linking to the administration documentation about deleting links
2 parents 0796518 + fd668b3 commit 4538d03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/sphinx-guides/source/admin/dataverses-datasets.rst

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Creates a link between a dataset and a Dataverse collection (see the :ref:`datas
118118

119119
curl -H "X-Dataverse-key: $API_TOKEN" -X PUT http://$SERVER/api/datasets/$linked-dataset-id/link/$linking-dataverse-alias
120120

121+
.. _unlink-a-dataset:
122+
121123
Unlink a Dataset
122124
^^^^^^^^^^^^^^^^
123125

doc/sphinx-guides/source/user/dataverse-management.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ In order to link a dataset, you will need your account to have the "Add Dataset"
216216

217217
To link a dataset to your Dataverse collection, you must navigate to that dataset and click the white "Link" button in the upper-right corner of the dataset page. This will open up a window where you can type in the name of the Dataverse collection that you would like to link the dataset to. Select your Dataverse collection and click the save button. This will establish the link, and the dataset will now appear under your Dataverse collection.
218218

219-
There is currently no way to remove established links in the UI. If you need to remove a link between a Dataverse collection and a dataset, please contact the support team for the Dataverse installation you are using.
219+
There is currently no way to remove established links in the UI. If you need to remove a link between a Dataverse collection and a dataset, please contact the support team for the Dataverse installation you are using (see the :ref:`unlink-a-dataset` section of the Admin Guide for more information).
220220

221221
.. _dataverse-linking:
222222

0 commit comments

Comments
 (0)