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

Fixup broken links in docs #777

Merged
merged 3 commits into from
Jul 30, 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
5 changes: 3 additions & 2 deletions docs/user_guide/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about accessing data using earthaccess see the
HOW-TO pages below.
[How-to download data](/howto/onprem.md)
[Getting Started Tutorial](/tutorials/getting-started.ipynb)

* [Quick start](../../quick-start/)
* [How-to download data](../howto/onprem.md)

## Downloading data

Expand Down
5 changes: 3 additions & 2 deletions docs/user_guide/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Introduces the `earthaccess.login` method for managing Earthdata Login and cloud

We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about authenticating using earthaccess see the
How-Tos and Tutorials in links below.
[How-To Authenticate with earthaccess](/howto/authenticate.md)
[Getting Started Tutorial](/tutorials/getting-started.ipynb)

* [Quick start](../../quick-start/)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "getting started" tutorial doesn't appear to exist anymore, so I linked to the 'quick-start'.

* [How-To Authenticate with earthaccess](../howto/authenticate.md)
5 changes: 3 additions & 2 deletions docs/user_guide/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about authenticating using earthaccess see the
How-Tos and Tutorials in links below.
[How-To Access Data](/howto/access-data.md)
[Getting Started Tutorial](/tutorials/getting-started.ipynb)

* [Quick start](../../quick-start/)
* [How-To Access Data](../howto/access-data.md)

## `search_datasets`

Expand Down
Loading