From 43e56c6f05f86ce33ca9b11f7e5c2c94b94303fb Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Tue, 28 Jul 2026 13:38:34 -0300 Subject: [PATCH] chore(repo): update GitHub organization references --- README.md | 4 ++-- apps/web/src/data/docs.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38cd821..fbfeb48 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ logo -[![Web](https://img.shields.io/github/v/tag/superdoc-dev/ooxml-dev?filter=web-v*&label=Web&color=blue)](https://ooxml.dev) -[![MCP Server](https://img.shields.io/github/v/tag/superdoc-dev/ooxml-dev?filter=mcp-v*&label=MCP%20Server&color=blue)](https://api.ooxml.dev/mcp) +[![Web](https://img.shields.io/github/v/tag/superdoc/ooxml-dev?filter=web-v*&label=Web&color=blue)](https://ooxml.dev) +[![MCP Server](https://img.shields.io/github/v/tag/superdoc/ooxml-dev?filter=mcp-v*&label=MCP%20Server&color=blue)](https://api.ooxml.dev/mcp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) The OOXML spec, explained by people who actually implemented it. diff --git a/apps/web/src/data/docs.ts b/apps/web/src/data/docs.ts index 6f272c6..34b7293 100644 --- a/apps/web/src/data/docs.ts +++ b/apps/web/src/data/docs.ts @@ -28,7 +28,7 @@ export const docs: Record = { type: "note", noteType: "info", title: "Work in Progress", - text: "This reference is actively being expanded. New sections, examples, and implementation notes land regularly. Check the [GitHub](https://github.com/superdoc-dev/ooxml-dev) for updates and how to contribute.", + text: "This reference is actively being expanded. New sections, examples, and implementation notes land regularly. Check the [GitHub](https://github.com/superdoc/ooxml-dev) for updates and how to contribute.", }, { type: "heading", level: 2, text: "What's Different Here" }, {