mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
link to the new site
This commit is contained in:
parent
7913fcccae
commit
610a91025b
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ namespace MLEM.Misc {
|
|||
public static TextInputWrapper Current {
|
||||
get {
|
||||
if (current == null)
|
||||
throw new InvalidOperationException("The TextInputWrapper was not initialized. For more information, see https://github.com/Ellpeck/MLEM/wiki/MLEM.Ui#text-input");
|
||||
throw new InvalidOperationException("The TextInputWrapper was not initialized. For more information, see https://mlem.ellpeck.de/articles/ui.html#text-input");
|
||||
return current;
|
||||
}
|
||||
set => current = value;
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
- Get it [on NuGet](https://www.nuget.org/packages?q=mlem)
|
||||
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
||||
- Read the docs [on the wiki](https://github.com/Ellpeck/MLEM/wiki)
|
||||
- See tutorials and API documentation [on the website](https://mlem.ellpeck.de/)
|
||||
- Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android)
|
||||
|
|
Loading…
Reference in a new issue