Bug 1376846

Summary: ALL GUIDES: Append '?version=6.4' to CSP doc links so they are directed correctly on the Portal
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: sgilda
Component: DocumentationAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ahoffer, eap-docs
Target Milestone: post-GA   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-20 19:26:38 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:

Description sgilda 2016-09-16 15:12:31 UTC
Description of problem:

For the 6.x release of the documentation, we were told not to provide deep links when referring to content in the other guides. So the DocBook XML looked something like this:

    For more information, see the chapter entitled <citetitle>Remote JNDI Lookup</citetitle> in the <citetitle>Development Guide</citetitle> for JBoss Enterprise Application Platform located on the Customer Portal at <ulink url="https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/" />.

With the release of 7.0, that link now takes you to the page with the 7.0 versions of the documentation.

We need to go through the topics and replace all instances of:

    https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/

with:

    https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/?version=6.4

It might not be a bad idea to add '6.4' to the release as well and end up with something like this:


    For more information, see the chapter entitled <citetitle>Remote JNDI Lookup</citetitle> in the <citetitle>Development Guide</citetitle> for JBoss Enterprise Application Platform 6.4 located on the Customer Portal at <ulink url="https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/?version=6.4" />.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 16 sgilda 2016-09-21 15:14:17 UTC
Fixes have been made and reviewed. These updates can be pushed to stage at any time.

Comment 18 sgilda 2016-09-22 19:01:42 UTC
I verified all the builds on stage.
@ahoffer and @philfest verified them separately also.