We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 950a745 + a8670fa commit 23fe5a3Copy full SHA for 23fe5a3
libraries/botbuilder-community-dialogs-prompts/source/about.py
@@ -4,7 +4,7 @@
4
__version__ = (
5
os.environ["packageVersion"] if "packageVersion" in os.environ else "0.1.0"
6
)
7
-__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
+__uri__ = "https://github.com/BotBuilderCommunity/botbuilder-community-python"
8
__author__ = "Bot Builder Community"
9
__description__ = "Microsoft Bot Builder Community Dialogs Prompts"
10
__summary__ = "Dialogs Prompts from the Bot Builder Community for Microsoft Bot Builder SDK for Python"
0 commit comments