From 153f766d8b9b477c79fa06b4038bc7ca24333768 Mon Sep 17 00:00:00 2001 From: jupblb Date: Thu, 25 Sep 2025 15:17:32 +0200 Subject: [PATCH] Update README to direct issues to this repo instead of private sourcegraph/sourcegraph The sourcegraph/sourcegraph repository is private, so external users cannot open issues there. This change updates the README to direct users to open issues in this public deploy-sourcegraph-k8s repository instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd7de2d1..b00e1291 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ When upgrading Sourcegraph, please check the [upgrade docs for Kubernetes](https ## Feedback -We've made our deployment configurations open source to better serve our customers' needs. If there is anything we can do to make deploying Sourcegraph easier just [open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-k8s&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph-k8s%5D) or a pull request and we will respond as soon as possible! +We've made our deployment configurations open source to better serve our customers' needs. If there is anything we can do to make deploying Sourcegraph easier just [open an issue](https://github.com/sourcegraph/deploy-sourcegraph-k8s/issues/new) or a pull request and we will respond as soon as possible! ## Questions & Issues -[Open an issue (in sourcegraph/sourcegraph)](https://github.com/sourcegraph/sourcegraph/issues/new?assignees=&labels=deploy-sourcegraph-k8s&template=deploy-sourcegraph.md&title=%5Bdeploy-sourcegraph%5D). +[Open an issue](https://github.com/sourcegraph/deploy-sourcegraph-k8s/issues/new). For urgent issues, please contact us at support@sourcegraph.com --we are happy to help!