The `String - IsNotNullOrEmpty` documentation (https://csharp-extension.com/en/method/1002058/string-isnotnullorempty) is showing the implementation for the `String - IsNotEmpty` method and the [View Source](https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/src/Z.Core/System.String/String.IsNotEmpty.cs) link is pointing to the same incorrect source, but should point to [String.IsNotNullOrEmpty](https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/src/Z.Core/System.String/String.IsNotNullOrEmpty.cs)