Docs: Fix Rockset links (#8214)

Fix broken Rockset links.

Right now links at
https://python.langchain.com/docs/integrations/providers/rockset are
broken.
pull/7395/head
Aarav Borthakur 1 year ago committed by GitHub
parent 61347bd322
commit 8ce661d5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ from langchain.vectorstores import RocksetDB
## Document Loader
See a [usage example](docs/modules/data_connection/document_loaders/integrations/rockset).
See a [usage example](/docs/integrations/document_loaders/rockset).
```python
from langchain.document_loaders import RocksetLoader
```
Loading…
Cancel
Save