From 1beef1c764054049959acd5c53df55e5d2aa9549 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:18:57 +0000 Subject: [PATCH] Remove space from link. --- step-templates/hockeyapp-upload-mobile-app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step-templates/hockeyapp-upload-mobile-app.json b/step-templates/hockeyapp-upload-mobile-app.json index a91967518..7d292e6ff 100644 --- a/step-templates/hockeyapp-upload-mobile-app.json +++ b/step-templates/hockeyapp-upload-mobile-app.json @@ -13,7 +13,7 @@ { "Name": "HockeyAppApiToken", "Label": "HockeyApp Api Token", - "HelpText": "HockeyApp requires an access token for their API as show in the [HockeyApp API Authentication Documentation]( http://support.hockeyapp.net/kb/api/api-basics-and-authentication#authentication). Logged in users can generate tokens under [API Tokens](https://rink.hockeyapp.net/manage/auth_tokens) in the account menu.\n\nYou should generate an application specific token for this purpose.", + "HelpText": "HockeyApp requires an access token for their API as show in the [HockeyApp API Authentication Documentation](http://support.hockeyapp.net/kb/api/api-basics-and-authentication#authentication). Logged in users can generate tokens under [API Tokens](https://rink.hockeyapp.net/manage/auth_tokens) in the account menu.\n\nYou should generate an application specific token for this purpose.", "DefaultValue": null, "DisplaySettings": { "Octopus.ControlType": "SingleLineText" @@ -154,4 +154,4 @@ "Type": "ActionTemplate" }, "Category": "hockeyapp" -} \ No newline at end of file +}