diff --git a/README.md b/README.md index 9cb919034dc..779e07dfadf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ how to join the discussion can be found in the [SIG charter](https://github.com/ ## Support -See the [documentation entry](https://ij.bazel.build/docs/bazel-support.html) +See the [documentation entry](https://github.com/bazelbuild/intellij/blob/master/docs/index.md) on the plugin support across JetBrains products, languages, and operating systems. @@ -54,7 +54,7 @@ We recommend watching [this video](https://www.youtube.com/watch?v=GV_KwWK3Qy8) To import an existing Bazel project, choose `Import Bazel Project`, and follow the instructions in the project import wizard. -Detailed docs are available [here](http://ij.bazel.build). +Detailed docs are available [here](https://github.com/bazelbuild/intellij/blob/master/docs/index.md). ## Known issues diff --git a/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java b/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java index 75c6b28f2be..bddd935c3b9 100644 --- a/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java +++ b/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java @@ -22,7 +22,7 @@ /** Provides the bazel build system name string. */ public class BazelBuildSystemProvider implements BuildSystemProvider { - private static final String BAZEL_DOC_SITE = "https://ij.bazel.build/docs"; + private static final String BAZEL_DOC_SITE = "https://github.com/bazelbuild/intellij/blob/master/docs/index.md"; private static final ImmutableList BUILD_FILE_NAMES = ImmutableList.of("BUILD.bazel", "BUILD"); diff --git a/ijwb/src/META-INF/description.html b/ijwb/src/META-INF/description.html index 1694774135f..f8b25c79415 100644 --- a/ijwb/src/META-INF/description.html +++ b/ijwb/src/META-INF/description.html @@ -9,4 +9,4 @@ Watch this video to familiarize yourself with the plugin's features. -Usage instructions at ij.bazel.build +Usage instructions here