From 660224584978d766c1d9f1091e070b1cc9d7977b Mon Sep 17 00:00:00 2001 From: Claus Conrad <584491+cconrad@users.noreply.github.com> Date: Thu, 7 May 2026 18:32:48 +0200 Subject: [PATCH] Fix link to GitHub installation page --- commands/apps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/apps.go b/commands/apps.go index 88941b794..b3864fd0d 100644 --- a/commands/apps.go +++ b/commands/apps.go @@ -59,7 +59,7 @@ func Apps() *Command { RunAppsCreate, "create", "Create an app", - `Create an app with the given app spec. To create an app, App Platform must have access to your repository service. Click one of the following links to provide access for your preferred service: [GitHub](https://cloud.digitalocean.com/apps/gitlab/install), [GitLab](https://cloud.digitalocean.com/apps/gitlab/install), [BitBucket](https://cloud.digitalocean.com/apps/bitbucket/install)`, + `Create an app with the given app spec. To create an app, App Platform must have access to your repository service. Click one of the following links to provide access for your preferred service: [GitHub](https://cloud.digitalocean.com/apps/github/install), [GitLab](https://cloud.digitalocean.com/apps/gitlab/install), [BitBucket](https://cloud.digitalocean.com/apps/bitbucket/install)`, Writer, aliasOpt("c"), displayerType(&displayers.Apps{}),