Skip to content

Commit

Permalink
doc: Refer to the new docpage
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Oct 17, 2024
1 parent a1cf27c commit 68b80d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> BUILD_FILE_NAMES =
ImmutableList.of("BUILD.bazel", "BUILD");
Expand Down
2 changes: 1 addition & 1 deletion ijwb/src/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

Watch <a href="https://www.youtube.com/watch?v=GV_KwWK3Qy8">this video</a> to familiarize yourself with the plugin's features.

Usage instructions at <a href="https://ij.bazel.build">ij.bazel.build</a>
Usage instructions <a href="https://github.com/bazelbuild/intellij/blob/master/docs/index.md">here</a>

0 comments on commit 68b80d0

Please sign in to comment.