Skip to content

Commit

Permalink
fix: update Score slack links (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza authored Jul 24, 2024
1 parent be7cc1f commit 47b6a3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://join.slack.com/t/scorecommunity/shared_invite/zt-1i2glkqkl-EnjSWSCgYUyaEGwmDYBZZQ"
url = "https://cloud-native.slack.com/archives/C07DN0D1UCW"
icon = "fab fa-slack"
desc = "Chat with other project developers"
[[params.links.developer]]
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/get started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ Congrats! You’ve successfully run your first Score Implementation with a Hello

- **Explore other implementations**: Play around with [other available open-source Score implementations](/docs/score-implementation/). For example, you could continue by running the same Score file used in the example above via the score-k8s CLI to generate a Kubernetes manifest.

- **Join the Score community Slack**: If you encounter any issues or have questions, feel free to reach out to us in the [Score community Slack](https://join.slack.com/t/scorecommunity/shared_invite/zt-2a0x563j7-i1vZOK2Yg2o4TwCM1irIuA).
- **Join the Score community Slack**: If you encounter any issues or have questions, feel free to reach out to us in the [Score](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>).
2 changes: 1 addition & 1 deletion content/en/docs/score implementation/Other/score-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ score-helm run -f ./score.yaml -o ./values.yaml --verbose

Explore examples for score-helm in the [examples library](https://github.com/score-spec/score-helm/tree/main/examples) on GitHub.

If you encounter any issues or have questions, feel free to reach out to us in the [Score community Slack](https://join.slack.com/t/scorecommunity/shared_invite/zt-2a0x563j7-i1vZOK2Yg2o4TwCM1irIuA).
If you encounter any issues or have questions, feel free to reach out to us in the [Score](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>).
2 changes: 1 addition & 1 deletion content/en/docs/score implementation/score-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@ score-compose --version

Explore a variety of examples for score-compose, ranging from simple "hello world" setups to more complex configurations, including resource provisioning and multiple workloads. You can find these examples in our [examples library](https://github.com/score-spec/score-compose/tree/main/examples).

If you encounter any issues or have questions, feel free to reach out to us in the [Score community Slack](https://join.slack.com/t/scorecommunity/shared_invite/zt-2a0x563j7-i1vZOK2Yg2o4TwCM1irIuA).
If you encounter any issues or have questions, feel free to reach out to us in the the [Score](https://cloud-native.slack.com/archives/C07DN0D1UCW) channel on the CNCF Slack (<https://slack.cncf.io/>).

0 comments on commit 47b6a3b

Please sign in to comment.