Skip to content

Commit 49ad854

Browse files
author
ChidcGithub
committed
Fix badge and URLs to use correct GitHub repo name (CodegniPy)
1 parent e76baf0 commit 49ad854

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/codegnipy.svg)](https://pypi.org/project/codegnipy/)
44
[![Python](https://img.shields.io/pypi/pyversions/codegnipy.svg)](https://pypi.org/project/codegnipy/)
5-
[![License](https://img.shields.io/github/license/ChidcGithub/CogniPy)](LICENSE)
6-
[![Build Status](https://github.com/ChidcGithub/CogniPy/actions/workflows/ci.yml/badge.svg)](https://github.com/ChidcGithub/CogniPy/actions/workflows/ci.yml)
7-
[![Coverage](https://img.shields.io/codecov/c/github/ChidcGithub/CogniPy.svg)](https://codecov.io/gh/ChidcGithub/CogniPy)
5+
[![License](https://img.shields.io/github/license/ChidcGithub/CodegniPy)](LICENSE)
6+
[![Build Status](https://github.com/ChidcGithub/CodegniPy/actions/workflows/ci.yml/badge.svg)](https://github.com/ChidcGithub/CodegniPy/actions/workflows/ci.yml)
7+
[![Coverage](https://img.shields.io/codecov/c/github/ChidcGithub/CodegniPy.svg)](https://codecov.io/gh/ChidcGithub/CodegniPy)
88

99
**AI-Native Python Language Extension**
1010

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ anthropic = [
4848
codegnipy = "codegnipy.cli:main"
4949

5050
[project.urls]
51-
Homepage = "https://github.com/ChidcGithub/CogniPy"
52-
Documentation = "https://github.com/ChidcGithub/CogniPy#readme"
53-
Repository = "https://github.com/ChidcGithub/CogniPy"
51+
Homepage = "https://github.com/ChidcGithub/CodegniPy"
52+
Documentation = "https://github.com/ChidcGithub/CodegniPy#readme"
53+
Repository = "https://github.com/ChidcGithub/CodegniPy"
5454

5555
[tool.setuptools.packages.find]
5656
where = ["."]

0 commit comments

Comments
 (0)