diff --git a/cloud_governance/common/mails/mail_message.py b/cloud_governance/common/mails/mail_message.py
index 75bb9548..436b5d0f 100644
--- a/cloud_governance/common/mails/mail_message.py
+++ b/cloud_governance/common/mails/mail_message.py
@@ -271,7 +271,7 @@ def cro_monitor_alert_message(self, days: int, user: str, ticket_id: str):
You project budget request ( TicketId: {ticket_id} ) will be expired in {days} days.
-
You can extend the project duration in the following url {self.__portal} or terminate the instances
+
You can extend the project duration in the following url {self.__portal}/extend_duration or terminate the instances
Visit the wiki page to get more information
{self.FOOTER}
diff --git a/cloud_governance/common/mails/templates/cro_monitor_budget_remain_alert.j2 b/cloud_governance/common/mails/templates/cro_monitor_budget_remain_alert.j2
index 0a1efb33..14184e62 100644
--- a/cloud_governance/common/mails/templates/cro_monitor_budget_remain_alert.j2
+++ b/cloud_governance/common/mails/templates/cro_monitor_budget_remain_alert.j2
@@ -10,7 +10,7 @@
If you want to keep using this allocation, please extend the budget:
- - Click here to open Budget extend page
+ - Click here to open Budget extend page
- Fill the details, and select the TicketId: {{ ticket_id }}
- Enter the amount and description of the why you need extension.
- Then click on submit
diff --git a/cloud_governance/common/mails/templates/cro_monitor_budget_remain_high_alert.j2 b/cloud_governance/common/mails/templates/cro_monitor_budget_remain_high_alert.j2
index c7cd23c1..1fc0574a 100644
--- a/cloud_governance/common/mails/templates/cro_monitor_budget_remain_high_alert.j2
+++ b/cloud_governance/common/mails/templates/cro_monitor_budget_remain_high_alert.j2
@@ -10,7 +10,7 @@
If you want to keep using this allocation, please extend the budget:
- - Click here to open Budget extend page
+ - Click here to open Budget extend page
- Fill the details, and select the TicketId: {{ ticket_id }}
- Enter the amount and description of the why you need extension.
- Then click on submit