Skip to content

Commit

Permalink
fix http references, convert to https
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror authored Dec 6, 2022
1 parent ffd8d4f commit bf2c2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2>
<a id="how" class="anchor" href="#how"></a>How can I help?
</h2>

<p>Exercise our <a href="http://code.commonmark.org/">reference implementations</a>, or <a href="https://github.com/jgm/CommonMark/wiki/List-of-CommonMark-Implementations">find a community implementation</a> in your preferred environment or language. Provide <a href="https://talk.commonmark.org"></a>feedback!</p>
<p>Exercise our <a href="https://code.commonmark.org/">reference implementations</a>, or <a href="https://github.com/jgm/CommonMark/wiki/List-of-CommonMark-Implementations">find a community implementation</a> in your preferred environment or language. Provide <a href="https://talk.commonmark.org"></a>feedback!</p>

<p>If a CommonMark implementation does not already exist in your preferred environment or language, try <strong>implementing your own CommonMark parser</strong>. One of our major goals is to <a href="https://spec.commonmark.org/">strongly specify Markdown</a>, and to eliminate the many old inconsistencies and ambiguities that made using Markdown so difficult. Did we succeed?</p>

Expand All @@ -112,7 +112,7 @@ <h3>
The CommonMark specification.
</p>
<h3>
<a href="http://code.commonmark.org/">code.commonmark.org</a>
<a href="https://code.commonmark.org/">code.commonmark.org</a>
</h3>
<p>
Reference implementation and validation test suite on GitHub.
Expand Down

0 comments on commit bf2c2e3

Please sign in to comment.