Skip to content

Commit a9cb00a

Browse files
committed
[#9] : Update all references of sentrysoftware.github.io
* Updated pom.xml file. * Updated README.md file.
1 parent 7d7175a commit a9cb00a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ replay_pid*
2828
.classpath
2929
.settings/
3030

31+
# IntelliJ IDEA files
32+
*.iml
33+
.idea/
34+
*.iws
35+
*.ipr
36+
3137
# Maven
3238
target/
3339
pom.xml.tag

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The HTTP Java Client is a simple Java library that facilitates the execution of HTTP requests. Built on Java's HttpURLConnection, it requires no external dependencies and supports various HTTP methods (GET, POST, PUT, DELETE).
99

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

1212
## Build instructions
1313

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<url>https://sentrysoftware.com</url>
1414
</organization>
1515

16-
<url>https://sentrysoftware.github.io/http</url>
16+
<url>https://sentrysoftware.org/http</url>
1717
<inceptionYear>2023</inceptionYear>
1818

1919
<distributionManagement>

0 commit comments

Comments
 (0)