Skip to content

Commit 95d966e

Browse files
author
Konstantin Gredeskoul
committed
Updating remote sources
1 parent 5f95205 commit 95d966e

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
@@ -14,7 +14,7 @@ Add `ruby_rules_dependencies` and `ruby_register_toolchains` into your
1414
```python
1515
git_repository(
1616
name = "bazelruby_ruby_rules",
17-
remote = "https://github.com/yugui/rules_ruby.git",
17+
remote = "https://github.com/bazelruby/rules_ruby.git",
1818
tag = "v0.1.0",
1919
)
2020

@@ -298,7 +298,7 @@ Example: `WORKSPACE`:
298298
```python
299299
git_repository(
300300
name = "bazelruby_ruby_rules",
301-
remote = "https://github.com/yugui/rules_ruby.git",
301+
remote = "https://github.com/bazelruby/rules_ruby.git",
302302
tag = "v0.1.0",
303303
)
304304

0 commit comments

Comments
 (0)