From d1873a16303d61eeb96e3a9aa2b563a291217ba7 Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Sun, 27 Jun 2021 20:30:01 -0400 Subject: [PATCH] README: remove hyperlinks from "example.com" URLs That just feels... pointless at best, confusing at worst? --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index aeebafc..d610889 100644 --- a/readme.md +++ b/readme.md @@ -28,8 +28,8 @@ prosody for example would need this component configuration for the above comman Component "irc.example.com" component_secret = "irc" -Then, whether an XMPP user connects to [xmpp:example@chat.example.com?join](xmpp:example@chat.example.com?join) or an -IRC user to [irc://irc.example.com:6667/example](irc://irc.example.com:6667/example) they will both be in the same channel, +Then, whether an XMPP user connects to xmpp:example@chat.example.com?join or an +IRC user to irc://irc.example.com:6667/example they will both be in the same channel, hopefully unable to tell the other is using a completely different protocol. Development