From a8b28838154a240ced5f11b69ac9889c14386a8f Mon Sep 17 00:00:00 2001 From: Azeem Sola Date: Fri, 1 May 2026 10:33:03 -0600 Subject: [PATCH] fix(docs): remove broken STYLE_GUIDE.md link and fix docs site URL in README - Remove reference to nonexistent STYLE_GUIDE.md (404) - Fix "Live Documentation" URL from https://opentdf.io to https://docs.opentdf.io to match the CNAME and actual site domain - Fix "About This Repository" URL to also use https://docs.opentdf.io Co-authored-by: CoopAgent --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9467ef5d..e038c1f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## About This Repository -This repository contains the source code for the [OpenTDF documentation website](https://opentdf.io), built using [Docusaurus](https://docusaurus.io/). The documentation provides comprehensive guides, tutorials, and reference materials for developers and organizations implementing data-centric security with OpenTDF. +This repository contains the source code for the [OpenTDF documentation website](https://docs.opentdf.io), built using [Docusaurus](https://docusaurus.io/). The documentation provides comprehensive guides, tutorials, and reference materials for developers and organizations implementing data-centric security with OpenTDF. ## What is OpenTDF? @@ -33,11 +33,9 @@ We welcome contributions to improve our documentation! Please see our [Contribut - Review and approval process - Technical setup for contributors -For style guidelines, please refer to our [Style Guide](STYLE_GUIDE.md). - ## Quick Links -- **Live Documentation**: [docs.opentdf.io](https://opentdf.io) +- **Live Documentation**: [docs.opentdf.io](https://docs.opentdf.io) - **OpenTDF Platform**: [github.com/opentdf/platform](https://github.com/opentdf/platform) - **TDF Format Spec**: [github.com/opentdf/spec](https://github.com/opentdf/spec) - **OpenTDF Organization**: [github.com/opentdf](https://github.com/opentdf)