Bug 1086246

Summary: Link to the documentation on Welcome page is invalid
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Martin Velas <mvelas>
Component: BuildAssignee: Paul Gier <pgier>
Status: CLOSED DUPLICATE QA Contact: Pavel Jelinek <pjelinek>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: brian.stansberry, hbraun, jcechace, mvelas, pslavice, smumford
Target Milestone: ER2   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-15 20:23:33 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:
Attachments:
Description Flags
Screenshot of webconsole with invalid link none

Description Martin Velas 2014-04-10 12:56:39 UTC
Description of problem:
Invalid link to the documentation in the webconsole

Version-Release number of selected component (if applicable):
6.3.0.ER1

How reproducible:
allways

Steps to Reproduce:
1. start EAP server
2. open localhost:8080 in the browser
3. click on the "Documentation" link

Actual results:
The requested URL /access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/ was not found on this server.

Expected results:
Page with the documetation.

Additional info:
Valid URL is: https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/

Comment 1 Harald Pehl 2014-04-10 14:11:10 UTC
Cannot reproduce. Which link are you referring? The first link in the "Find More Resources" sidebar which says "Read JBoss EAP Documentation"?

This link works for me.

Comment 2 Martin Velas 2014-04-10 14:26:59 UTC
Created attachment 884972 [details]
Screenshot of webconsole with invalid link

Comment 3 Harald Pehl 2014-04-10 18:48:19 UTC
So it's not inside the management console, but the links in the welcome content. AFAIK the links come from the build project:

jboss-eap/build/src/main/resources/welcome-content/index.html and
jboss-eap/build/src/main/resources/welcome-content/index_noconsole.html

They should be changed from 

https://access.redhat.com/site/documentation/Red_Hat_JBoss_Enterprise_Application_Platform/ 
https://access.redhat.com/groups/jboss-enterprise-middleware

to 

https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
https://access.redhat.com/site/discussions?product=5

Can someone confirm?

Comment 4 Paul Gier 2014-04-15 20:23:33 UTC
This is fixed in bug 1071886

*** This bug has been marked as a duplicate of bug 1071886 ***