From 50da2fff8ed63f05b753944996c9bb8d9c520180 Mon Sep 17 00:00:00 2001 From: curogom Date: Tue, 14 Oct 2025 13:06:25 +0900 Subject: [PATCH] docs: update stac readme links --- packages/stac/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/stac/README.md b/packages/stac/README.md index a1efe159..b0516ac9 100644 --- a/packages/stac/README.md +++ b/packages/stac/README.md @@ -45,20 +45,20 @@ This approach separates your app's presentation layer from its business logic, e ## Documentation - 📚 **[Full Documentation](https://docs.stac.dev/)** – Complete guides and API reference -- 🚀 **[Quick Start](https://docs.stac.dev/get_started/quick_start)** – Get up and running in minutes +- 🚀 **[Quick Start](https://docs.stac.dev/quickstart)** – Get up and running in minutes - 🛠️ **[Stac CLI](https://docs.stac.dev/cli)** – Command-line tools for development - 🎛️ **[Stac Console](https://console.stac.dev/)** – Web interface for managing your app -- 🤝 **[Contributing](https://github.com/StacDev/stac/blob/main/CONTRIBUTING.md)** – Help build Stac +- 🤝 **[Contributing](../../CONTRIBUTING.md)** – Help build Stac ## License -This project is licensed under the MIT License - see the [LICENSE](https://github.com/StacDev/stac/blob/dev/LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details. ## Join our community - 💬 **[Discord](https://discord.com/invite/vTGsVRK86V)** – Chat with the community and get help - 🐙 **[GitHub](https://github.com/StacDev/stac)** – Report issues and contribute -- 🐦 **[Twitter](https://twitter.com/stacdev)** – Follow us for updates +- 🐦 **[X](https://x.com/stac_dev)** – Follow us for updates ---