From 13aa93ffc482375c896125c9aa1966a82539a7cb Mon Sep 17 00:00:00 2001 From: Oded Ben Ozer Date: Tue, 7 Feb 2023 21:19:22 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e11ec4df..3b23dd61 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,7 @@ telefonistka_webhook_server_webhook_hits_total{parsing="successful"} 8 * use Ngrok ( `ngrok http 8080` ) to expose the local instance * See the URLs in ngrok command output. -* Add a webhook to repo setting e.g. `https://github.csnzoo.com/ob136j/k8s-gitops-poc/settings/hooks` -(don't forget the `/webhook` path in the URL). +* Add a webhook to repo setting (don't forget the `/webhook` path in the URL). * Content type needs to be `application/json`, **currently** only PR events are needed ## Installation