aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog/_posts/2015-04-10-bash-completion.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/blog/_posts/2015-04-10-bash-completion.md')
-rw-r--r--site/blog/_posts/2015-04-10-bash-completion.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/blog/_posts/2015-04-10-bash-completion.md b/site/blog/_posts/2015-04-10-bash-completion.md
index 5ee45d0c6e..0a5d842fd7 100644
--- a/site/blog/_posts/2015-04-10-bash-completion.md
+++ b/site/blog/_posts/2015-04-10-bash-completion.md
@@ -28,7 +28,7 @@ command in your shell and see the list of possible completions.
If you are interested in supporting other shells, the script is made up
of two parts:
-1. [`scripts/bazel-complete-header.bash`](https://github.com/google/bazel/blob/master/scripts/bazel-complete-template.bash)
+1. [`scripts/bazel-complete-header.bash`](https://github.com/bazelbuild/bazel/blob/master/scripts/bazel-complete-template.bash)
is the completion logic.
2. `bazel info completion` dumps the list of commands of Bazel, their options
and for commands and options that expect a value, a description of what is
@@ -48,4 +48,4 @@ of two parts:
Let us know if you have any questions or issues on the
[mailing list](https://groups.google.com/forum/#!forum/bazel-discuss) or
-[GitHub](https://github.com/google/bazel).
+[GitHub](https://github.com/bazelbuild/bazel).