From 8669f6552eed32d0e8680e210e99cd946d3de1d9 Mon Sep 17 00:00:00 2001 From: Ali Heikal Date: Tue, 24 Nov 2020 19:45:21 +0200 Subject: [PATCH] Fix homepage URL for Bot Framework Composer 1.1.1 (#4992) A previous commit by a contributor changed the homepage URL to Microsoft Bot Framework's homepage instead of Bot Framework Composer's. This commit is to fix that error. --- manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml b/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml index a43407471..e0ab01614 100644 --- a/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml +++ b/manifests/Microsoft/BotFrameworkComposer/1.1.1.yaml @@ -6,7 +6,7 @@ License: Copyright (c) Microsoft Corporation LicenseUrl: https://github.com/microsoft/BotFramework-Composer/blob/master/LICENSE.md Tags: bot, framework, composer Description: Bot Framework Composer is an integrated development tool for developers and multi-disciplinary teams to build bots and conversational experiences with the Microsoft Bot Framework. Within this tool, you'll find everything you need to build a sophisticated conversational experience. -Homepage: https://dev.botframework.com/ +Homepage: https://github.com/microsoft/BotFramework-Composer Installers: - Arch: x64 Url: https://github.com/microsoft/BotFramework-Composer/releases/download/v1.1.1/BotFramework-Composer-1.1.1-windows-setup.exe