Skip to content

Commit

Permalink
Merge pull request IQSS#9651 from pkiraly/9650-1-linking-documentatio…
Browse files Browse the repository at this point in the history
…n-related-to-linked-dataverse

IQSS#9650 add link from the user documentation about linking to the administration documentation about deleting links
  • Loading branch information
pdurbin authored Jun 16, 2023
2 parents 0796518 + fd668b3 commit 4538d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/sphinx-guides/source/admin/dataverses-datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Creates a link between a dataset and a Dataverse collection (see the :ref:`datas

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

.. _unlink-a-dataset:

Unlink a Dataset
^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/user/dataverse-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ In order to link a dataset, you will need your account to have the "Add Dataset"

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.

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.
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).

.. _dataverse-linking:

Expand Down

0 comments on commit 4538d03

Please sign in to comment.