From fb7dfaa6e6cfe7a4e470904bd852be8ca3ec3657 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Sun, 3 May 2015 15:36:43 -0400 Subject: [PATCH] Update README.md Fix link to pip over TUF document. @asm582: Thank you for reporting the broken link. --- tuf/interposition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/interposition/README.md b/tuf/interposition/README.md index 1892f502..9542148b 100644 --- a/tuf/interposition/README.md +++ b/tuf/interposition/README.md @@ -254,7 +254,7 @@ software updater over TUF, which we expect to publish soon. ### PyPI + TUF + pip We have a demonstration of the Python package manager, [pip, over -TUF](https://github.com/dachshund/pip/tree/tuf). +TUF](https://github.com/theupdateframework/pip/wiki/pip-over-TUF). ## Limitations (at the time of writing)