From bf2c2e32d6692c34c02c27251fe756f23738a19a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 5 Dec 2022 18:27:13 -0800 Subject: [PATCH] fix http references, convert to https --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 30314b8..eefc62f 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@

How can I help?

-

Exercise our reference implementations, or find a community implementation in your preferred environment or language. Provide feedback!

+

Exercise our reference implementations, or find a community implementation in your preferred environment or language. Provide feedback!

If a CommonMark implementation does not already exist in your preferred environment or language, try implementing your own CommonMark parser. One of our major goals is to strongly specify Markdown, and to eliminate the many old inconsistencies and ambiguities that made using Markdown so difficult. Did we succeed?

@@ -112,7 +112,7 @@

The CommonMark specification.

- code.commonmark.org + code.commonmark.org

Reference implementation and validation test suite on GitHub.