Skip to content

Commit

Permalink
fix: update api.go link in README.md (#709)
Browse files Browse the repository at this point in the history
`internal/core/api.go` was moved to `pkg/api/api.go`
(1a7a413), so updating the link.

Fixes #675.

Signed-off-by: Paul Boyd <[email protected]>
  • Loading branch information
pboyd authored Jan 20, 2025
1 parent 6374fb7 commit 7ec3487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For a high-level documentation of the Model Registry _logical model_, please che
## Model Registry Core

The model registry core is the layer which implements the core/business logic by interacting with the underlying ml-metadata server.
It provides a model registry domain-specific [api](internal/core/api.go) that is in charge to proxy all, appropriately transformed, requests to ml-metadata using gRPC calls.
It provides a model registry domain-specific [api](pkg/api/api.go) that is in charge to proxy all, appropriately transformed, requests to ml-metadata using gRPC calls.

### Model registry library

Expand Down

0 comments on commit 7ec3487

Please sign in to comment.