summaryrefslogtreecommitdiffstats
path: root/_archive
diff options
context:
space:
mode:
Diffstat (limited to '_archive')
-rw-r--r--_archive/neo4j-a-star-search.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_archive/neo4j-a-star-search.md b/_archive/neo4j-a-star-search.md
index c46121f..c3cd9b2 100644
--- a/_archive/neo4j-a-star-search.md
+++ b/_archive/neo4j-a-star-search.md
@@ -311,6 +311,6 @@ The heuristic function is domain-specific. I planned to make it configurable,
but didn't get around to it. With the help of my A* algorithm, we scaled our
search to include all the route points of interest. <a
href="https://github.com/neo4j-contrib/neo4j-graph-algorithms/releases/tag/3.4.0.0"
-class="external" target="_blank" rel="noopener noreferrer>Here's</a> a link to
+class="external" target="_blank" rel="noopener noreferrer">Here's</a> a link to
the now-archived official release.