Use correct git repo URL
This commit is contained in:
parent
1f92f82b2c
commit
d90a3e9b63
|
@ -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")
|
||||
|
|
|
@ -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>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue