Skip to content

Commit

Permalink
MIGRFEED-17: fix link to JMS configuration (#922)
Browse files Browse the repository at this point in the history
AFAICT link originally pointed to 18.8. Configuration (for Messaging) -- at some point 23.2 Configuration (for Hibernate Search) was added, and whatever generates the documentation html effectively changed sect-Configuration.html from pointing at 18.8 to pointing at 23.2. (Not a friendly behavior...)
  • Loading branch information
d-s authored and jsight committed May 9, 2016
1 parent 6e742b4 commit 24d1e7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ private void processJMSDestination(GraphContext context, JmsDestinationModel des
LinkModel jmsDestinationLink = linkService
.getOrCreate(
"Destination Setup",
"https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/sect-Configuration.html");
"https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/sect-Configuration1.html");
linkable.addLink(jmsDestinationLink);
}

Expand Down

0 comments on commit 24d1e7f

Please sign in to comment.