From 28a60572f7fa9bd16dcdf07314d2c7acad8a7a12 Mon Sep 17 00:00:00 2001 From: Micha Moskovic Date: Tue, 3 Dec 2024 11:00:03 +0100 Subject: [PATCH] Amend README to test webhook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b139662..5ee02ca 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ class MyCustomAction(SearchCheckDo): MyCustomAction() ``` -Concrete examples can be found [here](https://github.com/inspirehep/inspirehep/blob/master/backend/inspirehep/curation/search_check_do/examples.py). +Concrete examples can be found [here](https://github.com/inspirehep/inspirehep/blob/master/backend/inspirehep/curation/search_check_do/examples.py) or under [scripts](/scripts/). #### Logging