diff --git a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb index 7448213..2659333 100644 --- a/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb +++ b/Pwsh/Testing/Test-IsBlank-ComparingBlankKinds.ipynb @@ -4,7 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### True Null? \n", + "You can grab the final functions here: [Test-IsBlank.ps1](./examples/Test-IsBlank.ps1)\n", + "\n", + "### True Nulls? \n", "\n", "If you want to know if `$Something` is a true null value, this is how you'd test it\n", "```ps1\n",