Skip to content

Commit 72ddff5

Browse files
cheswoop
authored andcommitted
Fix relative link to FeatureRow.proto in specs doc
1 parent 3738a9d commit 72ddff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ schema:
204204
- featureId: customer.last_login
205205
```
206206

207-
The PubSub source type expects that all messages that the ingestion job receives are binary encoded FeatureRow protobufs. See [FeatureRow.proto](protos/feast/types/FeatureRow.proto).
207+
The PubSub source type expects that all messages that the ingestion job receives are binary encoded FeatureRow protobufs. See [FeatureRow.proto](../protos/feast/types/FeatureRow.proto).
208208

209209
Note that:
210210
1. You must be explicit about which features should be ingested using `schema.fields`.

0 commit comments

Comments
 (0)