From 3f8333eb5ca90597ca615cab2cf9bb26cf4548a4 Mon Sep 17 00:00:00 2001 From: "Min Kuan (MK)" Date: Tue, 17 Oct 2023 23:33:46 +0800 Subject: [PATCH] Fix grazel doc urls in README.md --- README.MD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.MD b/README.MD index 9c8c24c6..21ae64db 100644 --- a/README.MD +++ b/README.MD @@ -4,10 +4,10 @@ to [Bazel build](https://bazel.build) system in an incremental and automated fashion.

- + Maven Central - +

@@ -16,7 +16,7 @@ to [Bazel build](https://bazel.build) system in an incremental and automated fas ## Components -* [Gradle plugin](https://github.com/grab/Grazel/tree/master/grazel-gradle-plugin) +* [Gradle plugin](https://github.com/grab/grazel/tree/master/grazel-gradle-plugin) * A Kotlin Starlark DSL to generate Starlark code in a type-safe way. * [Grab Bazel Common](https://github.com/grab/grab-bazel-common) - Custom rules to bridge the gap between Gradle/Bazel. @@ -25,13 +25,13 @@ to [Bazel build](https://bazel.build) system in an incremental and automated fas * Generate `BUILD.bazel`, `WORKSPACE` for given Android project and reduce the overall migration effort. -* Setup [hybrid build](https://grab.github.io/Grazel/hybrid_builds/) to build part of project graph +* Setup [hybrid build](https://grab.github.io/grazel/hybrid_builds/) to build part of project graph to build with Bazel and rest with Gradle. * Minimal source changes to codebase - supported by [Grab Bazel Common](https://github.com/grab/grab-bazel-common). * Gradle Configuration as source of truth. -For documentation and usage instructions, please visit [website](https://grab.github.io/Grazel/). +For documentation and usage instructions, please visit [website](https://grab.github.io/grazel/). ## How it works @@ -88,10 +88,10 @@ kt_android_library( ) ``` -See [migration capabilities](https://grab.github.io/Grazel/migration_capabilities) for supported +See [migration capabilities](https://grab.github.io/grazel/migration_capabilities) for supported features. In advanced cases, where entire project might not -be [migratable](https://grab.github.io/Grazel/migration_criteria), it migrates part of the graph and -sets up [hybrid build](https://grab.github.io/Grazel/hybrid_builds) where part of the graph can be +be [migratable](https://grab.github.io/grazel/migration_criteria), it migrates part of the graph and +sets up [hybrid build](https://grab.github.io/grazel/hybrid_builds) where part of the graph can be built with Bazel and rest with Gradle. ## Resources @@ -114,4 +114,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```