From af3c94e4e2e60b05880045cce625cef22b12bcd2 Mon Sep 17 00:00:00 2001 From: Manasjyoti Sharma Date: Sun, 5 Jul 2026 12:19:29 +0530 Subject: [PATCH] fixing README links- for pypi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7c122f..b417c39 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ This table lists the launch-supported instrumentation exposed through `fortifyro | LangGraph | via `Instruments.LANGCHAIN` | install with app | Covered through LangChain/OpenAI launch path | Yes | Yes | Provider-dependent | Same supported path as LangChain | | LlamaIndex | `Instruments.LLAMA_INDEX` | `llamaindex` | `llama-index >=0.14.12,<0.15.0` | Yes | Yes | Yes | Prompt + completion, including streaming paths | -For provider-role behavior, routed providers such as OpenRouter, LiteLLM, Bedrock, Azure OpenAI, and planned/mapper-supported providers, see [Provider Support](docs/PROVIDERS.md). That document is the source of truth for what is launch-certified versus planned. +For provider-role behavior, routed providers such as OpenRouter, LiteLLM, Bedrock, Azure OpenAI, and planned/mapper-supported providers, see [Provider Support](https://github.com/FortifyRoot/ocelle-py/blob/main/docs/PROVIDERS.md). That document is the source of truth for what is launch-certified versus planned. ## Runtime Safety @@ -217,4 +217,4 @@ Safety rules can still run when configured; content tracing controls what is exp Apache License, Version 2.0. -FortifyRoot Ocelle includes code derived from [OpenLLMetry](https://github.com/traceloop/openllmetry) and `traceloop-sdk` by Traceloop, licensed under the Apache License, Version 2.0. The license text and attribution are retained in [LICENSE](LICENSE). +FortifyRoot Ocelle includes code derived from [OpenLLMetry](https://github.com/traceloop/openllmetry) and `traceloop-sdk` by Traceloop, licensed under the Apache License, Version 2.0. The license text and attribution are retained in [LICENSE](https://github.com/FortifyRoot/ocelle-py/blob/main/LICENSE).