Skip to content

Commit deaf559

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. Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
1 parent fa1dfaf commit deaf559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎_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)