Fix inter-notebook references

This commit is contained in:
heyarne 2021-03-10 12:01:44 +01:00
commit 5a8a858fb4
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"source": [ "source": [
"# Visualization\n", "# Visualization\n",
"\n", "\n",
"This notebook show how to access the content of the products downloaded in [](01a-download-from-scihub.iypnb) and plot a true-color rendering. \n", "This notebook show how to access the content of the products downloaded in [](01a-download-process.ipynb) and plot a true-color rendering. \n",
"While the products already contain a True-Color Image (TCI), this approach is useful for two reasons:\n", "While the products already contain a True-Color Image (TCI), this approach is useful for two reasons:\n",
"\n", "\n",
"1. It allows comparing the readings with a rendering provided by official sources, thereby allowing us to find errors\n", "1. It allows comparing the readings with a rendering provided by official sources, thereby allowing us to find errors\n",

View file

@ -24,7 +24,7 @@
"When running this notebook interactively, _Kernel → Restart and Run All Cells_ can be used to re-evaluate all cells in this notebook after configuring the pipeline.\n", "When running this notebook interactively, _Kernel → Restart and Run All Cells_ can be used to re-evaluate all cells in this notebook after configuring the pipeline.\n",
"The path of the output file containing the processed values will be printed below the last cell.\n", "The path of the output file containing the processed values will be printed below the last cell.\n",
"\n", "\n",
"[^download_process]: See [](01-download-process.ipynb) for details" "[^download_process]: See [](01a-download-process.ipynb) for details"
] ]
}, },
{ {