diff --git a/README.md b/README.md
index 625ed2e..a76ce5c 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@
![GitHub top language](https://img.shields.io/github/languages/top/sentrysoftware/snmp)
![License](https://img.shields.io/github/license/sentrysoftware/snmp)
-This project is a fork of the excellent [Westhawk's SNMP Library for Java](https://snmp.westhawk.co.uk/) ([see also](https://code.google.com/archive/p/snmp123)).
+The SNMP Java client enables you to run SNMP operations, including:
-The SNMP Java client is designed to interact with remote hosts implementing SNMP v1, v2c, or v3 and allows to execute SNMP requests, including `Get` and `GetNext` requests as well as `Walk` and `Table` functionalities that represent an enhancements over traditional SNMP `Get` and `GetNext` methods.
+- SNMP Client initialization
+- Execution of single requests (`Get` and `GetNext`), as well as multiple request functionalities (`Walk` and `Table`)
+- Request execution on remote devices, supporting SNMP v1, v2c, or v3 implementations
-See [Project Documentation](https://sentrysoftware.github.io/snmp/) and the [Javadoc](https://sentrysoftware.github.io/snmp/apidocs/) for more information on how to use this library in your code.
+See [Project Documentation](https://sentrysoftware.org/snmp/) and the [Javadoc](https://sentrysoftware.org/snmp/apidocs/) for more information on how to use this library in your code.
## Build instructions
diff --git a/pom.xml b/pom.xml
index 6f6e31b..7002bd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
https://sentrysoftware.com
- https://sentrysoftware.github.io/snmp
+ https://sentrysoftware.org/snmp
2023
@@ -42,7 +42,7 @@
scm:git:https://github.com/sentrysoftware/snmp.git
- https://sentrysoftware.github.io/snmp
+ https://sentrysoftware.org/snmp
HEAD