Bug 1422077

Summary: Wrong link for dwh documentation on landing page
Product: Red Hat Enterprise Virtualization Manager Reporter: Lukas Svaty <lsvaty>
Component: rhevm-branding-rhevAssignee: Alexander Wels <awels>
Status: CLOSED CURRENTRELEASE QA Contact: Radim Hrazdil <rhrazdil>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.0.7CC: awels, lbopf, lsurette, mgoldboi, pstehlik, rbalakri, srevivo, thildred, ykaul, ylavi
Target Milestone: ovirt-4.0.7Keywords: ZStream
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1421659 Environment:
Last Closed: 2017-03-19 08:37:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: UX RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1421659    
Bug Blocks: 1394971, 1512814    

Description Lukas Svaty 2017-02-14 12:37:24 UTC
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

Comment 1 Alexander Wels 2017-02-14 19:58:21 UTC
Note the servlet accepts both '-' and '_' and will produce the correct result. The problem is purely with the Reports_ part in the link.

Comment 2 Radim Hrazdil 2017-02-17 13:57:42 UTC
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.