diff --git a/app/console b/app/console index ee76ee7e6b..bd296d14f5 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51 +Subproject commit bd296d14f51730256c08b55d77f3c79007aad995 diff --git a/src/Appwrite/Vcs/Comment.php b/src/Appwrite/Vcs/Comment.php index cc53d4bba6..1107e0ee70 100644 --- a/src/Appwrite/Vcs/Comment.php +++ b/src/Appwrite/Vcs/Comment.php @@ -66,7 +66,7 @@ class Comment } //TODO: Update link to documentation - $text .= "**Your function has automatically been deployed.** Learn more about Appwrite Function Deployments in our [documentation](https://appwrite.io/docs/functions).\n\n"; + $text .= "**Your function has been automatically deployed.** Learn more about Appwrite [Function Deployments](https://appwrite.io/docs/functions).\n\n"; foreach ($projects as $projectId => $project) { $text .= "**{$project['name']}** `{$projectId}`\n\n";