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

Fix grazel doc urls in README.md #112

Merged
merged 1 commit into from
Oct 18, 2023
Merged
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
18 changes: 9 additions & 9 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
to [Bazel build](https://bazel.build) system in an incremental and automated fashion.

<p align="center">
<!-- <a href="https://github.com/grab/Grazel/releases/latest"><img src="https://img.shields.io/github/release/grab/Grazel.svg?style=flat-square&label=Release&logo=github&colorB=00bdd6"/></a> -->
<!-- <a href="https://github.com/grab/grazel/releases/latest"><img src="https://img.shields.io/github/release/grab/Grazel.svg?style=flat-square&label=Release&logo=github&colorB=00bdd6"/></a> -->
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/com.grab.grazel/grazel-gradle-plugin?logo=apache-maven&logoColor=%23C71A36&style=flat-square&colorB=00bdd6">
<img src="https://img.shields.io/github/actions/workflow/status/grab/Grazel/ci.yml?logo=github&style=flat-square">
<a href="https://grab.github.io/Grazel/"><img src="https://img.shields.io/badge/Website-%20-lightgrey.svg?color=00bdd6&colorA=00bdd6&style=flat-square&logo=github"/></a>
<a href="https://grab.github.io/grazel/"><img src="https://img.shields.io/badge/Website-%20-lightgrey.svg?color=00bdd6&colorA=00bdd6&style=flat-square&logo=github"/></a>
</p>

<p align="center">
Expand All @@ -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.
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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.
```
```
Loading