Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tools/copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down