From 64595e7781cc9f65b506081dcc9dd8bb296ec46c Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 27 Nov 2014 12:24:04 -0800 Subject: [PATCH] Add missing scheme to URLs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3879b6..0901d4e2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Go-AWS-Auth](https://github.com/smartystreets/go-aws-auth) - AWS (Amazon Web Services) request signing library. * [go.auth](https://github.com/bradrydzewski/go.auth) - Authentication API for Go web applications. -* [gorbac](github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. +* [gorbac](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. * [httpauth](https://github.com/goji/httpauth) - HTTP Authentication middleware. * [jwt-go](https://github.com/dgrijalva/jwt-go) - Golang implementation of JSON Web Tokens (JWT). * [oauth2](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. @@ -120,7 +120,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. -* [forestdb](github.com/couchbaselabs/goforestdb) - Go bindings for ForestDB. +* [forestdb](https://github.com/couchbaselabs/goforestdb) - Go bindings for ForestDB. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://code.google.com/p/leveldb/) key/value database in the Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.