Bug 1342721

Summary: Invalid URLs
Product: OpenShift Online Reporter: Ubiquitous <i.pro>
Component: DocumentationAssignee: Corey Daley <cdaley>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: low Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 2.xCC: aos-bugs, cdaley, i.pro, jokerman, mmccomas
Target Milestone: ---   
Target Release: 2.x   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-04 04:54:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ubiquitous 2016-06-04 06:03:23 UTC
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/

Comment 2 Corey Daley 2016-09-04 04:54:28 UTC
Both of the above links have been corrected via PR https://github.com/openshift/devcenter/commit/560cae9fee3d57b2a0c43f4183359fdaef34b529 ,which has been deployed.