Skip to content

Commit 5404065

Browse files
committed
Merge pull request #441 from michaldudak/kruntime-to-dnx
Corrected paths to DNX repository
2 parents 1656d22 + 2ebbb6d commit 5404065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please log a new issue in the appropriate GitHub repo. Here are some of the most
1313
* [DependencyInjection](https://github.com/aspnet/DependencyInjection)
1414
* [EntityFramework](https://github.com/aspnet/EntityFramework)
1515
* [Identity](https://github.com/aspnet/Identity)
16-
* [KRuntime](https://github.com/aspnet/KRuntime)
16+
* [DNX](https://github.com/aspnet/dnx)
1717
* [MVC](https://github.com/aspnet/Mvc)
1818
* [SignalR-Server](https://github.com/aspnet/SignalR-Server)
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ These are some of the most common repos:
142142
* [DependencyInjection](https://github.com/aspnet/DependencyInjection) - basic dependency injection infrastructure and default implementation
143143
* [EntityFramework](https://github.com/aspnet/EntityFramework) - data access technology
144144
* [Identity](https://github.com/aspnet/Identity) - users and membership system
145-
* [KRuntime](https://github.com/aspnet/KRuntime) - core runtime, project system, loader
145+
* [DNX](https://github.com/aspnet/dnx) - core runtime, project system, loader
146146
* [MVC](https://github.com/aspnet/Mvc) - MVC framework for web apps and services
147147
* [SignalR-Server](https://github.com/aspnet/SignalR-Server) - real-time
148148

0 commit comments

Comments
 (0)