From 09bd207693cbd95a68c8d24a9b101f96898472ae Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Thu, 25 Jul 2024 04:58:22 -0700 Subject: [PATCH] Update the outdated link to #dev-experience to #discuss-dev-infra (#64018) ## Test plan Test each link manually. --------- Co-authored-by: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> --- dev/check/submodule.sh | 2 +- doc/dev/background-information/sg/index.md | 4 ++-- doc/dev/background-information/sg/vision.md | 2 +- doc/dev/setup/quickstart.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/check/submodule.sh b/dev/check/submodule.sh index d6fd3bf61ad..452ce098e11 100755 --- a/dev/check/submodule.sh +++ b/dev/check/submodule.sh @@ -13,6 +13,6 @@ if test -f ".gitmodules"; then echo "- https://github.com/buildkite/agent/issues/1053#issuecomment-989784531" echo "- https://github.com/sourcegraph/sourcegraph/issues/33384" echo "" - echo "If you'd like to change this, please discuss in #dev-experience first." + echo "If you'd like to change this, please discuss in #discuss-dev-infra first." exit 1 fi diff --git a/doc/dev/background-information/sg/index.md b/doc/dev/background-information/sg/index.md index 5b5b23d3424..a4af700055d 100644 --- a/doc/dev/background-information/sg/index.md +++ b/doc/dev/background-information/sg/index.md @@ -28,7 +28,7 @@ [`sg`](https://github.com/sourcegraph/sourcegraph/tree/main/dev/sg) is the CLI tool that Sourcegraph developers can use to develop Sourcegraph. Learn more about the tool's overall vision in [`sg` Vision](./vision.md), and how to use it in the [usage section](#usage). -> NOTE: Have feedback or ideas? Feel free to [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#dev-experience](https://sourcegraph.slack.com/archives/C01N83PS4TU). +> NOTE: Have feedback or ideas? Feel free to [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#discuss-dev-infra](https://sourcegraph.slack.com/archives/C04MYFW01NV). ## Quickstart @@ -310,7 +310,7 @@ go run . -config ../../sg.config.yaml start The `-config` can be anything you want, of course. -Have questions or need help? Feel free to [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#dev-experience](https://sourcegraph.slack.com/archives/C01N83PS4TU). +Have questions or need help? Feel free to [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#discuss-dev-infra](https://sourcegraph.slack.com/archives/C04MYFW01NV). > NOTE: For Sourcegraph teammates, we have a weekly [`sg` hack hour](https://handbook.sourcegraph.com/departments/product-engineering/engineering/enablement/dev-experience#sg-hack-hour) you can hop in to if you're interested in contributing! diff --git a/doc/dev/background-information/sg/vision.md b/doc/dev/background-information/sg/vision.md index 2f29129b494..433d3d8303c 100644 --- a/doc/dev/background-information/sg/vision.md +++ b/doc/dev/background-information/sg/vision.md @@ -23,6 +23,6 @@ You can also watch [this video](https://drive.google.com/file/d/1DXjjf1YXr8Od8vG The [`sg` label](https://github.com/sourcegraph/sourcegraph/issues?q=is%3Aopen+label%3Asg+sort%3Aupdated-desc) tracks features and improvements for `sg` that we want to make. -Have feedback or ideas? Feel free to create an issue or [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#dev-experience](https://sourcegraph.slack.com/archives/C01N83PS4TU). +Have feedback or ideas? Feel free to create an issue or [open a discussion](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience)! Sourcegraph teammates can also leave a message in [#discuss-dev-infra](https://sourcegraph.slack.com/archives/C04MYFW01NV). Inspired and want to contribute? Head on over to [contributing to `sg`](index.md#contributing-to-sg)! diff --git a/doc/dev/setup/quickstart.md b/doc/dev/setup/quickstart.md index be5aa7026c0..f4d6dc43526 100644 --- a/doc/dev/setup/quickstart.md +++ b/doc/dev/setup/quickstart.md @@ -5,7 +5,7 @@ This is the quickstart guide for [developing Sourcegraph](../index.md). > NOTE: If you run into any troubles, reach out on Slack: > > - [As an open source contributor](https://discord.com/servers/sourcegraph-969688426372825169) -> - [As a Sourcegraph employee](https://sourcegraph.slack.com/archives/C01N83PS4TU) +> - [As a Sourcegraph employee](https://sourcegraph.slack.com/archives/C04MYFW01NV) > > You can also get help on our [developer experience discussion forum](https://github.com/sourcegraph/sourcegraph/discussions/categories/developer-experience). @@ -25,7 +25,7 @@ To install `sg`, run the following in your terminal: curl --proto '=https' --tlsv1.2 -sSLf https://install.sg.dev | sh ``` -See the [`sg` documentation](../background-information/sg/index.md) for more information or ask in the `#dev-experience` Slack channel. +See the [`sg` documentation](../background-information/sg/index.md) for more information or ask in the `#discuss-dev-infra` Slack channel. ## Ensure you have SSH setup for GitHub