Skip to content

Commit

Permalink
Merge pull request #47 from addelany/main
Browse files Browse the repository at this point in the history
fix parent link
  • Loading branch information
addelany authored Nov 17, 2023
2 parents 1b2baa7 + 593dd39 commit 4b38f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/build_noaa_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ build_noaa_forecast <- function(table_schema,
list(
"rel" = "parent",
"type"= "application/json",
"href" = '../catalog.json'
"href" = '../collection.json'
),
list(
"rel" = "root",
"type" = "application/json",
"href" = '../catalog.json'
"href" = '../../catalog.json'
),
list(
"rel" = "self",
Expand Down

0 comments on commit 4b38f88

Please sign in to comment.