diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae6d1fe..e8bc027d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.1] + +### Fixed +* Link to `hyp3_isce2_burst_stack_for_ts_analysis.ipynb` directly in GitHub because returns a `404`. + ## [0.8.0] ### Added diff --git a/docs/tutorials.md b/docs/tutorials.md index 7f41b2d5..5bc192ca 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -14,7 +14,7 @@ We provide step-by-step tutorials for using HyP3 programmatically via Jupyter No * [Time series analysis with HyP3 and MintPy](https://nbviewer.org/github/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 and MintPy Tutorial" ){target=_blank} -- This notebook walks through performing a time-series analysis of the 2019 Ridgecrest, CA earthquake with HyP3 On Demand InSAR products and MintPy. -* [Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy](https://nbviewer.org/github/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy Tutorial" ){target=_blank} +* [Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb "Time series analysis with HyP3 ISCE2 burst InSAR products and MintPy Tutorial" ){target=_blank} -- This notebook walks through performing a time-series analysis of the 2019 Ridgecrest, CA earthquake with HyP3 On Demand Burst InSAR products and MintPy. diff --git a/mkdocs.yml b/mkdocs.yml index 0f3a718c..1741803b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,7 +82,7 @@ nav: - Search another user's jobs: https://nbviewer.jupyter.org/github/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md - InSAR time series with MintPy: https://nbviewer.jupyter.org/github/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank - - InSAR burst time series with MintPy: https://nbviewer.org/github/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank + - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank - StoryMap Tutorials: https://asf-daac.maps.arcgis.com/home/index.html" target="_blank - Other Tools: - ArcGIS Toolbox: tools/arcgis_toolbox.md