Skip to content

Commit caa0477

Browse files
Minor: Fix link in CONTRIBUTING.md.
The link to the python SDK header in the contrib document was incorrect. Signed-off-by: Abhin Chhabra <chhabra.abhin@gmail.com>
1 parent ce35835 commit caa0477

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Overview
55
This guide is targeted at developers looking to contribute to Feast components in
66
the main Feast repository:
7-
- [Feast Python SDK / CLI](#feast-python-sdk-%2F-cli)
7+
- [Feast Python SDK / CLI](#feast-python-sdk--cli)
88
- [Feast Java Serving](#feast-java-serving)
99
- [Feast Go Client](#feast-go-client)
1010

@@ -212,4 +212,3 @@ go test
212212
* This is because github actions cannot pull the branch version for some reason so just find your PR number in your pull request header and hard code it into the `uses: actions/checkout@v2` section (i.e replace `refs/pull/${{ github.event.pull_request.number }}/merge` with `refs/pull/<pr number>/merge`)
213213
* AWS/GCP workflow
214214
* Currently still cannot test GCP/AWS workflow without setting up secrets in a forked repository.
215-

0 commit comments

Comments
 (0)