This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 91e405dd285 [FLINK-31758][doc] Handles $full_version for sql_url in
document.
91e405dd285 is described below
commit 91e405dd285ecb62312254b4b906dac4fcdfa4de
Author: Weijie Guo <[email protected]>
AuthorDate: Mon Apr 10 23:04:48 2023 +0800
[FLINK-31758][doc] Handles $full_version for sql_url in document.
This closes #22373
---
docs/layouts/shortcodes/sql_connector_download_table.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/layouts/shortcodes/sql_connector_download_table.html
b/docs/layouts/shortcodes/sql_connector_download_table.html
index 17e96f479ca..e7c188b112e 100644
--- a/docs/layouts/shortcodes/sql_connector_download_table.html
+++ b/docs/layouts/shortcodes/sql_connector_download_table.html
@@ -52,7 +52,7 @@
</div>
</td>
<td style="text-align: left">
- <a href="{{- partial "docs/interpolate" .sql_url -}}">Download</a>
+ <a href="{{ replace .sql_url "$full_version"
$full_version}}">Download</a>
</td>
</tr>
{{ end }}