diff --git a/README.md b/README.md index 44752d504..db79d63b5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Features * [PySMI](https://www.pysnmp.com/pysmi/) integration for dynamic MIB compilation * Built-in instrumentation exposing protocol engine operations * Python eggs and py2exe friendly -* 100% Python, works with Python 3.7+ +* 100% Python, works with Python 3.8+ * MT-safe (if SnmpEngine is thread-local) Features, specific to SNMPv3 model include: @@ -42,7 +42,6 @@ Features, specific to SNMPv3 model include: * Optional SNMP engine discovery * Shipped with standard SNMP applications (RC3413) - Download & Install ------------------ @@ -145,7 +144,7 @@ asyncio.run(run()) ``` > We maintain publicly available SNMP Agent and TRAP sink at -> [demo.pysnmp.com](https://www.pysnmp.com/snmpsim/public-snmp-agent-simulator.html). You are +> [demo.pysnmp.com](https://www.pysnmp.com/snmp-simulation-service). You are > welcome to use it while experimenting with whatever SNMP software you deal with. ```bash