Update doc and website references to new domain (#856)

This commit is contained in:
Kennan Seno
2021-12-01 18:11:34 +01:00
committed by GitHub
parent 74bc9c618f
commit 0523d9478f
26 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ Upload files to an AWS S3 bucket.
region: [region of your bucket],
```
Follow [this guide](https://docs.medusa-commerce.com/how-to/uploading-images-to-s3) to configure the plugin.
Follow [this guide](https://docs.medusajs.com/how-to/uploading-images-to-s3) to configure the plugin.
+1 -1
View File
@@ -12,4 +12,4 @@ Upload files to a DigitalOcean Space.
endpoint: [endpoint of you DigitalOcean space],
```
Follow [this guide](https://docs.medusa-commerce.com/how-to/uploading-images-to-spaces) to configure the plugin.
Follow [this guide](https://docs.medusajs.com/how-to/uploading-images-to-spaces) to configure the plugin.
+1 -1
View File
@@ -6,7 +6,7 @@ The Medusa JS Client provides easy access to the Medusa API from a client writte
## Documentation
See our [API reference](https://docs.medusa-commerce.com/api/store).
See our [API reference](https://docs.medusajs.com/api/store).
## Installation