From 08f84ae14a1d861f6082fda7a0ed9d7a97b55f1e Mon Sep 17 00:00:00 2001 From: Mobiletic Date: Wed, 24 Jun 2026 17:09:07 +0100 Subject: [PATCH] chore: point repo/badge URLs at git.mobiletic.net Gitea Co-Authored-By: Claude Opus 4.8 (1M context) --- CONTRIBUTING.md | 2 +- README.md | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5dc670..dab3e6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ new pattern presets, additional LLM providers, docs, and tests. ## Getting started ```bash -git clone https://github.com/mobiletic/anonymizer.git +git clone https://git.mobiletic.net/mobiletic/anonymizer.git cd anonymizer npm install npm test # run the test suite (vitest) diff --git a/README.md b/README.md index 34e62a0..e05c1af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @mobiletic/anonymizer -[![CI](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml/badge.svg)](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml) +[![CI](https://git.mobiletic.net/mobiletic/anonymizer/actions/workflows/ci.yml/badge.svg?branch=main)](https://git.mobiletic.net/mobiletic/anonymizer/actions) [![npm version](https://img.shields.io/npm/v/@mobiletic/anonymizer.svg)](https://www.npmjs.com/package/@mobiletic/anonymizer) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) diff --git a/package.json b/package.json index 7c91239..f85c54b 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Framework-agnostic PII anonymization & pseudonymization: pluggable LLM detection for free-form PII (names, addresses) with a deterministic regex fallback, deterministic coreference, and streaming-safe de-anonymization.", "license": "MIT", "author": "Mobiletic", - "homepage": "https://github.com/mobiletic/anonymizer#readme", + "homepage": "https://git.mobiletic.net/mobiletic/anonymizer#readme", "repository": { "type": "git", - "url": "git+https://github.com/mobiletic/anonymizer.git" + "url": "git+https://git.mobiletic.net/mobiletic/anonymizer.git" }, "bugs": { - "url": "https://github.com/mobiletic/anonymizer/issues" + "url": "https://git.mobiletic.net/mobiletic/anonymizer/issues" }, "keywords": [ "anonymization",