Kaynağa Gözat

Fix broken documentation links (#2423)

Martin Repta 7 ay önce
ebeveyn
işleme
66530ea24e
4 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 3 3
      README.md
  2. 1 1
      instrumentation.ts
  3. 1 1
      integration-tests/http/README.md
  4. 1 1
      src/links/README.md

+ 3 - 3
README.md

@@ -38,15 +38,15 @@ This starter is compatible with versions >= 1.8.0 of `@medusajs/medusa`.
 
 ## Getting Started
 
-Visit the [Quickstart Guide](https://docs.medusajs.com/create-medusa-app) to set up a server.
+Visit the [Quickstart Guide](https://docs.medusajs.com/learn) to set up a server.
 
-Visit the [Docs](https://docs.medusajs.com/development/backend/prepare-environment) to learn more about our system requirements.
+Visit the [Docs](https://docs.medusajs.com/learn#get-started) to learn more about our system requirements.
 
 ## What is Medusa
 
 Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
 
-Learn more about [Medusa’s architecture](https://docs.medusajs.com/development/fundamentals/architecture-overview) and [commerce modules](https://docs.medusajs.com/modules/overview) in the Docs.
+Learn more about [Medusa’s architecture](https://docs.medusajs.com/learn/advanced-development/architecture/overview) and [commerce modules](https://docs.medusajs.com/learn/basics/commerce-modules) in the Docs.
 
 ## Roadmap, Upgrades & Plugins
 

+ 1 - 1
instrumentation.ts

@@ -1,5 +1,5 @@
 // Uncomment this file to enable instrumentation and observability using OpenTelemetry
-// Refer to the docs for installation instructions: https://docs.medusajs.com/v2/debugging-and-testing/instrumentation
+// Refer to the docs for installation instructions: https://docs.medusajs.com/learn/debugging-and-testing/instrumentation
 
 // import { registerOtel } from "@medusajs/medusa"
 // // If using an exporter other than Zipkin, require it here.

+ 1 - 1
integration-tests/http/README.md

@@ -26,4 +26,4 @@ medusaIntegrationTestRunner({
 })
 ```
 
-Learn more in [this documentation](https://docs.medusajs.com/v2/debugging-and-testing/testing-tools/integration-tests).
+Learn more in [this documentation](https://docs.medusajs.com/learn/debugging-and-testing/testing-tools/integration-tests).

+ 1 - 1
src/links/README.md

@@ -17,4 +17,4 @@ export default defineLink(
 
 This defines a link between the Product Module's `product` data model and the Hello Module (custom module)'s `myCustom` data model.
 
-Learn more about links in [this documentation](https://docs.medusajs.com/v2/advanced-development/modules/module-links)
+Learn more about links in [this documentation](https://docs.medusajs.com/learn/advanced-development/module-links)