diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c73064e..6213d17 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -20,7 +20,6 @@ Select all that apply:
### Summary
-default
> [!CAUTION]
> The above section is required and must not be manipulated other than checking the check boxes and filling out the summary/ticket information. There is a Github Action that will fail if the pull request template does not conform to this standard. If the ticket information or summary is not filled in it will try to get it from the branch name.
diff --git a/.github/workflows/validate_pr_and_update_changelog.yml b/.github/workflows/validate_pr_and_update_changelog.yml
index a5f912e..7179d6c 100644
--- a/.github/workflows/validate_pr_and_update_changelog.yml
+++ b/.github/workflows/validate_pr_and_update_changelog.yml
@@ -110,9 +110,7 @@ jobs:
exit 1
fi
- echo "JIRA_LINK=$ticketLong" >> $GITHUB_OUTPUT
-
- prUrl="https://github.com/relativityone/centralized-review/pull/${{github.event.pull_request.number}}"
+ prUrl="https://github.com/PawAdam/actions_learning/pull/${{github.event.pull_request.number}}"
changelogLong="[$summary] ยป [$changeType]"
changelogShort="[$summary]"
if [ "$deploymentDetails" != "" ]; then