diff --git a/example/model_usage.ipynb b/example/model_usage.ipynb index 38ed64db..ab9e4c19 100644 --- a/example/model_usage.ipynb +++ b/example/model_usage.ipynb @@ -52,7 +52,7 @@ "## Loading a model\n", "\n", "We will use a model that predicts foreground and boundaries in images of nuclei from the [kaggle nucles segmentation challenge](https://www.kaggle.com/c/data-science-bowl-2018).\n", - "Find the model on bioimage.io here: https://bioimage.io/#/?id=10.5072%2Fzenodo.881940\n", + "Find the model on bioimage.io here: https://bioimage.io/#/?id=10.5281%2Fzenodo.5764892\n", "\n", "First, we will use `bioimageio.core.load_resource_description` to load the model and inspec the obtained model resource." ]