From f37f5a280a14fdc2186b7be2ad52dc950a3cebba Mon Sep 17 00:00:00 2001 From: Varun Gandhi <93103176+varungandhi-src@users.noreply.github.com> Date: Thu, 28 Oct 2021 08:28:26 -0700 Subject: [PATCH] Change Sourcegraph URLs in README to use global context. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5baedb1..d30cdf7 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,6 @@ docker tag sourcegraph/docsite gcr.io/sourcegraph-dogfood/docsite && \ gcloud docker -- push gcr.io/sourcegraph-dogfood/docsite ``` -For internal Sourcegraph usage, bump the deployed version by updating the SHA-256 image digest in [all files that define `sourcegraph/docsite:latest@sha256`](https://sourcegraph.com/search?q=context:%40sourcegraph/all+%28NOT+repo:sourcegraph/kube-backup%29+sourcegraph/docsite:latest%40sha256:&patternType=literal). +For internal Sourcegraph usage, bump the deployed version by updating the SHA-256 image digest in [all files that define `sourcegraph/docsite:latest@sha256`](https://sourcegraph.com/search?q=context:global+repo:%5Egithub.com/sourcegraph/*+%28NOT+repo:sourcegraph/kube-backup%29+sourcegraph/docsite:latest%40sha256:&patternType=literal). -For development, bump the version number in [files that define `DOCSITE_VERSION`](https://sourcegraph.com/search?q=context:%40sourcegraph/all+%28NOT+repo:sourcegraph/kube-backup%29+DOCSITE_VERSION:&patternType=literal). +For development, bump the version number in [files that define `DOCSITE_VERSION`](https://sourcegraph.com/search?q=context:global+repo:%5Egithub.com/sourcegraph/*+%28NOT+repo:sourcegraph/kube-backup%29+DOCSITE_VERSION:&patternType=literal).