From 8976eb7af9c89ec5956158b77b41a63b043e0304 Mon Sep 17 00:00:00 2001 From: Kashav Madan Date: Wed, 2 Aug 2017 02:16:28 -0400 Subject: [PATCH] Fix link to termux-api-package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32689ec06..962aeb535 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The two sockets are used to forward stdin from `termux-api` to the relevant API Client scripts ============== -Client scripts which processes command line arguments before calling the `termux-api` helper binary are available in [the termux-api package](https://github.com/termux/termux-packages/tree/master/packages/termux-api). +Client scripts which processes command line arguments before calling the `termux-api` helper binary are available in [the termux-api package](https://github.com/termux/termux-api-package). Ideas =====