Skip to content

Commit

Permalink
fix broken link (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 authored Jan 23, 2024
1 parent b9862f4 commit 51d80db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/guides/core-types/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To serve a model, you can easily spin up a FastAPI server by calling:
weave serve <your model ref>
```

For additional instructions, see [serve](guides/tools/serve).
For additional instructions, see [serve](/guides/tools/serve).

## Track production calls

Expand All @@ -71,4 +71,4 @@ To separate production calls, you can add an additional attribute to the predict
```python
with weave.attributes({'env': 'production'}):
model.predict('world')
```
```

0 comments on commit 51d80db

Please sign in to comment.