From 39ade7d3643788032bb627e531803d8975def8be Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 7 Jul 2014 20:07:02 -0400 Subject: [PATCH] Update README.md Fix initial repository tool link. --- tuf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/README.md b/tuf/README.md index cfe7ca60..67a25667 100644 --- a/tuf/README.md +++ b/tuf/README.md @@ -27,7 +27,7 @@ ### Purpose ### -The [tuf.repository_tool](tuf/repository_tool.py) module can be used to create a +The [tuf.repository_tool](repository_tool.py) module can be used to create a TUF repository. It may either be imported into a Python module or used with the Python interpreter in interactive mode.