From 0cf423b11f7dae37e01ece320f9c83e6d2754dab Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Tue, 9 Apr 2024 15:26:38 +0530 Subject: [PATCH 1/2] Fix example links --- README.md | 6 +++--- ballerina/Module.md | 6 +++--- ballerina/Package.md | 6 +++--- examples/README.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 62a7b9a..7134286 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,10 @@ record {asana:TaskResponse data?;} taskCreated = check asana->/tasks.post(taskRe ## Examples The `Asana` connector offers practical examples illustrating its use in various scenarios. -Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/), covering the following use cases: +Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/), covering the following use cases: -1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. -2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. +1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. +2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. ## Issues and projects diff --git a/ballerina/Module.md b/ballerina/Module.md index a024c34..e259e41 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -84,7 +84,7 @@ record {asana:TaskResponse data?;} taskCreated = check asana->/tasks.post(taskRe ## Examples The `Asana` connector offers practical examples illustrating its use in various scenarios. -Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/), covering the following use cases: +Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/), covering the following use cases: -1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. -2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. +1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. +2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. diff --git a/ballerina/Package.md b/ballerina/Package.md index 8dc239c..f1715f5 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -84,7 +84,7 @@ record {asana:TaskResponse data?;} taskCreated = check asana->/tasks.post(taskRe ## Examples The `Asana` connector offers practical examples illustrating its use in various scenarios. -Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/), covering the following use cases: +Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/), covering the following use cases: -1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. -2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. +1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. +2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. diff --git a/examples/README.md b/examples/README.md index 2614ee1..f167521 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,9 +2,9 @@ The `ballerinax/asana` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples), covering use cases like cache management, session management, and rate limiting. -1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. +1. [Employee onboarding process automation](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/employee-onboarding-process-automation) - Automate the onboarding process of new employees using Asana projects and tasks. -2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/master/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. +2. [Team workload balancer](https://github.com/ballerina-platform/module-ballerinax-asana/tree/main/examples/team-workload-balancer) - Evaluate and balance the workload of a given team using Asana tasks and assignments. ## Prerequisites From 66eecb2c9473fe86395ad445834fdbf7d74e78b3 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Tue, 9 Apr 2024 15:28:36 +0530 Subject: [PATCH 2/2] Fix example title in README.md --- .../Asana employee onboarding automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/employee-onboarding-process-automation/Asana employee onboarding automation.md b/examples/employee-onboarding-process-automation/Asana employee onboarding automation.md index 996832a..880570e 100644 --- a/examples/employee-onboarding-process-automation/Asana employee onboarding automation.md +++ b/examples/employee-onboarding-process-automation/Asana employee onboarding automation.md @@ -1,4 +1,4 @@ -# Asana team workload balancer +# Asana employee onboarding automation This use case demonstrates how to automate the onboarding process of new employees using Asana. Automating the employee onboarding process in Asana can significantly improve the efficiency and consistency of welcoming new team members.