Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2021-08-21 00:36:13 +0300
committerGitHub <noreply@github.com>2021-08-21 00:36:13 +0300
commit1c929ce5293cfdba516ae883475baef087bf84d8 (patch)
tree9c0021e2118e278837eacfab3b9981cd683086cf /README.md
parentf3f154f24480ecb14d44c8794cd66614c07e87fc (diff)
Update README Roadmap Link (#35560)
A bit late, but the current link points to a non-existant page.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc422c8c9a..90bfb8ccc3 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ and make pull-requests.
* [Download our latest daily builds](./docs/DailyBuilds.md)
* Follow along with the development of ASP.NET Core:
* [Community Standup](https://live.asp.net): The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
- * [Roadmap](https://github.com/dotnet/aspnetcore/wiki/Roadmap): The schedule and milestone themes for ASP.NET Core.
+ * [Roadmap](https://github.com/dotnet/aspnetcore/issues/27883): The schedule and milestone themes for ASP.NET Core.
* [Build ASP.NET Core source code](./docs/BuildFromSource.md)
* Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.