Skip to content

Commit

Permalink
fixed download url
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 6, 2024
1 parent bf2a308 commit 5d4489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/downloads/downloads.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 class="bi bi-database"> MSSQl proxy server</h2>
<a class="bi bi-windows btn btn-success" href="https://github.com/IPdotSetAF/CodeChef/releases/download/{{version}}/mssql-proxy-{{version}}-windows.zip"> Windows</a>
<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>
<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>
<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>
<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>
</div>
</div>
</div>
Expand Down

0 comments on commit 5d4489a

Please sign in to comment.