diff --git a/server/go/camlistored/README b/server/go/camlistored/README index 45ee8cee0..db5551bb0 100644 --- a/server/go/camlistored/README +++ b/server/go/camlistored/README @@ -1,6 +1,6 @@ The Camlistore blob server HTTP server binary. See also: - - The storage interface is in lib/go/blobserver/ - - The storage implementations are under that e.g. lib/go/blobserver/localdisk/ - - The HTTP handlers are implemented in lib/go/blobserver/handlers/ + - The storage interface is in lib/go/camli/blobserver/ + - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/ + - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/