README.md in grumlin-1.0.3.beta1 vs README.md in grumlin-1.0.3

- old
+ new

@@ -260,11 +260,11 @@ Middlewares can be used to perform certain actions before and after every query made by `Grumlin`. It can be useful for measuring query execution time or performing some modification or validation to the query before it reaches the server or modify the response before client gets it. -See [doc/middlewares.md](doc/middlewares.md) for more info and examples. +See [docs/middlewares.md](docs/middlewares.md) for more info and examples. #### Transactions Since 0.22.0 `Grumlin` supports transactions when working with providers that supports them: ```ruby @@ -377,10 +377,10 @@ See [docs/neptune.md](./docs/neptune.md) #### Sidekiq -See [docs/neptune.md](./docs/sidekiq.md) +See [docs/sidekiq.md](./docs/sidekiq.md) ## Development Before running tests make sure you have gremlin-server running on your computer. The simplest way to run it is using [docker-compose](https://docs.docker.com/compose/) and provided `docker-compose.yml` and `gremlin_server/Dockerfile`: