Bug 825338
Summary: | Broken links on installer/start.jsf page | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> | ||||
Component: | Installer | Assignee: | John Mazzitelli <mazz> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.4 | CC: | dlackey, fbrychta, hbrock, hrupp, jkandasa, mazz | ||||
Target Milestone: | --- | ||||||
Target Release: | RHQ 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 823860 | Environment: | |||||
Last Closed: | 2013-09-01 09:59:35 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: | |||||||
Bug Depends On: | 823860 | ||||||
Bug Blocks: | 782579 | ||||||
Attachments: |
|
Description
Charles Crouch
2012-05-25 18:17:21 UTC
This is fixed in master Created attachment 588360 [details] HTML source All basic settings links are working. However if we click "Show Advanced Settings" we are getting bunch of links. Those advanced settings field links are not pointing the content. Examples: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-RegisteredServers http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerPublicAddress http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerAffinityGroup http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#WebServicePort Page source is attached. Build Number: 4bc4270:1b85993 Version: 3.1.0.CR1 GWT Version: 2.4.0 SmartGWT Version: 3.0 Browser: Firefox 10.0.4 ESR (In reply to comment #2) > http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/ > Admin_Configuring_JON_Servers_and_Agents/server-properties.html#- > RegisteredServers > http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/ > Admin_Configuring_JON_Servers_and_Agents/server-properties.html#- > ServerPublicAddress > http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/ > Admin_Configuring_JON_Servers_and_Agents/server-properties.html#- > ServerAffinityGroup > > http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/ > Admin_Configuring_JON_Servers_and_Agents/server-properties. > html#WebServicePort fyi: this isn't a release blocker. the help URLs should not have had "-" in them (#-ServerAffinityGroup) - I thought I changed all of those, but I have a suspicision those URLs are generated from different code from all the rest. Because some of them don't have "-" in them (#WebServicePort). For those without the "-", those URLs are correct (they render to a proper page in the RHQ docs) however, for the JON docs, there may not be page sections with those anchor names (like WebServicePort or ServerAffinityGroup) so the link will just take you to the main server properties page. This behavior is OK, it at least takes you to the page with the properties documentation. now that we moved to jboss.org confluence server, we need to change all the RHQ links to point to those URLs. rhq-project.org URLs are going away shortly. git commit to master f33a3ac - links now go to the new jboss.org RHQ confluence docs Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |