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>
This commit is contained in:
YK 2024-07-25 04:58:22 -07:00 committed by GitHub
parent 20b858f6c3
commit 09bd207693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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!

View File

@ -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)!

View File

@ -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