Skip to content

Commit c1882ec

Browse files
committed
use general doi as id
1 parent 99b2b56 commit c1882ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/b3data_package/datapackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "b3data",
3-
"id": "https://doi.org/10.5281/zenodo.15181098",
3+
"id": "https://doi.org/10.5281/zenodo.15181097",
44
"resources": [
55
{
66
"name": "bird_cube_belgium_mgrs10",

source/create_b3data_package.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ b3data_package <- append(b3data_package,
179179
c(name = "b3data"),
180180
after = 0)
181181
b3data_package <- append(b3data_package,
182-
c(id = "https://doi.org/10.5281/zenodo.15181098"),
182+
c(id = "https://doi.org/10.5281/zenodo.15181097"),
183183
after = 1)
184184
b3data_package <- append(b3data_package,
185185
c(title = "b3data: Data resources for the b3verse"),

0 commit comments

Comments
 (0)