diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml index 2f89d9eb769..e681e4c3489 100644 --- a/xml/System/DateTime.xml +++ b/xml/System/DateTime.xml @@ -5121,7 +5121,7 @@ Numerous examples that call the `DateTime.Parse` method are interspersed through [!INCLUDE[interactive-note](~/includes/csharp-interactive-with-utc-note.md)] -You can also download a complete set of `DateTime.Parse` examples, which are included in a [.NET Core 2.0 project for C#](https://github.com/dotnet/samples/raw/master/snippets/csharp/downloads/api/System/DateTime.Parse.zip) and a [.NET Core 2.0 project for Visual Basic](https://github.com/dotnet/samples/raw/master/snippets/visualbasic/downloads/api/System/DateTime.Parse.zip), from the [dotnet/samples GitHub repository](https://github.com/dotnet/samples). +You can also download a complete set of `DateTime.Parse` examples, which are included in a [.NET Core project for C#](https://docs.microsoft.com/samples/dotnet/samples/datetime-parse/). ]]> diff --git a/xml/System/String.xml b/xml/System/String.xml index be60c581f0f..4b23a7b67c7 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -5538,7 +5538,7 @@ In contrast, the use of interpolated strings in the following example produce mu Numerous examples that call the method are interspersed through the [Remarks](#remarks-top) section of this article. -You can also download a complete set of `String.Format` examples, which are included a [.NET Core 2.0 project for C#](https://github.com/dotnet/samples/raw/master/snippets/csharp/downloads/api/System/String.Format.zip) and a [.NET Core 2.0 project for Visual Basic](https://github.com/dotnet/samples/raw/master/snippets/visualbasic/downloads/api/System/String.Format.zip), from the [dotnet/samples GitHub repository](https://github.com/dotnet/samples). +You can also download a complete set of `String.Format` examples, which are included a [.NET Core project for C#](https://docs.microsoft.com/samples/dotnet/samples/string-format/). The following are some of the examples included in the article: