Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Refer to the new docpage #6906

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading