Skip to content

Commit 0c917be

Browse files
committed
chore: fix broken link in README
1 parent 3b0a65f commit 0c917be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ However, some are known not to work or work only partially (e.g. mRuby has no bu
149149
See [`examples/gem/.bazelrc`][7] to learn how to do that.
150150
* Some gems contain files with spaces which cause Bazel error `link or target filename contains space`.
151151
To work it around, use [`--experimental_inprocess_symlink_creation`][16] Bazel flag.
152-
See [`bazelbuild/bazel#4327`[17] for more details.
152+
See [`bazelbuild/bazel#4327`][17] for more details.
153153

154154

155155
[1]: https://www.ruby-lang.org
@@ -168,4 +168,4 @@ However, some are known not to work or work only partially (e.g. mRuby has no bu
168168
[14]: examples/
169169
[15]: https://bazel.build/remote/rbe
170170
[16]: https://bazel.build/reference/command-line-reference#flag--experimental_inprocess_symlink_creation
171-
[17]: https://github.com/bazelbuild/bazel/issues/4327
171+
[17]: https://github.com/bazelbuild/bazel/issues/4327

0 commit comments

Comments
 (0)