From a4063a6451b01a47958626892080521039193265 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Fri, 5 Oct 2018 15:53:13 +0800 Subject: [PATCH] Fix broken link (#11) --- docs/faq/basics/basic-operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/basics/basic-operations.md b/docs/faq/basics/basic-operations.md index 16f98c3b9..93811977f 100644 --- a/docs/faq/basics/basic-operations.md +++ b/docs/faq/basics/basic-operations.md @@ -27,7 +27,7 @@ A good and safe casting example: [!code-csharp[Casting](samples/cast.cs)] [InvalidCastException]: https://docs.microsoft.com/en-us/dotnet/api/system.invalidcastexception -[this post]: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/types/how-to-safely-cast-by-using-as-and-is-operators +[this post]: https://docs.microsoft.com/en-us/dotnet/csharp/how-to/safely-cast-using-pattern-matching-is-and-as-operators ## How do I send a message?