--- a/cl-digraph/changelog/index.html Tue Jan 14 20:12:06 2020 -0500
+++ b/cl-digraph/changelog/index.html Sat Jul 18 12:35:26 2020 -0400
@@ -15,12 +15,16 @@
<h1 id="changelog"><a href="">Changelog</a></h1><p>Here's the list of changes in each released version.</p>
<div class="toc">
<ul>
+<li><a href="#v131">v1.3.1</a></li>
<li><a href="#v130">v1.3.0</a></li>
<li><a href="#v121">v1.2.1</a></li>
<li><a href="#v120">v1.2.0</a></li>
<li><a href="#v110">v1.1.0</a></li>
<li><a href="#v100">v1.0.0</a></li>
</ul></div>
+<h2 id="v131">v1.3.1</h2>
+<p><a href="https://github.com/sjl/cl-digraph/pull/3">Fixed a bug</a> for recent SBCL versions
+when creating a digraph without a custom hash function.</p>
<h2 id="v130">v1.3.0</h2>
<p>Added the <code>arbitrary-vertex</code> function to return an arbitrary vertex of
a digraph.</p>
--- a/cl-digraph/index.html Tue Jan 14 20:12:06 2020 -0500
+++ b/cl-digraph/index.html Sat Jul 18 12:35:26 2020 -0400
@@ -17,7 +17,7 @@
<ul>
<li><strong>License:</strong> MIT</li>
<li><strong>Documentation:</strong> <a href="https://docs.stevelosh.com/cl-digraph/">https://docs.stevelosh.com/cl-digraph/</a></li>
-<li><strong>Mercurial:</strong> <a href="https://hg.sr.ht/~sjl/cl-digraph/">https://hg.sr.ht/~sjl/cl-digraph/</a></li>
+<li><strong>Mercurial:</strong> <a href="https://hg.stevelosh.com/cl-digraph/">https://hg.stevelosh.com/cl-digraph/</a></li>
<li><strong>Git:</strong> <a href="https://github.com/sjl/cl-digraph/">https://github.com/sjl/cl-digraph/</a></li>
</ul>
<p>cl-digraph focuses on simplicity, correctness, and usability. Performance is