From caa05d3e1b25587becb812906d6bf7bf0ab5f6a4 Mon Sep 17 00:00:00 2001 From: Rowen Wu Date: Tue, 2 Jun 2026 11:07:33 -0700 Subject: [PATCH] docs: link hosted Rust and Python documentation in README Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a2ddd187..3a276e88d 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ This repository contains client libraries and protocol buffers to interact with to compile the protocol buffers yourself there are instructions on how to go about it in the [Manual Protobuf Compilation](#manual-protobuf-compilation) section. **Language-specific documentation:** -- [Python](/python/) -- [Rust](/rust/) +- [Python](https://sift-stack.github.io/sift/python/latest/) +- [Rust](https://docs.rs/sift_stream/latest/sift_stream/) - [Go](/go/) - [C++](/cpp/)