From 2ebbb6d87074c26a47ca5b44944c1f18bcbc4d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Tue, 7 Apr 2015 09:20:27 +0200 Subject: [PATCH] Corrected paths to DNX repository --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9eee938f6c..fbf86224bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Please log a new issue in the appropriate GitHub repo. Here are some of the most * [DependencyInjection](https://github.com/aspnet/DependencyInjection) * [EntityFramework](https://github.com/aspnet/EntityFramework) * [Identity](https://github.com/aspnet/Identity) -* [KRuntime](https://github.com/aspnet/KRuntime) +* [DNX](https://github.com/aspnet/dnx) * [MVC](https://github.com/aspnet/Mvc) * [SignalR-Server](https://github.com/aspnet/SignalR-Server) diff --git a/README.md b/README.md index 4d14b1f24f..afca346aff 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ These are some of the most common repos: * [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation * [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology * [Identity](https://github.com/aspnet/Identity) - users and membership system -* [KRuntime](https://github.com/aspnet/KRuntime) - core runtime, project system, loader +* [DNX](https://github.com/aspnet/dnx) - core runtime, project system, loader * [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services * [SignalR-Server](https://github.com/aspnet/SignalR-Server) - real-time