Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects links #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,16 @@ <h2>Why use Microformats?</h2>
<h2>What else are they good for?</h2>

<p>
In addition to <a href="http://microformats.org/wiki/h-card">people and organizations</a>,
In addition to <a href="https://microformats.org/wiki/h-card">people and organizations</a>,
Microformats can be used for:
<a href="http://microformats.org/wiki/h-feed">feeds</a>,
<a href="http://microformats.org/wiki/h-entry">blog posts</a>,
<a href="http://microformats.org/wiki/h-event">events</a>,
<a href="http://microformats.org/wiki/h-adr">locations</a>,
<a href="http://microformats.org/wiki/h-review">reviews</a>,
<a href="http://microformats.org/wiki/h-recipe">recipes</a>,
<a href="http://microformats.org/wiki/h-resume">resumes</a>,
and <a href="http://microformats.org/wiki/h-product">products</a>.
<a href="https://microformats.org/wiki/h-feed">feeds</a>,
<a href="https://microformats.org/wiki/h-entry">blog posts</a>,
<a href="https://microformats.org/wiki/h-event">events</a>,
<a href="https://microformats.org/wiki/h-adr">locations</a>,
<a href="https://microformats.org/wiki/h-review">reviews</a>,
<a href="https://microformats.org/wiki/h-recipe">recipes</a>,
<a href="https://microformats.org/wiki/h-resume">resumes</a>,
and <a href="https://microformats.org/wiki/h-product">products</a>.
</p>
</section><!-- #what-else -->

Expand Down Expand Up @@ -250,8 +250,8 @@ <h2>Parsing Microformats</h2>
<h2>Parser Libraries</h2>

<p>Production ready parsers are available for: <a href="https://go.microformats.io">Go</a>, <a
href="http://node.microformats.io">Node</a>, <a href="https://php.microformats.io">PHP</a>, <a
href="http://python.microformats.io">Python</a>, <a href="https://ruby.microformats.io">Ruby</a>.</p>
href="https://node.microformats.io">Node</a>, <a href="https://php.microformats.io">PHP</a>, <a
href="https://python.microformats.io">Python</a>, <a href="https://ruby.microformats.io">Ruby</a>.</p>

<div class="row languages">
<div class="col-4 col-sm-2 offset-sm-1 language language-go">
Expand All @@ -260,9 +260,9 @@ <h2>Parser Libraries</h2>
<a href="https://go.microformats.io"><img alt="Go" src="/assets/images/parsers/go.png" /></a>
</div>
<div class="col-4 col-sm-2 language language-node">
<a class="btn btn-secondary btn-sm" href="http://node.microformats.io">Website</a>
<a class="btn btn-secondary btn-sm" href="https://github.com/glennjones/microformat-node">Library</a>
<a href="http://node.microformats.io"><img alt="Node" src="/assets/images/parsers/node.svg" /></a>
<a class="btn btn-secondary btn-sm" href="https://node.microformats.io">Website</a>
<a class="btn btn-secondary btn-sm" href="https://github.com/microformats/microformats-parser">Library</a>
<a href="https://node.microformats.io"><img alt="Node" src="/assets/images/parsers/node.svg" /></a>
</div>
<div class="col-4 col-sm-2 language language-php">
<a class="btn btn-secondary btn-sm" href="https://php.microformats.io">Website</a>
Expand All @@ -283,7 +283,7 @@ <h2>Parser Libraries</h2>

<p>
Other parsers are in-development for:
<a href="http://microformats.org/wiki/microformats2#Development_parsers">Erlang, Elixir, Haskell, Java, and more</a>.
<a href="https://microformats.org/wiki/microformats2#Development_parsers">Erlang, Elixir, Haskell, Java, and more</a>.
</p>

<h3 class="example-heading">
Expand Down Expand Up @@ -380,4 +380,4 @@ <h2>More information</h2>

</body>

</html>
</html>