4.0.z stream clone +++ This bug was initially created as a clone of Bug #1421659 +++ Description of problem: Link to dwh documentation is wrong therefore 404. Version-Release number of selected component (if applicable): rhevm-doc-4.0.6-1.el7ev.noarch rhevm-4.0.7-0.1.el7ev.noarch How reproducible: 100% Steps to Reproduce: 1. Install engine 2. Open dwh documentation from landing page Actual results: https://<hostname>/ovirt-engine/docs/manual/en_US/html/Data_Warehouse_Guide/index.html Expected results: https://<hostname>/ovirt-engine/docs/manual/en-US/html/Data_Warehouse_Guide/index.html Additional info: Requires sed 's/en_US/en-US/' --- Additional comment from Lukas Svaty on 2017-02-13 09:36:24 EST --- Wrong copy paste: Current link: /ovirt-engine/docs/manual/en_US/html/Reports_and_Data_Warehouse_Guide/index.html Correct link: /ovirt-engine/docs/manual/en-US/html/Data_Warehouse_Guide/index.html thus also remove 'Reports_' please :) --- Additional comment from Lucy Bopf on 2017-02-13 18:56:55 EST --- Moving to the rhevm-doc component. --- Additional comment from Greg Sheremeta on 2017-02-13 19:40:48 EST --- moving to branding
Note the servlet accepts both '-' and '_' and will produce the correct result. The problem is purely with the Reports_ part in the link.
Verified that in rhv-release-4.0.7-2-001.noarch.rpm (rhevm-branding-rhev-4.0.0-7.el7ev.noarch) are correct documentation links.