Skip to content

Commit

Permalink
Fix broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 19, 2023
1 parent 3e36a98 commit d02a778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 02-Logging/01-Logging-to-a-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"source": [
"## Writing log quantities to a file\n",
"\n",
"Use the **HDF5Log** writer to store the quantities provided by `logger` to a [HDF5](https://www.hdfgroup.org/solutions/hdf5/) (`.h5`) file."
"Use the **HDF5Log** writer to store the quantities provided by `logger` to a HDF5 (`.h5`) file."
]
},
{
Expand Down Expand Up @@ -385,7 +385,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"HDF5 is a **binary** file format. You must use tools that support the format to access the file. The HDF5 library provides [command line tools](https://portal.hdfgroup.org/display/HDF5/HDF5+Command-line+Tools) to examine the file contents interactively. `h5ls` lists the datasets in the file:\n",
"HDF5 is a **binary** file format. You must use tools that support the format to access the file. The HDF5 library provides command line tools to examine the file contents interactively. `h5ls` lists the datasets in the file:\n",
"\n",
"<div class=\"alert alert-info\">\n",
"In Jupyter, the “!” magic command is equivalent to typing the given command in a shell.\n",
Expand Down Expand Up @@ -481,7 +481,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Use the [`h5py` package](https://www.h5py.org/) to read HDF5 files in Python:"
"Use the `h5py` package to read HDF5 files in Python:"
]
},
{
Expand Down

0 comments on commit d02a778

Please sign in to comment.