Skip to content

Commit 455d09b

Browse files
committed
Fix links to M19 TCK and grammar spec
The links on the "openCypher Resources" page contained an updated directory path, but still reference the file with the old M18 name. Update the links so that the resources can be viewed and downloaded.
1 parent fa1dfaf commit 455d09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/resources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ <h2 class="title text-center">openCypher Resources</h2>
6060
</tr>
6161
<tr>
6262
<td>Technology Compatibility Kit (TCK)</td>
63-
<td><a href="https://s3.amazonaws.com/artifacts.opencypher.org/M19/tck-M18.zip" target="_blank">tck-M19</a></td>
63+
<td><a href="https://s3.amazonaws.com/artifacts.opencypher.org/M19/tck-M19.zip" target="_blank">tck-M19</a></td>
6464
</tr>
6565
<tr>
6666
<td>Grammar specification</td>
67-
<td><a href="https://s3.amazonaws.com/artifacts.opencypher.org/M19/grammar-M18.zip" target="_blank">grammar-M19</a></td>
67+
<td><a href="https://s3.amazonaws.com/artifacts.opencypher.org/M19/grammar-M19.zip" target="_blank">grammar-M19</a></td>
6868
</tr>
6969
<tr>
7070
<td>Antlr grammar</td>

0 commit comments

Comments
 (0)