mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 06:48:27 -04:00
create correct hyperlink for the pdf file
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
<div style="text-align:right">
|
||||
<b>Quick Select:</b> <a href="/docs/05/">0.5</a> | <a href="/docs/04/">0.4</a> | <a href="/docs/03/">0.3</a><br/>
|
||||
<b>PDF Download:</b> <a href="sqlalchemy_${release.replace('.', '_')}.pdf">download</a>
|
||||
<b>PDF Download:</b> <a href="${pathto('sqlalchemy_' + release.replace('.', '_') + '.pdf', 1)}">download</a>
|
||||
</div>
|
||||
|
||||
${'<%text>'}
|
||||
|
||||
Reference in New Issue
Block a user