From 407d113321bf97940b8f8ecaedce65e2ee3d6c02 Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Sun, 13 Oct 2024 20:57:54 +0530 Subject: [PATCH] Link to repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082f41fe2a..c8897bd9d6 100644 --- a/README.md +++ b/README.md @@ -1492,7 +1492,7 @@ class GroutClientPlugin(GroutClientBasePlugin): return 'http://localhost:7001', request ``` -See [grout_client.py](./proxy/plugin/grout_client.py) for more information. To try this out, start by passing `--plugin proxy.plugin.grout_client.GroutClientPlugin` when starting the grout client. +See [grout_client.py](https://github.com/abhinavsingh/proxy.py/blob/develop/proxy/plugin/grout_client.py) for more information. To try this out, start by passing `--plugin proxy.plugin.grout_client.GroutClientPlugin` when starting the grout client. ## Grout using Docker