~amolith/public-inbox

Clarify wording regarding HTTP sites/domains v1 APPLIED

Jake Bauer: 1
 Clarify wording regarding HTTP sites/domains

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~amolith/public-inbox/patches/27577/mbox | git am -3
Learn more about email & git

[PATCH] Clarify wording regarding HTTP sites/domains Export this patch

The wording of "HTTP domain" was a bit weird and technically incorrect.
This patch changes the wording of the paragraph to be more in line with
the intended meaning.
---
 index.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.md b/index.md
index fe72a7f..8e263c0 100644
--- a/index.md
+++ b/index.md
@@ -38,10 +38,10 @@ reserve the right to deny requests. If you want to know whether your site is
suitable for inclusion, send an email to the ticket tracker (address below) and
we'll take a look at it!

One of our requirements for joining is that you *must* have a site on a
clearnet, HTTP domain. Paths are acceptable (e.g.
`sometilde.service/~username`), but *this* webring is dedicated to clearnet,
HTTP sites. See our other \*rings below for more platforms/protocols.
One of our requirements for joining is that you *must* have an HTTP(S) site on a
clearnet domain. Paths are acceptable (e.g. `sometilde.service/~username`), but
*this* webring is dedicated to clearnet, HTTP(S) sites. See our other \*rings
below for more platforms/protocols.

## Joining

--
2.32.0 (Apple Git-132)
Yep, this reads much better. Thank you!