diff --git a/README.md b/README.md index c2267df3..38b409a0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Try it in your browser without installing anything! [![Binder](https://mybinder. ## How to Get Started with `earthaccess` -Go to the [Quick Start](welcome/quick_start.md) to learn how to install and see a simple example of using `earthaccess`. +Go to the [Quick Start](quick_start.md) to learn how to install and see a simple example of using `earthaccess`. ## Compatibility diff --git a/docs/welcome/quick_start.md b/docs/quick-start.md similarity index 100% rename from docs/welcome/quick_start.md rename to docs/quick-start.md diff --git a/mkdocs.yml b/mkdocs.yml index f7430400..eb9361d6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,13 +50,12 @@ plugins: - "**/.ipynb_checkpoints/*" nav: - - Welcome: - - "What is earthaccess?": "index.md" - - "Quick start": "welcome/quick_start.md" - - "Work with us": - - "contributing/index.md" - - "Our meet-ups": "contributing/our-meet-ups.md" - - "Resources": "resources.md" + - "What is earthaccess?": "index.md" + - "Quick start": "welcome/quick_start.md" + - "Work with us": + - "contributing/index.md" + - "Our meet-ups": "contributing/our-meet-ups.md" + - "Resources": "resources.md" - User Guide: - "Overview": "user_guide/overview.md" - "Authentication": "user_guide/authenticate.md"