Skip to content

Commit

Permalink
fix(connect): Some link texts missing spaces inside sentences (#630)
Browse files Browse the repository at this point in the history
Fix #336
  • Loading branch information
Msarawan authored Oct 23, 2023
1 parent 21ec9eb commit 4e6ac92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/hawtio/src/plugins/connect/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Connect: React.FunctionComponent = () => {
<Text component='p'>
This page allows you to connect to remote processes which{' '}
<strong>
already have a
already have a{' '}
<a href='https://jolokia.org/agent.html' target='_blank' rel='noreferrer'>
Jolokia agent
</a>{' '}
Expand All @@ -56,7 +56,7 @@ export const Connect: React.FunctionComponent = () => {
. You will need to know the host name, port and path of the Jolokia agent to be able to connect.
</Text>
<Text component='p'>
If the process you wish to connect to does not have a Jolokia agent inside, please refer to the
If the process you wish to connect to does not have a Jolokia agent inside, please refer to the{' '}
<a href='http://jolokia.org/agent.html' target='_blank' rel='noreferrer'>
Jolokia documentation
</a>{' '}
Expand All @@ -65,7 +65,7 @@ export const Connect: React.FunctionComponent = () => {
<Text component='p'>
If you are using{' '}
<a href='https://developers.redhat.com/products/fuse/overview/' target='_blank' rel='noreferrer'>
Red Hat Fuse
Red Hat Fuse{' '}
</a>
or{' '}
<a href='http://activemq.apache.org/' target='_blank' rel='noreferrer'>
Expand Down

0 comments on commit 4e6ac92

Please sign in to comment.