Skip to content

Commit d6c0fe1

Browse files
committed
for croissant, link to new dedicated git repo and release #10341
1 parent eaefabe commit d6c0fe1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sphinx-guides/source/installation/advanced.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ Use the :ref:`dataverse.spi.exporters.directory` configuration option to specify
136136
Inventory of External Exporters
137137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
138138

139-
Known external exporters are listed below but development takes place at https://github.com/gdcc/dataverse-exporters and you are encouraged to check there for new exporters or contribute one!
140-
141139
In the list below, the name of each exporter is followed by the machine-readable name in parentheses for use in APIs (see :ref:`export-dataset-metadata-api` in the API Guide).
142140

143141
Croissant (``croissant``)
@@ -147,10 +145,12 @@ Croissant (``croissant``)
147145

148146
You can download the Croissant exporter JAR from the following locations:
149147

150-
- released/stable: https://repo1.maven.org/maven2/io/gdcc/croissant/
148+
- released/stable: https://repo1.maven.org/maven2/io/gdcc/export/croissant/
151149
- unreleased/snapshot: https://s01.oss.sonatype.org/content/groups/staging/io/gdcc/export/croissant/
152150

153-
The source and additional information can be found in the `"croissant" <https://github.com/gdcc/dataverse-exporters/tree/main/croissant>`_ directory of the exporters repo.
151+
The Maven Central landing page can be found at https://central.sonatype.com/artifact/io.gdcc.export/croissant
152+
153+
The source code and additional information can be found at https://github.com/gdcc/exporter-croissant where you are welcome to open issues and create pull requests.
154154

155155
MyJSON (``dataverse_json``)
156156
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -159,7 +159,7 @@ MyJSON is a minimal example exporter that demonstrates how to override a built-i
159159

160160
You can download the MyJSON exporter JAR from https://github.com/gdcc/dataverse-exporters where you should look under "prebuilt-examples" for a file called something like dataverse-spi-export-examples-x.x.x.jar.
161161

162-
The source can be found in the `"dataverse-spi-export-examples" <https://github.com/gdcc/dataverse-exporters/tree/main/dataverse-spi-export-examples>`_ directory of the exporters repo.
162+
The source can be found in the "dataverse-spi-export-examples" directory of https://github.com/gdcc/dataverse-exporters
163163

164164
Developing New Exporters
165165
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)