From d424bc9656778c5629e491770678d94d3dd76b82 Mon Sep 17 00:00:00 2001 From: Trishank Karthik Kuppusamy <33133073+trishankatdatadog@users.noreply.github.com> Date: Wed, 22 Jan 2020 08:41:44 -0500 Subject: [PATCH] Update repo URL (#10174) --- notary/running_a_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notary/running_a_service.md b/notary/running_a_service.md index ec79ca04f0..fa6ed12a5e 100644 --- a/notary/running_a_service.md +++ b/notary/running_a_service.md @@ -17,7 +17,7 @@ purposes is to use the Docker compose file in the [Notary project](https://github.com/docker/notary). ```bash -$ git clone https://github.com/docker/notary.git +$ git clone https://github.com/theupdateframework/notary.git $ cd notary $ docker-compose up ```