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:
Fixed in https://github.com/openshift/origin-server/pull/1138
(In reply to comment #1) Tested on devenv_2661, the link can redirect to the right page now, thanks.