Skip to content

Commit f6872b1

Browse files
author
Kraig Brockschmidt
committed
Fix links from validation report
1 parent 356a781 commit f6872b1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/ide/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You're now ready to add a bit of Python code to implement a minimal web app.
117117

118118
**Question: Where can I learn more about Flask?**
119119

120-
**Answer**: Refer to the Flask documentation, starting with the [Flask Quickstart](https://flask.pocoo.org/docs/0.12/quickstart/) (flask.pocoo.org).
120+
**Answer**: Refer to the Flask documentation, starting with the [Flask Quickstart](http://flask.pocoo.org/docs/0.12/quickstart/#quickstart) (flask.pocoo.org).
121121

122122
## Run the application
123123

docs/python/azure-sdk-for-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can also follow [Install Python and the SDK](https://docs.microsoft.com/azur
3838

3939
## Documentation
4040

41-
Documentation can be found on [azure-sdk-for-python.readthedocs.org](http://azure-sdk-for-python.readthedocs.org/en/latest/index.html).
41+
Documentation can be found on [azure-sdk-for-python.readthedocs.org](https://docs.microsoft.com/en-us/python/azure/?view=azure-python).
4242

4343
The [Azure SDK for Python Developer Center](http://azure.microsoft.com/develop/python/) also has a number of helpful resources, including a number of tutorials:
4444

docs/python/overview-of-python-tools-for-visual-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,16 @@ A. Python is generally an interpreted language, with which code is run on demand
7070
Python features can be installed in the following editions of Visual Studio as described in the [installation guide](installing-python-support-in-visual-studio.md):
7171

7272
- [Visual Studio 2017 (all editions)](https://www.visualstudio.com/vs/)
73-
- [Visual Studio 2015 (all editions)] (https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs)
73+
- Visual Studio 2015 (all editions)
7474
- Visual Studio 2013 Community Edition
7575
- Visual Studio 2013 Express for Web, Update 2 or higher
7676
- Visual Studio 2013 Express for Desktop, Update 2 or higher
7777
- Visual Studio 2013 (Pro edition or higher)
7878
- Visual Studio 2012 (Pro edition or higher)
7979
- Visual Studio 2010 SP1 (Pro edition or higher; .NET 4.5 required)
8080

81+
Visual Studio 2015 and earlier are available at [visualstudio.com/vs/older-downloads/](https://www.visualstudio.com/vs/older-downloads/).
82+
8183
> [!Important]
8284
> Features are fully supported and maintained for only the latest version of Visual Studio. Features are available in older versions but are not actively maintained.
8385

0 commit comments

Comments
 (0)