Skip to content

Commit 8621f04

Browse files
authored
fix: update broken and outdated links (#4129)
Signed-off-by: bo.jiang <[email protected]>
1 parent 49e7520 commit 8621f04

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ When you're done making the changes, open a pull request and fill PR template so
6262

6363
Don't forget to link PR to issue if you are solving one.
6464

65-
If you run into any merge issues, checkout this [git tutorial](https://lab.github.com/githubtraining/managing-merge-conflicts) to help you resolve merge conflicts and other issues.
65+
If you run into any merge issues, checkout this [git tutorial](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) to help you resolve merge conflicts and other issues.
6666

6767
### Release Acknowledgements
6868

69-
Once your PR is merged, your contributions will be acknowledged in every release, see [CHANGELOG](./CHANGELOG.md) for more details.
69+
Once your PR is merged, your contributions will be acknowledged in every release, see [Release Notes](https://github.com/ray-project/kuberay/releases) for more details.
7070

7171
## Finding contributions to work on
7272

apiserver/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Typing `make dev-tools` will download and install all of them. The `make clean-d
2222
| Software | Version | Link |
2323
| :------- | :------: | -----------------------------------------------------------------------:|
2424
| kind | v0.19.0 | [Install](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) |
25-
| golangci-lint | v1.64.8 | [Install](https://golangci-lint.run/usage/install/) |
25+
| golangci-lint | v1.64.8 | [Install](https://golangci-lint.run/docs/welcome/install/) |
2626
| kustomize | v3.8.7 | [install](https://kubectl.docs.kubernetes.io/installation/kustomize/) |
2727
| gofumpt | v0.3.1 | To install `go install mvdan.cc/[email protected]` |
2828
| goimports | latest | To install `go install golang.org/x/tools/cmd/goimports@latest` |

apiserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The KubeRay APIServer is an optional component that provides a layer of simplifi
1515

1616
### Install with Helm
1717

18-
Ensure that the version of Helm is v3+. Currently, [existing CI tests](https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm-lint.yaml) are based on Helm v3.4.1 and v3.9.4.
18+
Ensure that the version of Helm is v3+. Currently, [existing CI tests](https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm.yaml) are based on Helm v3.4.1 and v3.9.4.
1919

2020
```sh
2121
helm version

helm-chart/kuberay-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
...
136136
```
137137

138-
[existing CI tests]: https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm-lint.yaml
138+
[existing CI tests]: https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm.yaml
139139
[Argo CD]: https://argoproj.github.io
140140
[this issue]: https://github.com/prometheus-operator/prometheus-operator/issues/4439
141141
[this document]: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/

helm-chart/kuberay-operator/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
...
138138
```
139139

140-
[existing CI tests]: https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm-lint.yaml
140+
[existing CI tests]: https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm.yaml
141141
[Argo CD]: https://argoproj.github.io
142142
[this issue]: https://github.com/prometheus-operator/prometheus-operator/issues/4439
143143
[this document]: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/

ray-operator/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ See [main development documentation][main-dev-doc].
243243

244244
### Helm chart linter
245245

246-
We have [chart lint tests](https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm-lint.yaml) with Helm v3.4.1 and Helm v3.9.4 on GitHub Actions. We also provide a script to execute the lint tests on your laptop. If you cannot reproduce the errors on GitHub Actions, the possible reason is the different version of Helm. Issue [#537](https://github.com/ray-project/kuberay/issues/537) is an example that some errors only happen in old helm versions.
246+
We have [chart lint tests](https://github.com/ray-project/kuberay/blob/master/.github/workflows/helm.yaml) with Helm v3.4.1 and Helm v3.9.4 on GitHub Actions. We also provide a script to execute the lint tests on your laptop. If you cannot reproduce the errors on GitHub Actions, the possible reason is the different version of Helm. Issue [#537](https://github.com/ray-project/kuberay/issues/537) is an example that some errors only happen in old helm versions.
247247

248248
Run tests with docker
249249

ray-operator/controllers/ray/common/pod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func DefaultWorkerPodTemplate(ctx context.Context, instance rayv1.RayCluster, wo
284284
echo "GCS is ready. Any error messages above can be safely ignored."
285285
break
286286
fi
287-
echo "$SECONDS seconds elapsed: Still waiting for GCS to be ready. For troubleshooting, refer to the FAQ at https://github.com/ray-project/kuberay/blob/master/docs/guidance/FAQ.md."
287+
echo "$SECONDS seconds elapsed: Still waiting for GCS to be ready. For troubleshooting, refer to the FAQ at https://docs.ray.io/en/master/cluster/kubernetes/troubleshooting.html."
288288
fi
289289
sleep 5
290290
done

0 commit comments

Comments
 (0)