Skip to content

Commit

Permalink
Fix broken links (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK authored Jan 22, 2025
1 parent 88e257c commit a74ddbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ public function main() returns error? {

The `HubSpot CRM Commerce Carts` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/), covering the following use cases:

1. [Single Cart Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.
1. [Single Cart Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.

2. [Batch of Carts Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts/) - Create, retrieve, update, and archive a batch of carts for customers.
2. [Batch of Carts Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts) - Create, retrieve, update, and archive a batch of carts for customers.

## Build from the source

Expand Down
4 changes: 2 additions & 2 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ public function main() returns error? {

The `HubSpot CRM Commerce Carts` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/), covering the following use cases:

1. [Single Cart Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.
1. [Single Cart Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.

2. [Batch of Carts Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts/) - Create, retrieve, update, and archive a batch of carts for customers.
2. [Batch of Carts Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts) - Create, retrieve, update, and archive a batch of carts for customers.
4 changes: 2 additions & 2 deletions ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ public function main() returns error? {

The `HubSpot CRM Commerce Carts` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/), covering the following use cases:

1. [Single Cart Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.
1. [Single Cart Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/carts/) - Create, retrieve, update, search, and delete a single cart for a customer.

2. [Batch of Carts Management](https://github.com/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts/) - Create, retrieve, update, and archive a batch of carts for customers.
2. [Batch of Carts Management](https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.commerce.carts/tree/main/examples/batch-of-carts) - Create, retrieve, update, and archive a batch of carts for customers.

0 comments on commit a74ddbd

Please sign in to comment.