Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update extensions page to VS2017
Was linking to our old VS2015 extensions page; this change points it at the correct location.
  • Loading branch information
timsneath authored May 25, 2017
commit 2c18598d42ce9bc2f6198fc6041695fecceb0833
2 changes: 1 addition & 1 deletion articles/dotnet/bot-builder-dotnet-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Get started by completing the following prerequisite tasks:
> [!TIP]
> You can build bots for free with <a href="https://www.visualstudio.com/downloads/" target="_blank">Visual Studio 2017 Community</a>.

2. In Visual Studio, <a href="https://msdn.microsoft.com/en-us/library/dd997169.aspx" target="_blank">update all extensions</a> to their latest versions.
2. In Visual Studio, <a href="https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-update-a-visual-studio-extension" target="_blank">update all extensions</a> to their latest versions.

3. [Download](http://aka.ms/bf-bc-vstemplate) the Bot Application template
and install the template by saving the .zip file to your Visual Studio 2017 project templates directory.
Expand Down