Skip to content

Commit e5e5b3c

Browse files
committed
fix links
1 parent 26e50c2 commit e5e5b3c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

intermediate/datastructures-intermediate.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"\n",
3131
"Variables hold arbitrary metadata, dimension names, and an Array of data\n",
3232
"\n",
33-
"![image.png](../_static/variable.png)\n",
33+
"![image.png](../_static/variable-model.png)\n",
3434
"\n",
3535
"## DataArray\n",
3636
"\n",
@@ -585,7 +585,7 @@
585585
"## Other field DataStructures\n",
586586
"\n",
587587
"\n",
588-
"Link to next notebook: [Data structures In Biology](../../intermediate/BiologyDataset.ipynb)"
588+
"Link to next notebook: [Data structures In Biology](./BiologyDataset.ipynb)"
589589
]
590590
},
591591
{
@@ -624,6 +624,16 @@
624624
"For more see the [user guide](https://docs.xarray.dev/en/stable/plotting.html), the [gallery](https://docs.xarray.dev/en/stable/examples/visualization_gallery.html), and [the tutorial material](https://tutorial.xarray.dev/fundamentals/04.0_plotting.html)."
625625
]
626626
},
627+
{
628+
"cell_type": "markdown",
629+
"metadata": {},
630+
"source": []
631+
},
632+
{
633+
"cell_type": "markdown",
634+
"metadata": {},
635+
"source": []
636+
},
627637
{
628638
"cell_type": "code",
629639
"execution_count": null,

0 commit comments

Comments
 (0)