Skip to content

Commit

Permalink
fix: Minor link fix in CONTRIBUTING.md (#2481)
Browse files Browse the repository at this point in the history
The link to the python SDK header in the contrib document was incorrect.

Signed-off-by: Abhin Chhabra <chhabra.abhin@gmail.com>
  • Loading branch information
chhabrakadabra authored Apr 5, 2022
1 parent 1181a9e commit 2917e27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Overview
This guide is targeted at developers looking to contribute to Feast components in
the main Feast repository:
- [Feast Python SDK / CLI](#feast-python-sdk-%2F-cli)
- [Feast Python SDK / CLI](#feast-python-sdk--cli)
- [Feast Java Serving](#feast-java-serving)
- [Feast Go Client](#feast-go-client)

Expand Down Expand Up @@ -212,4 +212,3 @@ go test
* 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`)
* AWS/GCP workflow
* Currently still cannot test GCP/AWS workflow without setting up secrets in a forked repository.

0 comments on commit 2917e27

Please sign in to comment.