From f6bbe7d41534e557e64d5bd1d2692f48e4bfcfaa Mon Sep 17 00:00:00 2001 From: Cameron Brooks Date: Sat, 5 Sep 2026 16:41:32 -0400 Subject: [PATCH] chore: point repo and docs URLs at heibench The repository moved to the heibench org. GitHub redirects repo URLs but NOT Pages: https://cameronbrooks11.github.io/gerberdiff/ now returns 404 and https://heibench.github.io/gerberdiff/ serves the site, so the docs badge and links were broken rather than merely stale. Verified both. Includes mkdocs site_url/repo_url/repo_name, the four project.urls, the issue-template config and the CHANGELOG's docs-site link. --- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 64 +++++++++++++++---------------- CONTRIBUTING.md | 4 +- README.md | 6 +-- SECURITY.md | 2 +- docs/index.md | 2 +- mkdocs.yml | 6 +-- pyproject.toml | 8 ++-- 8 files changed, 47 insertions(+), 47 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4d39168..5658f68 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Question / discussion - url: https://github.com/CameronBrooks11/gerberdiff/discussions + url: https://github.com/heibench/gerberdiff/discussions about: Ask questions and discuss ideas in GitHub Discussions diff --git a/CHANGELOG.md b/CHANGELOG.md index 7def33c..0bb7527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **Documentation site** at +- **Documentation site** at -- MkDocs + Material with mkdocstrings API reference, MathJax for the LaTeX notation already used in the docs, and Changelog/Contributing included via snippets. Built strictly and deployed to GitHub Pages by @@ -671,34 +671,34 @@ merge_tolerance) -> SingleLayerDiff`. - mypy `strict=true`, `warn_unused_ignores=true`, `cairocffi.*` override for missing stubs. - 2 smoke tests in `tests/test_scaffold.py`. -[Unreleased]: https://github.com/CameronBrooks11/gerberdiff/compare/v0.29.1...HEAD -[0.29.1]: https://github.com/CameronBrooks11/gerberdiff/compare/v0.29.0...v0.29.1 -[0.29.0]: https://github.com/CameronBrooks11/gerberdiff/compare/9ffd4c8f...v0.29.0 -[0.28.0]: https://github.com/CameronBrooks11/gerberdiff/compare/b6b6b98d...9ffd4c8f -[0.27.0]: https://github.com/CameronBrooks11/gerberdiff/compare/963eb957...b6b6b98d -[0.26.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6162e435...963eb957 -[0.25.0]: https://github.com/CameronBrooks11/gerberdiff/compare/e2519ec8...6162e435 -[0.24.0]: https://github.com/CameronBrooks11/gerberdiff/compare/91c154d4...e2519ec8 -[0.23.0]: https://github.com/CameronBrooks11/gerberdiff/compare/458734f9...91c154d4 -[0.22.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1c96a7b8...458734f9 -[0.21.0]: https://github.com/CameronBrooks11/gerberdiff/compare/4d1201fe...1c96a7b8 -[0.20.0]: https://github.com/CameronBrooks11/gerberdiff/compare/ba9a5015...4d1201fe -[0.19.0]: https://github.com/CameronBrooks11/gerberdiff/compare/c502171a...ba9a5015 -[0.18.0]: https://github.com/CameronBrooks11/gerberdiff/compare/10f8f392...c502171a -[0.17.0]: https://github.com/CameronBrooks11/gerberdiff/compare/b04813ea...10f8f392 -[0.16.0]: https://github.com/CameronBrooks11/gerberdiff/compare/3044033b...b04813ea -[0.15.0]: https://github.com/CameronBrooks11/gerberdiff/compare/9b4e3401...3044033b -[0.14.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1a399ea2...9b4e3401 -[0.13.0]: https://github.com/CameronBrooks11/gerberdiff/compare/c0672ea8...1a399ea2 -[0.12.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1bbfb235...c0672ea8 -[0.11.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2d1573ad...1bbfb235 -[0.10.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6691b195...2d1573ad -[0.9.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2e944edc...6691b195 -[0.8.0]: https://github.com/CameronBrooks11/gerberdiff/compare/46b463de...2e944edc -[0.7.0]: https://github.com/CameronBrooks11/gerberdiff/compare/5b9212fa...46b463de -[0.6.0]: https://github.com/CameronBrooks11/gerberdiff/compare/e12ff13f...5b9212fa -[0.5.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6330d0cb...e12ff13f -[0.4.0]: https://github.com/CameronBrooks11/gerberdiff/compare/f63a51a3...6330d0cb -[0.3.0]: https://github.com/CameronBrooks11/gerberdiff/compare/3f1d1909...f63a51a3 -[0.2.0]: https://github.com/CameronBrooks11/gerberdiff/compare/674251dd...3f1d1909 -[0.1.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2eeb692...674251dd +[Unreleased]: https://github.com/heibench/gerberdiff/compare/v0.29.1...HEAD +[0.29.1]: https://github.com/heibench/gerberdiff/compare/v0.29.0...v0.29.1 +[0.29.0]: https://github.com/heibench/gerberdiff/compare/9ffd4c8f...v0.29.0 +[0.28.0]: https://github.com/heibench/gerberdiff/compare/b6b6b98d...9ffd4c8f +[0.27.0]: https://github.com/heibench/gerberdiff/compare/963eb957...b6b6b98d +[0.26.0]: https://github.com/heibench/gerberdiff/compare/6162e435...963eb957 +[0.25.0]: https://github.com/heibench/gerberdiff/compare/e2519ec8...6162e435 +[0.24.0]: https://github.com/heibench/gerberdiff/compare/91c154d4...e2519ec8 +[0.23.0]: https://github.com/heibench/gerberdiff/compare/458734f9...91c154d4 +[0.22.0]: https://github.com/heibench/gerberdiff/compare/1c96a7b8...458734f9 +[0.21.0]: https://github.com/heibench/gerberdiff/compare/4d1201fe...1c96a7b8 +[0.20.0]: https://github.com/heibench/gerberdiff/compare/ba9a5015...4d1201fe +[0.19.0]: https://github.com/heibench/gerberdiff/compare/c502171a...ba9a5015 +[0.18.0]: https://github.com/heibench/gerberdiff/compare/10f8f392...c502171a +[0.17.0]: https://github.com/heibench/gerberdiff/compare/b04813ea...10f8f392 +[0.16.0]: https://github.com/heibench/gerberdiff/compare/3044033b...b04813ea +[0.15.0]: https://github.com/heibench/gerberdiff/compare/9b4e3401...3044033b +[0.14.0]: https://github.com/heibench/gerberdiff/compare/1a399ea2...9b4e3401 +[0.13.0]: https://github.com/heibench/gerberdiff/compare/c0672ea8...1a399ea2 +[0.12.0]: https://github.com/heibench/gerberdiff/compare/1bbfb235...c0672ea8 +[0.11.0]: https://github.com/heibench/gerberdiff/compare/2d1573ad...1bbfb235 +[0.10.0]: https://github.com/heibench/gerberdiff/compare/6691b195...2d1573ad +[0.9.0]: https://github.com/heibench/gerberdiff/compare/2e944edc...6691b195 +[0.8.0]: https://github.com/heibench/gerberdiff/compare/46b463de...2e944edc +[0.7.0]: https://github.com/heibench/gerberdiff/compare/5b9212fa...46b463de +[0.6.0]: https://github.com/heibench/gerberdiff/compare/e12ff13f...5b9212fa +[0.5.0]: https://github.com/heibench/gerberdiff/compare/6330d0cb...e12ff13f +[0.4.0]: https://github.com/heibench/gerberdiff/compare/f63a51a3...6330d0cb +[0.3.0]: https://github.com/heibench/gerberdiff/compare/3f1d1909...f63a51a3 +[0.2.0]: https://github.com/heibench/gerberdiff/compare/674251dd...3f1d1909 +[0.1.0]: https://github.com/heibench/gerberdiff/compare/2eeb692...674251dd diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d8c3e9..db85158 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Thank you for your interest in contributing to **gerberdiff**! Requires Python >= 3.11 and [uv](https://docs.astral.sh/uv/). ```sh -git clone https://github.com/CameronBrooks11/gerberdiff.git +git clone https://github.com/heibench/gerberdiff.git cd gerberdiff uv sync --dev ``` @@ -109,5 +109,5 @@ EOF ## License By contributing you agree that your contributions will be licensed under the -[Apache-2.0](https://github.com/CameronBrooks11/gerberdiff/blob/main/LICENSE) +[Apache-2.0](https://github.com/heibench/gerberdiff/blob/main/LICENSE) licence. diff --git a/README.md b/README.md index 21efce0..313f546 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gerberdiff -[![CI](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/ci.yml/badge.svg)](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/ci.yml) -[![Docs](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/docs.yml/badge.svg)](https://cameronbrooks11.github.io/gerberdiff/) +[![CI](https://github.com/heibench/gerberdiff/actions/workflows/ci.yml/badge.svg)](https://github.com/heibench/gerberdiff/actions/workflows/ci.yml) +[![Docs](https://github.com/heibench/gerberdiff/actions/workflows/docs.yml/badge.svg)](https://heibench.github.io/gerberdiff/) [![PyPI](https://img.shields.io/pypi/v/gerberdiff)](https://pypi.org/project/gerberdiff/) [![Python](https://img.shields.io/pypi/pyversions/gerberdiff)](https://pypi.org/project/gerberdiff/) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE) @@ -50,7 +50,7 @@ for layer in result.layers: ## Docs -Full documentation site: **** +Full documentation site: **** | Topic | File | | -------------------- | -------------------------------------------- | diff --git a/SECURITY.md b/SECURITY.md index 9c3c10f..43ae2ce 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ Only the latest released minor version is supported. **Do not open a public issue for security vulnerabilities.** Please report them via -[GitHub private security advisories](https://github.com/CameronBrooks11/gerberdiff/security/advisories/new). +[GitHub private security advisories](https://github.com/heibench/gerberdiff/security/advisories/new). Include: diff --git a/docs/index.md b/docs/index.md index db49b4c..122d922 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,4 +75,4 @@ for layer in result.layers: ## License -[Apache-2.0](https://github.com/CameronBrooks11/gerberdiff/blob/main/LICENSE). +[Apache-2.0](https://github.com/heibench/gerberdiff/blob/main/LICENSE). diff --git a/mkdocs.yml b/mkdocs.yml index e9ae629..c0fb7c5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,9 +2,9 @@ site_name: gerberdiff site_description: >- Diff tool for Gerber/Excellon PCB files: visual raster overlays and attributed vector-geometry change analysis. -site_url: https://cameronbrooks11.github.io/gerberdiff/ -repo_url: https://github.com/CameronBrooks11/gerberdiff -repo_name: CameronBrooks11/gerberdiff +site_url: https://heibench.github.io/gerberdiff/ +repo_url: https://github.com/heibench/gerberdiff +repo_name: heibench/gerberdiff edit_uri: edit/main/docs/ theme: diff --git a/pyproject.toml b/pyproject.toml index c101380..86deb5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,10 +33,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/CameronBrooks11/gerberdiff" -Repository = "https://github.com/CameronBrooks11/gerberdiff" -Changelog = "https://github.com/CameronBrooks11/gerberdiff/blob/main/CHANGELOG.md" -Issues = "https://github.com/CameronBrooks11/gerberdiff/issues" +Homepage = "https://github.com/heibench/gerberdiff" +Repository = "https://github.com/heibench/gerberdiff" +Changelog = "https://github.com/heibench/gerberdiff/blob/main/CHANGELOG.md" +Issues = "https://github.com/heibench/gerberdiff/issues" [project.optional-dependencies] # Installed by end users who want prettier terminal output