From f8e27c49ef1bc0c879d1e16460393c92dbc6c85f Mon Sep 17 00:00:00 2001 From: Mirela Popoveniuc <65159577+mirelap-amazon@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:25:44 +0000 Subject: [PATCH] Update DEVELOPMENT.md with correct link for the Releases Tab. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 139182c..76ecb48 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -21,7 +21,7 @@ #### Publish package to Live PyPI -- If you want to release to the Live registry of PyPI to be used by customers, go to the [Releases tab]([here](https://test.pypi.org/project/codeguru-profiler-agent/) and edit your pre-releases as prod release. +- If you want to release to the Live registry of PyPI to be used by customers, go to the [Releases tab](https://github.com/aws/amazon-codeguru-profiler-python-agent/releases) and edit your pre-releases as prod release. - This will trigger publishing the package to the Live Registry of PyPI, and you can track it in the [Actions tab](https://github.com/aws/amazon-codeguru-profiler-python-agent/actions).