Bug 1376846 - ALL GUIDES: Append '?version=6.4' to CSP doc links so they are directed correctly on the Portal
Summary: ALL GUIDES: Append '?version=6.4' to CSP doc links so they are directed corre...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: post-GA
: ---
Assignee: sgilda
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-16 15:12 UTC by sgilda
Modified: 2016-10-20 19:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-20 19:26:38 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.