Skip to content

Commit d397290

Browse files
authored
[doc] trivial: Fix broken developer links (#54942)
## Why are these changes needed? Just getting started and found broken links in the developer guide. ## Related issue number N/A ## Checks - [x] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this PR. - [x] I've run `scripts/format.sh` to lint the changes in this PR. - [x] I've included any doc changes needed for https://docs.ray.io/en/master/. - [x] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/ - Testing Strategy - [x] This PR is not tested :) Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
1 parent 35451f9 commit d397290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/ray-contribute/getting-involved.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ What can I work on?
4747
-------------------
4848

4949
We use Github to track issues, feature requests, and bugs. Take a look at the
50-
ones labeled `"good first issue" <https://github.com/ray-project/ray/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22>`__ for a place to start.
50+
ones labeled `"good first issue" <https://github.com/ray-project/ray/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good-first-issue%22>`__ for a place to start.
5151

5252
Setting up your development environment
5353
---------------------------------------

doc/source/tune/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ How can I get started contributing to Tune?
491491
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
492492

493493
We use Github to track issues, feature requests, and bugs. Take a look at the
494-
ones labeled `"good first issue" <https://github.com/ray-project/ray/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22>`__ and `"help wanted" <https://github.com/ray-project/ray/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22>`__ for a place to start.
494+
ones labeled `"good first issue" <https://github.com/ray-project/ray/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22good-first-issue%22>`__ and `"help wanted" <https://github.com/ray-project/ray/issues?q=is%3Aopen+is%3Aissue+label%3A%22help-wanted%22>`__ for a place to start.
495495
Look for issues with "[tune]" in the title.
496496

497497
.. note::

0 commit comments

Comments
 (0)