repo: gemini-site action: commit revision: path_from: revision_from: c2f9731f0dcbaf7127e4edb31b11d2a07c4d76d9: path_to: revision_to:
commit c2f9731f0dcbaf7127e4edb31b11d2a07c4d76d9 Author: SolderpunkDate: Sun Feb 7 11:27:10 2021 +0100 Remove invalid link example (no whitespace after =>). diff --git a/docs/specification.gmi b/docs/specification.gmi
--- a/docs/specification.gmi +++ b/docs/specification.gmi @@ -230,7 +230,6 @@ All the following examples are valid link lines: => gemini://example.org/ => gemini://example.org/ An example link => gemini://example.org/foo Another example link at the same host -=>gemini://example.org/bar Yet another example link at the same host => foo/bar/baz.txt A relative link => gopher://example.org:70/1 A gopher link ```
-----END OF PAGE-----