Skip to content

Commit 24ac6e5

Browse files
authored
Merge pull request #1779 from kraigb/kraigb-python-feedback
Fix links from validation report
2 parents b0cd081 + af7ccd6 commit 24ac6e5

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
@@ -170,14 +170,16 @@ A. Python is generally an interpreted language, with which code is run on demand
170170
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):
171171

172172
- [Visual Studio 2017 (all editions)](https://www.visualstudio.com/vs/)
173-
- [Visual Studio 2015 (all editions)](https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs)
173+
- Visual Studio 2015 (all editions)
174174
- Visual Studio 2013 Community Edition
175175
- Visual Studio 2013 Express for Web, Update 2 or higher
176176
- Visual Studio 2013 Express for Desktop, Update 2 or higher
177177
- Visual Studio 2013 (Pro edition or higher)
178178
- Visual Studio 2012 (Pro edition or higher)
179179
- Visual Studio 2010 SP1 (Pro edition or higher; .NET 4.5 required)
180180

181+
Visual Studio 2015 and earlier are available at [visualstudio.com/vs/older-downloads/](https://www.visualstudio.com/vs/older-downloads/).
182+
181183
> [!Important]
182184
> 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.
183185

0 commit comments

Comments
 (0)