Use correct git repo URL

This commit is contained in:
snow flurry 2023-10-17 22:09:19 -07:00
parent 1f92f82b2c
commit d90a3e9b63
2 changed files with 4 additions and 4 deletions

View file

@ -20,5 +20,5 @@
</ul>
<p>Even though this is v1.0, expect bugs, and please
<a href="https://git.2ki.xyz/flurry/PhoneToolMX/issues">report them if you see them</a>.</p>
@this.Url.Action("Error")
<a href="https://git.2ki.xyz/snow/PhoneToolMX/issues">report them if you see them</a>.</p>
@this.Url.Action("Error")

View file

@ -6,9 +6,9 @@
<p>An unknown error occurred while processing your request.</p>
@if (Model?.ShowRequestId == true) {
<p>Provide the following request ID to the application administrator, or <a href="https://git.2ki.xyz/flurry/PhoneToolMX/issues">include it in a bug report</a>:</p>
<p>Provide the following request ID to the application administrator, or <a href="https://git.2ki.xyz/snow/PhoneToolMX/issues">include it in a bug report</a>:</p>
<ul>
<li>@Model.RequestId</li>
</ul>
}
}