Skip to content

Commit 5d4489a

Browse files
committed
fixed download url
1 parent bf2a308 commit 5d4489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/downloads/downloads.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="bi bi-database"> MSSQl proxy server</h2>
1414
<a class="bi bi-windows btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-proxy-{{version}}-windows.zip"> Windows</a>
1515
<a class="bi bi-ubuntu btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-proxy-{{version}}-linux.tar.gz"> Linux</a>
1616
<a class="bi bi-apple btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-proxy-{{version}}-macos.tar.gz"> Mac OS</a>
17-
<a class="bi bi-filetype-py btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-{{version}}-proxy-source.tar.gz"> Python Source Code</a>
17+
<a class="bi bi-filetype-py btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-proxy-{{version}}-source.tar.gz"> Python Source Code</a>
1818
</div>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)