diff --git a/README.md b/README.md index cb91f6758..260fa94f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Codegen -![PyPI](https://img.shields.io/pypi/v/codegen?color=blue) [![Documentation](https://img.shields.io/badge/docs-docs.codegen.com-purple)](https://docs.codegen.com) [![Slack Community](https://img.shields.io/badge/slack-community-4A154B?logo=slack)](https://community.codegen.com) [![Follow on X](https://img.shields.io/twitter/follow/codegen)](https://x.com/codegen) +![PyPI](https://img.shields.io/pypi/v/codegen?color=blue) [![Documentation](https://img.shields.io/badge/docs-docs.codegen.com-purple)](https://docs.codegen.com) [![Slack Community](https://img.shields.io/badge/slack-community-4A154B?logo=slack)](https://community.codegen.com) [![Follow on X](https://img.shields.io/twitter/follow/codegen)](https://x.com/codegen) [Codegen](https://docs.codegen.com) is a python library for manipulating codebases. diff --git a/hatch.toml b/hatch.toml index 0b1d7737f..83eeab052 100644 --- a/hatch.toml +++ b/hatch.toml @@ -79,7 +79,7 @@ download = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip" Changelog = "https://docs.codegen.com/changelog/changelog" Releasenotes = "https://github.com/codegen-sh/codegen-sdk/releases" Issues = "https://github.com/codegen-sh/codegen-sdk/issues" -Documentation = "https://docs.codegen.sh" +Documentation = "https://docs.codegen.com" Playground = "https://www.codegen.sh/" [build.targets.wheel.hooks.custom]