From 8cce7b395bdf5d372f421950144c84939762f7c5 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Thu, 24 Dec 2015 10:48:09 +0800 Subject: [PATCH] [docs] Change reference to v2 branch => new goji/ctx-csrf repo. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58e15bf..e40a58c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # goji/csrf [![GoDoc](https://godoc.org/github.com/goji/csrf?status.svg)](https://godoc.org/github.com/goji/csrf) [![Build Status](https://travis-ci.org/goji/csrf.svg?branch=master)](https://travis-ci.org/goji/csrf) -**Goji v2 users**: There's a preview branch with support for [Goji +**Goji v2 users**: A new version with support for [Goji v2](https://github.com/goji/goji) and any other `context.Context` aware -muxes/applications (i.e. not just Goji!) available under the -[csrf-v2-net-context](https://github.com/goji/csrf/tree/csrf-v2-net-context) -branch. I'm still working out how to version this in [issue #5](https://github.com/goji/csrf/issues/5). +muxes/applications (i.e. not just Goji!) is available in the +[goji/ctx-csrf](https://github.com/goji/ctx-csrf) repo. goji/csrf is a HTTP middleware library that provides [cross-site request forgery](http://blog.codinghorror.com/preventing-csrf-and-xsrf-attacks/) (CSRF)