1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-21 04:29:14 +02:00

link to the new site

This commit is contained in:
Ellpeck 2020-05-21 02:18:39 +02:00
parent 7913fcccae
commit 610a91025b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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)