From 7ff3511b4a08ea77d67ddd73980ffbab659b220e Mon Sep 17 00:00:00 2001 From: Vishnu Abhrapudi <58915530+vishnuabhrapudi@users.noreply.github.com> Date: Wed, 29 Jul 2020 15:22:31 +0530 Subject: [PATCH] Removing v2 in all the documentation files (#41) --- Deployment/azuredeploy.json | 6 +++--- Manifest/manifest_enduser.json | 2 +- Manifest/manifest_sme.json | 2 +- README.md | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Deployment/azuredeploy.json b/Deployment/azuredeploy.json index acd012e5..1a5d247a 100644 --- a/Deployment/azuredeploy.json +++ b/Deployment/azuredeploy.json @@ -42,7 +42,7 @@ "appDisplayName": { "type": "string", "minLength": 1, - "defaultValue": "FAQ Plus V2", + "defaultValue": "FAQ Plus", "metadata": { "description": "The app (and bot) display name." } @@ -58,7 +58,7 @@ "appIconUrl": { "type": "string", "minLength": 1, - "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-faqplusv2/master/Manifest/color.png", + "defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-faqplus/master/Manifest/color.png", "metadata": { "description": "The link to the icon for the app. It must resolve to a PNG file." } @@ -132,7 +132,7 @@ "metadata": { "description": "The URL to the GitHub repository to deploy." }, - "defaultValue": "https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2.git" + "defaultValue": "https://github.com/OfficeDev/microsoft-teams-apps-faqplus.git" }, "gitBranch": { "type": "string", diff --git a/Manifest/manifest_enduser.json b/Manifest/manifest_enduser.json index 5e7a830a..e3f62bec 100644 --- a/Manifest/manifest_enduser.json +++ b/Manifest/manifest_enduser.json @@ -15,7 +15,7 @@ "outline": "outline.png" }, "name": { - "short": "FAQ Plus [V2]" + "short": "FAQ Plus" }, "description": { "short": "A friendly FAQ bot that answers questions and connects you to experts.", diff --git a/Manifest/manifest_sme.json b/Manifest/manifest_sme.json index 781528ba..c116ce2b 100644 --- a/Manifest/manifest_sme.json +++ b/Manifest/manifest_sme.json @@ -15,7 +15,7 @@ "outline": "outline.png" }, "name": { - "short": "FAQ Plus [V2] (Experts Team)" + "short": "FAQ Plus (Experts Team)" }, "description": { "short": "A friendly FAQ bot that answers questions and connects you to experts.", diff --git a/README.md b/README.md index 7b73f0bc..51546ede 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ urlFragment: microsoft-teams-apps-faqplus --- # FAQ Plus App Template -| [Documentation](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Home) | [Deployment guide](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Deployment-Guide) | [Architecture](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Solution-Overview) | +| [Documentation](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Home) | [Deployment guide](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Deployment-Guide) | [Architecture](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Solution-Overview) | | ---- | ---- | ---- | Chatbots on Microsoft Teams are an easy way to provide answers to frequently asked questions by users. However, most chatbots fail to engage with users in a meaningful way because there is no human in the loop when the chatbot fails to answer a question well. @@ -39,13 +39,13 @@ FAQ Plus bot is a friendly Q&A bot that brings a human in the loop when it is un * Expert invoking the task module to add QnA pair: -![Invoking_taskmodule1](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Images/Invoking_taskmodule1.png) +![Invoking_taskmodule1](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Images/Invoking_taskmodule1.png) -More screenshots and tips on how to use the app are in the [Wiki](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Home) of this repository. +More screenshots and tips on how to use the app are in the [Wiki](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Home) of this repository. ## Legal Notice -Please read the license terms applicable to this template [here](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/blob/master/LICENSE). In addition to these terms, you agree to the following: +Please read the license terms applicable to this template [here](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/blob/master/LICENSE). In addition to these terms, you agree to the following: - You are responsible for complying with all applicable privacy and security regulations, as well as all internal privacy and security policies of your company. You must also include your own privacy statement and terms of use for your app if you choose to deploy or share it broadly. - This template includes functionality to provide all with required information, and it is your responsibility to ensure the data is presented accurately.