Hide Forgot
Created attachment 1137341 [details] Screen Shot of the oVirt Portal Selection page Description of problem: The link "Downloads / Console Client Resources" on the Ovirt Portal Selection page points to http://www.ovirt.org/Console_Client_Resources However, that page does not exist and results in a 404 Error Version-Release number of selected component (if applicable): 3.6.3.4 How reproducible: Always Steps to Reproduce: 1. Visit the Ovirt-Engine portal selection screen, e.g. https://ovirt.yourdomain.com/ovirt-engine/ 2. Click the link "Console Client Resources" 3. Observe the "Not found" error Actual results: The web page was not found Expected results: A web page providing download should be presented. Additional info: The page likely moved to http://www.ovirt.org/documentation/admin-guide/virt/console-client-resources/ Either the old location should provide a redirect, or the URL in the Ovirt login screen should be updated.
FWIW, the same link appears in the Basic view of the user portal, below the "Console : Connect" link (see screen shot)
Created attachment 1137345 [details] Screen Shot of the oVirt Userportal
Fixed this as part of bz1312880 which I didn't backport to 3.6. So the backport will fix both in 3.6
Verified in rhevm-3.6.6-0.1.el6. 'Console Client Resources' link at /ovirt-engine/ and 'Client Resources' link in User Portal now point to http://www.ovirt.org/documentation/admin-guide/virt/console-client-resources/ as is defined in the oVirt branding configuration file: # grep -r console-client-resources /usr/share/ovirt-engine/branding/ /usr/share/ovirt-engine/branding/ovirt.brand/external_resources.properties:obrand.common.console_client_resources_url=http://www.ovirt.org/documentation/admin-guide/virt/console-client-resources/