mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
fix slack link
This commit is contained in:
parent
983f34814f
commit
7bcf2b5472
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
<Version>1.0.0.63</Version>
|
<Version>1.0.0.64</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Remove="Build\dockerfiles\**" />
|
<Compile Remove="Build\dockerfiles\**" />
|
||||||
|
|
|
@ -122,10 +122,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4 ml-auto text-center">
|
<div class="col-lg-4 ml-auto text-center">
|
||||||
<a href="http://52.191.212.129:3000/">
|
<a href="http://slack.forkbitpay.ninja/">
|
||||||
<img src="~/img/slack.png" height="100" />
|
<img src="~/img/slack.png" height="100" />
|
||||||
</a>
|
</a>
|
||||||
<p><a href="http://52.191.212.129:3000/">On Slack</a></p>
|
<p><a href="http://slack.forkbitpay.ninja/">On Slack</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 mr-auto text-center">
|
<div class="col-lg-4 mr-auto text-center">
|
||||||
<a href="https://twitter.com/BtcpayServer">
|
<a href="https://twitter.com/BtcpayServer">
|
||||||
|
|
Loading…
Add table
Reference in a new issue