Skip to content

Commit d044588

Browse files
authored
fix: Fixing broken links to feast documentation on java readme and contribution (#2892)
Signed-off-by: Breno Costa <brenocosta0901@gmail.com>
1 parent 09746aa commit d044588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development Guide: feast-java
2-
> The higher level [Development Guide](https://docs.feast.dev/contributing/development-guide)
2+
> The higher level [Development Guide](https://docs.feast.dev/v/master/project/development-guide)
33
> gives contributing to Feast codebase as a whole.
44
55
### Overview
@@ -9,7 +9,7 @@ the feast-java Repository:
99
- [Feast Java Client](#feast-java-client)
1010

1111
> Don't see the Feast component that you want to contribute to here?
12-
> Check out the [Development Guide](https://docs.feast.dev/contributing/development-guide)
12+
> Check out the [Development Guide](https://docs.feast.dev/v/master/project/development-guide)
1313
> to learn how Feast components are distributed over multiple repositories.
1414
1515
#### Common Setup

java/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The process of ingesting data into the online store (Redis) is decoupled from th
1313

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

2020
### Installing using Helm

0 commit comments

Comments
 (0)