Skip to content

Commit c239037

Browse files
authored
Fixing broken entity key link in quickstart (#2068)
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 3c27c5b commit c239037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"### Quick note on entity keys\n",
721721
"Note from the above command that the online store indexes by `entity_key`. \n",
722722
"\n",
723-
"[Entity keys](https://docs.feast.dev/concepts/data-model-and-concepts#entity-key) include a list of all entities needed (e.g. all relevant primary keys) to generate the feature vector. In this case, this is a serialized version of the `driver_id`. We use this later to fetch all features for a given driver at inference time."
723+
"[Entity keys](https://docs.feast.dev/getting-started/concepts/entity#entity-key) include a list of all entities needed (e.g. all relevant primary keys) to generate the feature vector. In this case, this is a serialized version of the `driver_id`. We use this later to fetch all features for a given driver at inference time."
724724
]
725725
},
726726
{

0 commit comments

Comments
 (0)