From caa0477cad4a6983f900ac4ffc05c9244b91e5a0 Mon Sep 17 00:00:00 2001 From: Abhin Chhabra Date: Sat, 2 Apr 2022 21:59:26 -0400 Subject: [PATCH] Minor: Fix link in `CONTRIBUTING.md`. The link to the python SDK header in the contrib document was incorrect. Signed-off-by: Abhin Chhabra --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea1dd8ad13..77467576e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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//merge`) * AWS/GCP workflow * Currently still cannot test GCP/AWS workflow without setting up secrets in a forked repository. -