From f299c7642c32ae0a6837370874a41c3f9157f5b1 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sat, 28 Mar 2026 12:00:27 +0100 Subject: [PATCH] Update references - use the new origin repository for this package --- .tools/copier-answers.yml | 2 +- README.md | 4 ++-- pyproject.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.tools/copier-answers.yml b/.tools/copier-answers.yml index 3aa48e1..e936c2d 100644 --- a/.tools/copier-answers.yml +++ b/.tools/copier-answers.yml @@ -7,6 +7,6 @@ project_name: mkdocs-redirects pytest: true python_distribution_name: mkdocs-redirects python_source_path: mkdocs_redirects -repository_name: mkdocs/mkdocs-redirects +repository_name: ProperDocs/mkdocs-redirects script_test: false diff --git a/README.md b/README.md index 9a8b9ab..a4a0f49 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Initially developed by [DataRobot](https://www.datarobot.com/). [![PyPI](https://img.shields.io/pypi/v/mkdocs-redirects)](https://pypi.org/project/mkdocs-redirects/) -[![License](https://img.shields.io/github/license/mkdocs/mkdocs-redirects)](https://github.com/mkdocs/mkdocs-redirects/blob/master/LICENSE.md) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mkdocs/mkdocs-redirects/ci.yml.svg)](https://github.com/mkdocs/mkdocs-redirects/actions?query=event%3Apush+branch%3Amaster) +[![License](https://img.shields.io/github/license/ProperDocs/mkdocs-redirects)](https://github.com/ProperDocs/mkdocs-redirects/blob/master/LICENSE.md) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ProperDocs/mkdocs-redirects/ci.yml.svg)](https://github.com/ProperDocs/mkdocs-redirects/actions?query=event%3Apush+branch%3Amaster) ## Installing diff --git a/pyproject.toml b/pyproject.toml index f347aef..0777544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ dependencies = [ ] [project.urls] -Documentation = "https://github.com/mkdocs/mkdocs-redirects#readme" -Source = "https://github.com/mkdocs/mkdocs-redirects" -Issues = "https://github.com/mkdocs/mkdocs-redirects/issues" -History = "https://github.com/mkdocs/mkdocs-redirects/releases" +Documentation = "https://github.com/ProperDocs/properdocs-redirects#readme" +Source = "https://github.com/ProperDocs/properdocs-redirects" +Issues = "https://github.com/ProperDocs/properdocs-redirects/issues" +History = "https://github.com/ProperDocs/properdocs-redirects/releases" [project.entry-points."mkdocs.plugins"] redirects = "mkdocs_redirects.plugin:RedirectPlugin"