Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Fixed problem with links in Javadoc on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
arigesher committed May 30, 2012
1 parent 98272f4 commit 7cd3ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/com/palantir/opensource/sysmon/package-info.java
Expand Up @@ -15,8 +15,8 @@
* <p>
* The Sysmon package allows a Java program to monitor the health of the
* host system that the Java VM is running on and access that data via
* <a href='http://download.oracle.com/javase/7/docs/technotes/guides/jmx/index.html'>Java Management Extensions</a>
* (non-Javadoc documentation available in the <a href='http://github.com/palantir/Sysmon/wiki'>GitHub Project Wiki</a>).
* <a href=http://download.oracle.com/javase/7/docs/technotes/guides/jmx/index.html target=_blank>Java Management Extensions</a>
* (non-Javadoc documentation available in the <a href=http://github.com/palantir/Sysmon/wiki target=_blank>GitHub Project Wiki</a>).
* </p>
* <p>
* The Sysmon package can be used as a library inside an existing program or
Expand Down
2 changes: 1 addition & 1 deletion src/com/palantir/opensource/sysmon/util/package-info.java
Expand Up @@ -13,6 +13,6 @@
// limitations under the License.
/**
* A collection of utility code to streamline the coding for the
* <a href='http://github.com/palantir/Sysmon'>Sysmon project</a>.
* <a href=http://github.com/palantir/Sysmon target=_blank>Sysmon project</a>.
*/
package com.palantir.opensource.sysmon.util;

0 comments on commit 7cd3ba0

Please sign in to comment.