diff --git a/knowledge-base/moneropedia/i2p.md b/knowledge-base/moneropedia/i2p.md index fda7d59a..d60ba13a 100644 --- a/knowledge-base/moneropedia/i2p.md +++ b/knowledge-base/moneropedia/i2p.md @@ -8,13 +8,13 @@ summary: "The Invisible Internet Project: an anonymizing overlay network" ### The Basics -From @Java-I2P's [website](https://geti2p.net/): +From @Java-I2P: >The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously inside I2P. ### In-depth information -From @Java-I2P's [website](https://geti2p.net/): +From @Java-I2P: >I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs. diff --git a/knowledge-base/moneropedia/java-i2p.md b/knowledge-base/moneropedia/java-i2p.md index 5fc975dd..5be1baf7 100644 --- a/knowledge-base/moneropedia/java-i2p.md +++ b/knowledge-base/moneropedia/java-i2p.md @@ -10,6 +10,6 @@ summary: "The original implementation of I2P; written in Java" The term "Java I2P" is often used to describe the original @I2P implementation currently most known and used today. -There are various other @I2P implementations, including @Kovri; all of which look up to this original implementation. +There are various other @I2P implementations, including @Kovri; all of which look up to the original Java implementation. To download/learn more about the Java implementation, visit their [website](https://geti2p.net/).