diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b77024f8f8..427d4ad4e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ must have `twine` installed globally. The usual release process goes like this: -1. Go through git log and write new entry into `CHANGES.md`, commit to master +1. Go through git log and write new entry into `CHANGELOG.md`, commit to master 2. `craft p a.b.c` 3. `craft pp a.b.c` diff --git a/setup.py b/setup.py index 105a3c71c5..9b2b1cacde 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_file_text(file_name): url="https://github.com/getsentry/sentry-python", project_urls={ "Documentation": "https://docs.sentry.io/platforms/python/", - "Changelog": "https://github.com/getsentry/sentry-python/blob/master/CHANGES.md", + "Changelog": "https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md", }, description="Python client for Sentry (https://sentry.io)", long_description=get_file_text("README.md"),