From 2cd176f7ae18fffe1d1a8caea032e30fcf66a065 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 25 Oct 2017 16:16:23 -0700 Subject: [PATCH] updating urls for new notary location --- notary/content.md | 6 +++--- notary/license.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notary/content.md b/notary/content.md index d44aaf9f284c..f354e6d60104 100644 --- a/notary/content.md +++ b/notary/content.md @@ -40,7 +40,7 @@ The components you *must* provide are the certificates and keys, and the links f If you require a different configuration, you should wrap this image with your own Dockerfile. -For more details on how to configure your Notary server, please read the [docs](https://github.com/docker/notary/blob/master/docs/reference/server-config.md). +For more details on how to configure your Notary server, please read the [docs](https://github.com/theupdateframework/notary/blob/master/docs/reference/server-config.md). # Notary Signer @@ -71,10 +71,10 @@ The components you *must* provide are the certificates and keys, and the link fo If you require a different configuration, you should wrap this image with your own Dockerfile. -For more details on how to configure your Notary signer, please read the [docs](https://github.com/docker/notary/blob/master/docs/reference/signer-config.md). +For more details on how to configure your Notary signer, please read the [docs](https://github.com/theupdateframework/notary/blob/master/docs/reference/signer-config.md). ## Database Migrations -Notary server and signer both use the [migrate tool](https://github.com/mattes/migrate) to manage database updates. The migration files can be found [here](https://github.com/docker/notary/tree/master/migrations/) and are an ordered list of plain SQL files. The migrate tool manages schema versions to ensure that migrations start and end at the correct point. +Notary server and signer both use the [migrate tool](https://github.com/mattes/migrate) to manage database updates. The migration files can be found [here](https://github.com/theupdateframework/notary/tree/master/migrations/) and are an ordered list of plain SQL files. The migrate tool manages schema versions to ensure that migrations start and end at the correct point. We strongly recommend you create separate databases and users with restricted permissions such that the server cannot access the signer's database and vice versa. diff --git a/notary/license.md b/notary/license.md index 393d3ac8a2ad..21692f77bc60 100644 --- a/notary/license.md +++ b/notary/license.md @@ -1 +1 @@ -View [license information](https://github.com/docker/notary/blob/master/LICENSE) for the software contained in this image. +View [license information](https://github.com/theupdateframework/notary/blob/master/LICENSE) for the software contained in this image.