From fa35e5c2372f8a103aa0ab8baa13116a25abd03a Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 2 Feb 2017 11:52:29 +0100 Subject: examples: aerospike example (#250) --- _examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_examples/README.md') diff --git a/_examples/README.md b/_examples/README.md index 334664f..d027d50 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -11,4 +11,4 @@ Here you can find a list of annotated _go-git_ examples: ### Advanced - [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one -- [storage](storage/main.go) - Implementing a custom storage system +- [storage](storage/README.md) - Implementing a custom storage system -- cgit