From 113919d2370da1f5e5f10f6e4e880e3c1082c850 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Mon, 3 Jun 2024 15:01:14 -0400 Subject: [PATCH] fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97bb732..14a6d4c 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ A pyDataverse implementation is underway at https://github.com/Dans-labs/pyDatav - `datePublished` is YYYY-MM-DD HH:MM:SS. Should be YYYY-MM-DD. - Under `distribution`: - For files, for `@id`, the database id (e.g. `f26148`) is used instead of the filename (e.g. `README.md`) for path plus filename (e.g. `doc/README.md`). - - `field` is repeated over and over. See #1 and #2. + - `field` is repeated over and over. See https://github.com/gdcc/exporter-croissant/issues/1 and https://github.com/gdcc/exporter-croissant/pull/2 - Missing: `funder` - Missing: `includedInDataCatalog` - `name` inserts underscores for spaces (e.g. "Max Schema.org" becomes "Max_Schema.org")