From a3337eb6bd83d5caff094c4ed949ca847811ea57 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sat, 7 Apr 2018 17:51:12 -0700 Subject: [PATCH] Remove traces of ASP.NET Core Sockets (#1899) --- README.md | 2 +- samples/SignalRSamples/wwwroot/index.html | 2 +- ...ilderExtensions.cs => SignalRConnectionBuilderExtensions.cs} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/Microsoft.AspNetCore.SignalR.Core/{SignalRSocketBuilderExtensions.cs => SignalRConnectionBuilderExtensions.cs} (89%) diff --git a/README.md b/README.md index 2251fd1a1e..75eb9b9701 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Travis: [![Travis](https://travis-ci.org/aspnet/SignalR.svg?branch=dev)](https ASP.NET Core SignalR is a new library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time. -You can watch an introductory presentation here - [Introducing ASP.NET Core Sockets](https://vimeo.com/204078084). +You can watch an introductory presentation here - [Introducing ASP.NET Core SignalR](https://www.youtube.com/watch?v=fgTu-xYFDdM) This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. diff --git a/samples/SignalRSamples/wwwroot/index.html b/samples/SignalRSamples/wwwroot/index.html index b1c78f1c2e..364424e20d 100644 --- a/samples/SignalRSamples/wwwroot/index.html +++ b/samples/SignalRSamples/wwwroot/index.html @@ -5,7 +5,7 @@ -

ASP.NET Core Sockets

+

ASP.NET Core Connections