From cd9138d9a09a14b1cf5ecc189c93e01dcae5f45e Mon Sep 17 00:00:00 2001 From: Sinny Kumari Date: Wed, 2 Jan 2019 16:03:19 +0530 Subject: [PATCH] atomic-upgrades doc: fix example url to fetch a ref checksum Signed-off-by: Sinny Kumari Closes: #1795 Approved by: cgwalters --- docs/manual/atomic-upgrades.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/atomic-upgrades.md b/docs/manual/atomic-upgrades.md index 9dbe6f8f..f2c01cc1 100644 --- a/docs/manual/atomic-upgrades.md +++ b/docs/manual/atomic-upgrades.md @@ -18,7 +18,7 @@ implements this. To begin a simple upgrade, OSTree fetches the contents of the ref from the remote server. Suppose we're tracking a ref named `exampleos/buildmaster/x86_64-runtime`. OSTree fetches the URL -`http://example.com/repo/refs/exampleos/buildmaster/x86_64-runtime`, +`http://example.com/repo/refs/heads/exampleos/buildmaster/x86_64-runtime`, which contains a SHA256 checksum. This determines the tree to deploy, and `/etc` will be merged from currently booted tree.