Renamed e4b repository into eclipse Fixes #50.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6001b8..e45d7ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -25,5 +25,5 @@ ## Contributing -Please see the [contributing page on the wiki](https://github.com/bazelbuild/e4b/wiki/Contributing) +Please see the [contributing page on the wiki](https://github.com/bazelbuild/eclipse/wiki/Contributing) on more practical matters on how to contribute to e4b.
diff --git a/README.md b/README.md index 74073b4..308b6ef 100644 --- a/README.md +++ b/README.md
@@ -19,7 +19,7 @@ * Select "Help" > "Install Software" * Add the update site -[http://bazelbuild.github.io/e4b/p2updatesite](http://bazelbuild.github.io/e4b/p2updatesite). +[http://bazelbuild.github.io/eclipse/p2updatesite](http://bazelbuild.github.io/eclipse/p2updatesite). * Select "Uncategorized category" > "Eclipse 4 Bazel" ## Using the plugin @@ -28,5 +28,5 @@ ## Missing features -See our [contributing page](https://github.com/bazelbuild/e4b/wiki/Contributing) to get +See our [contributing page](https://github.com/bazelbuild/eclipse/wiki/Contributing) to get some idea on what missing features need help on.
diff --git a/WORKSPACE b/WORKSPACE index e1b7b23..a91ed5f 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -1,4 +1,4 @@ -workspace(name = "build_bazel_e4b") +workspace(name = "build_bazel_eclipse") load("//tools/build_defs:eclipse.bzl", "load_eclipse_deps") load(":bazel_version.bzl", "check_bazel_version")