Skip to content

Commit

Permalink
Fix broken links on feast java components readme
Browse files Browse the repository at this point in the history
Signed-off-by: Breno Costa <brenocosta0901@gmail.com>
  • Loading branch information
breno-costa committed Jun 29, 2022
1 parent 2800e37 commit 1c4308e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development Guide: feast-java
> The higher level [Development Guide](https://docs.feast.dev/contributing/development-guide)
> The higher level [Development Guide](https://docs.feast.dev/v/master/project/development-guide)
> gives contributing to Feast codebase as a whole.
### Overview
Expand All @@ -9,7 +9,7 @@ the feast-java Repository:
- [Feast Java Client](#feast-java-client)

> Don't see the Feast component that you want to contribute to here?
> Check out the [Development Guide](https://docs.feast.dev/contributing/development-guide)
> Check out the [Development Guide](https://docs.feast.dev/v/master/project/development-guide)
> to learn how Feast components are distributed over multiple repositories.
#### Common Setup
Expand Down
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The process of ingesting data into the online store (Redis) is decoupled from th

### Contributing
Guides on Contributing:
- [Contribution Process for Feast](https://docs.feast.dev/v/master/contributing/contributing)
- [Development Guide for Feast](https://docs.feast.dev/contributing/development-guide)
- [Contribution Process for Feast](https://docs.feast.dev/v/master/project/contributing)
- [Development Guide for Feast](https://docs.feast.dev/v/master/project/development-guide)
- [Development Guide for feast-java (this repository)](CONTRIBUTING.md)

### Installing using Helm
Expand Down

0 comments on commit 1c4308e

Please sign in to comment.