Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change readme link to full URL #231

Merged
merged 3 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.7.2]

### Fixed
- Changed relative link to the watermasking readme in the repo readme to the full URL, so that the link is valid when readme content is mirrored in hyp3-docs

## [0.7.1]

### Added
Expand All @@ -18,7 +23,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0]

## Added
### Added
* Scripts and entrypoints for generating our global watermasking dataset added to `watermasking`.

## [0.6.0]
Expand Down
4 changes: 2 additions & 2 deletions src/asf_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ For details on the algorithm see the `asf_tools.flood_map.make_flood_map` docstr

The `asf_tools.watermasking` sub-package allows you to create a watermasking dataset
over an arbitrary ROI using OpenStreetMap and ESA WorldCover data.
Note, this program requires `osmium-tool`. See [README.md](watermasking/README.md)
for more information on setup and usage.
Note, this program requires `osmium-tool`. See the [watermasking subpackage readme](https://github.com/ASFHyP3/asf-tools/blob/main/src/asf_tools/watermasking/README.md)
for more information on setup and usage.
Loading