From 8c30338293ab7d622e157c1f789007d84239e1e0 Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Tue, 12 Nov 2024 11:53:34 -0500 Subject: [PATCH] [FIX] Fix a dead link in maintaining (#237) --- docs/maintaining.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintaining.md b/docs/maintaining.md index ef89878..99203d2 100644 --- a/docs/maintaining.md +++ b/docs/maintaining.md @@ -82,7 +82,7 @@ If you have followed the [initial setup](getting_started.md) and have deployed your Neurobagel node from our Docker Compose recipe, your node now has a dedicated graph database that stores the datasets for your node. -By default, the graph database will only contain an [example dataset called `BIDS synthetic`](https://github.com/neurobagel/recipes/blob/main/data/example_synthetic_pheno-bids.jsonld). +By default, the graph database will only contain an [example dataset called `BIDS synthetic`](https://github.com/neurobagel/recipes/blob/main/data/example_synthetic_pheno-bids-derivatives.jsonld). Replacing the existing data in your graph database with your own data (or updated data) is a straightforward process. Once you have generated or updated the JSONLD files you want to upload,