Document URL: https://developers.openshift.com/languages/python/getting-started.html Section Number and Name: Step 3 Describe the issue: Multiple URL's leading to 404 not founds. Suggestions for improvement: Fix the URL's Additional information: 1. This follows the documentation for setup scripts and an excellent **blog piece** by one of the main pip maintainers. Here is the documentation for requirements.txt. Invalid: https://caremad.io/blog/setup-vs-requirement/ Correct: https://caremad.io/2013/07/setup-vs-requirement/ 2. If you are unfamiliar with **virtualenv** you should read some of the documentation. Invalid: http://virtualenv.readthedocs.io/en/latest/virtualenv/ Correct: http://virtualenv.readthedocs.io/en/stable/
Both of the above links have been corrected via PR https://github.com/openshift/devcenter/commit/560cae9fee3d57b2a0c43f4183359fdaef34b529 ,which has been deployed.