Skip to content

Commit 0a00646

Browse files
author
Jon Duckworth
authored
Fix PySTAC Introduction tutorial link (#719)
* Fix PySTAC Introduction tutorial link * Add CHANGELOG entry for #719
1 parent 0927ada commit 0a00646

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- `DatacubeExtension.variables` now has a setter ([#699](https://github.com/stac-utils/pystac/pull/699)])
2727
- Landsat STAC tutorial is now up-to-date with all package changes ([#692](https://github.com/stac-utils/pystac/pull/674))
2828
- Paths to sub-catalog files when using `Catalog.save` ([#714](https://github.com/stac-utils/pystac/pull/714))
29+
- Link to PySTAC Introduction tutorial in tutorials index page ([#719](https://github.com/stac-utils/pystac/pull/719))
2930

3031
### Deprecated
3132

docs/tutorials.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PySTAC Introduction
77
-------------------
88

99
- :tutorial:`GitHub version <pystac-introduction.ipynb>`
10-
- :ref:`Docs version </tutorials/pystac-spacenet-tutorial.ipynb>`
10+
- :ref:`Docs version </tutorials/pystac-introduction.ipynb>`
1111

1212
This tutorial gives an introduction to PySTAC concepts through code examples.
1313

0 commit comments

Comments
 (0)