diff --git a/MLEM/Misc/TextInputWrapper.cs b/MLEM/Misc/TextInputWrapper.cs index 2316a3b..98394cb 100644 --- a/MLEM/Misc/TextInputWrapper.cs +++ b/MLEM/Misc/TextInputWrapper.cs @@ -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; diff --git a/README.md b/README.md index 76256d5..b22425b 100644 --- a/README.md +++ b/README.md @@ -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)