Skip to content

Commit

Permalink
Merge pull request #22 from sentrysoftware/feature/MTX-533-Update-all…
Browse files Browse the repository at this point in the history
…-references-to-sentrysoftware.github.io-to-sentrysoftware.org

[#23] Update all references to sentrysoftware.github.io to sentrysoftware.org
  • Loading branch information
NassimBtk authored Jan 11, 2024
2 parents d7729a2 + 4bd8534 commit 2061abe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

# IntelliJ IDEA files
*.iml
.idea/
*.iws
*.ipr
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This project is a fork of the excellent [IPMI Library for Java by Verax Systems](https://veraxsystems.com/ipmi-library-for-java/) ([see also](https://en.wikipedia.org/wiki/Verax_IPMI)). It is however not related to [another fork by rbuckland](https://github.com/rbuckland/ipmilib).

See **[Project Documentation](https://sentrysoftware.github.io/ipmi)** and the [Javadoc](https://sentrysoftware.github.io/ipmi/apidocs) for more information on how to use this library in your code.
See **[Project Documentation](https://sentrysoftware.org/ipmi)** and the [Javadoc](https://sentrysoftware.org/ipmi/apidocs) for more information on how to use this library in your code.

The IPMI Java Client is a library that communicates with the IPMI host, fetches Field Replaceable Units (FRUs) and Sensors information then reports these information as a text output.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>https://sentrysoftware.com</url>
</organization>

<url>https://sentrysoftware.github.io/ipmi</url>
<url>https://sentrysoftware.org/ipmi</url>
<inceptionYear>2023</inceptionYear>

<distributionManagement>
Expand Down

0 comments on commit 2061abe

Please sign in to comment.