aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Steren <steren.giannini@gmail.com>2017-09-11 20:40:21 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-09-12 14:05:17 +0200
commit3f5590fc94cebd593e80db09e8c6c3267a11cda1 (patch)
treeb2530bee97e863d62503d7754f10e8bba9943e19 /site
parent9e845f6970a59e200b55aa5aa4d05051e064821f (diff)
Docs: Minor fixes for IDE page
Closes #3715. PiperOrigin-RevId: 168260772
Diffstat (limited to 'site')
-rw-r--r--site/docs/ide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/ide.md b/site/docs/ide.md
index 3d2e073bdd..8d3b16a18f 100644
--- a/site/docs/ide.md
+++ b/site/docs/ide.md
@@ -59,7 +59,7 @@ See [`language-bazel` package](https://atom.io/packages/language-bazel)
*Status*: Beta, not officially supported by the Bazel team.
-https://github.com/bazelbuild/vim-bazel
+See [`bazelbuild/vim-bazel`on GitHub](https://github.com/bazelbuild/vim-bazel)
## Automatically run build and test on file change
@@ -67,4 +67,4 @@ https://github.com/bazelbuild/vim-bazel
## Building your own IDE plugin
-Read the [*IDE support* blog post](https://bazel.build/blog/2016/06/10/ide-support.html) to learn more about the Bazel APIs to used when building an IDE plugin.
+Read the [*IDE support* blog post](https://bazel.build/blog/2016/06/10/ide-support.html) to learn more about the Bazel APIs to use when building an IDE plugin.