Skip to content

Commit 5b64f22

Browse files
doc: fix download links
Signed-off-by: Andreas Reichel <[email protected]>
1 parent e1b317d commit 5b64f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,11 @@ tasks.register('sphinx', Exec) {
459459
.. |JSQLPARSER_SNAPSHOT_VERSION| replace:: ${getVersion(true)}
460460
.. |JSQLPARSER_STABLE_VERSION_LINK| raw:: html
461461
462-
<a href='http://manticore-projects.com/download/${project.name}-${getVersion(false)}/${project.name}-${getVersion(false)}.jar'>${project.name}-${getVersion(false)}.jar</a>
462+
<a href='http://manticore-projects.com/download/JSQLParser-${getVersion(false)}/JSQLParser-${getVersion(false)}.jar'>JSQLParser-${getVersion(false)}.jar</a>
463463
464464
.. |JSQLPARSER_SNAPSHOT_VERSION_LINK| raw:: html
465465
466-
<a href='http://manticore-projects.com/download/${project.name}-${getVersion(false)}/${project.name}-${getVersion(true)}.jar'>${project.name}-${getVersion(true)}.jar</a>
466+
<a href='http://manticore-projects.com/download/JSQLParser-${getVersion(false)}/JSQLParser-${getVersion(true)}.jar'>JSQLParser-${getVersion(true)}.jar</a>
467467
468468
"""
469469

0 commit comments

Comments
 (0)