From 4c02a83a6a373e9188da52f3a0dd18db47dc4157 Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Mon, 25 Jan 2016 20:54:33 +0100 Subject: [PATCH] Fix broken Travis status link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df2512dace1..14ba2de22d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Entity Framework === Entity Framework is Microsoft's recommended data access technology for new applications in .NET. -Travis: [![Travis build Status](https://travis-ci.org/aspnet/Microsoft.EntityFrameworkCore.svg?branch=dev)](https://travis-ci.org/aspnet/EntityFramework) (CoreCLR only, no SQL Server) +Travis: [![Travis build Status](https://travis-ci.org/aspnet/EntityFramework.svg?branch=dev)](https://travis-ci.org/aspnet/EntityFramework) (CoreCLR only, no SQL Server) AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/v9xbkondjev2gkhn/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/entityframework/branch/dev)