diff --git a/docs/learn/glossary.md b/docs/learn/glossary.md index 42353e6..22e8b74 100644 --- a/docs/learn/glossary.md +++ b/docs/learn/glossary.md @@ -99,7 +99,7 @@ Publish/Subscribe (Pub/Sub) is an asynchronous messaging pattern where publisher A Pub/Sub topic is a string that serves as an identifier for the topic of interest among [GossipSub](#gossipsub) peers. Peers interested in the same topic are likely to maintain a connection and forward messages received on that topic. -### Rate limit nullifiers +### [Rate limit nullifiers](https://rate-limiting-nullifier.github.io/rln-docs/) Rate Limit Nullifiers (RLN) are a construct based on zero-knowledge proofs that enables rate limiting functionality while preserving the users's anonymity.