From a1b5d9d575c17bc73b6fafaf6ff6463bdb1a301a Mon Sep 17 00:00:00 2001 From: Morgan Watson-Morris Date: Thu, 17 Jan 2019 15:37:09 -0600 Subject: [PATCH 1/2] fixed Try .NET link in Readme link for Try .Net seemed to be pointing to incorrect docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15308b021..719a9cec0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Try .NET is an inline code runner and playground that enables people to experime **Note**: Currently,Try .NET only supports C# but we do plan to enable support F# and VB in the near future. ### What is the repo for? -- A place where you can post issues about the [Try .NET](https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=netframework-4.7.2#invoke-constructors). +- A place where you can post issues about the [Try .NET](https://try.dot.net/). - [Please read and comment on our roadmap](https://github.com/dotnet/try/wiki/Product-Roadmap). - **Please Note:** The code for Try .NET is not currently hosted on GitHub. From b34792d9830bb69cd89501620f666df65cef7a1a Mon Sep 17 00:00:00 2001 From: Morgan Watson-Morris Date: Fri, 18 Jan 2019 14:59:04 -0600 Subject: [PATCH 2/2] edited readme link and "the" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719a9cec0..6bd9a83be 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Try .NET is an inline code runner and playground that enables people to experime **Note**: Currently,Try .NET only supports C# but we do plan to enable support F# and VB in the near future. ### What is the repo for? -- A place where you can post issues about the [Try .NET](https://try.dot.net/). +- A place where you can post issues about [Try .NET](https://dotnet.microsoft.com/platform/try-dotnet). - [Please read and comment on our roadmap](https://github.com/dotnet/try/wiki/Product-Roadmap). - **Please Note:** The code for Try .NET is not currently hosted on GitHub.