Bug 892906

Summary: The "Follow these steps to install the client" link on get started page of application will redirect to a page which has no expected content.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 906227 (view as bug list) Environment:
Last Closed: 2013-02-14 00:51:55 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:
Bug Depends On:    
Bug Blocks: 906227    

Description Yujie Zhang 2013-01-08 08:23:51 UTC
Description of problem:

After adding mysql cartridge, click the "Follow these steps to install the client" link on the get started page of application, the url of the link is "https://openshift.redhat.com/community/get-started#install_client_tools", but the page has no expected content.


Version-Release number of selected component (if applicable):
devenv_2643

How reproducible:always


Steps to Reproduce:
1.Go to openshift website and login
2.Create an application and add mysql cartridge
3.Click the "Follow these steps to install the client" link on cartridge get started page
  
Actual results:

The link will redirect to a page which has no expected content.

Expected results:

The link should redirect to a page which has expected content. Maybe the correct url of that link is https://openshift.redhat.com/community/get-started#cli

Additional info:

Comment 1 Clayton Coleman 2013-01-10 18:15:47 UTC
Fixed in https://github.com/openshift/origin-server/pull/1138

Comment 2 Yujie Zhang 2013-01-11 03:11:20 UTC
(In reply to comment #1)
Tested on devenv_2661, the link can redirect to the right page now, thanks.