From 66a5c40d1b919d1de8f3e45656a218e55a64ce94 Mon Sep 17 00:00:00 2001 From: Danglewood <85772166+deeleeramone@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:33:36 -0700 Subject: [PATCH] Fix 404 Error --- .github/workflows/gh-branch-name-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-branch-name-check.yml b/.github/workflows/gh-branch-name-check.yml index 940772fb4475..1113eae3446b 100644 --- a/.github/workflows/gh-branch-name-check.yml +++ b/.github/workflows/gh-branch-name-check.yml @@ -60,7 +60,7 @@ jobs: if: steps.check-comment.outputs.commentExists == 'false' run: | reason="${{ steps.check-develop-branch.outputs.reason }}${{ steps.check-main-branch.outputs.reason }}" - gh pr comment ${{ github.event.pull_request.number }} --body "$reason Please review our [branch naming guidelines](https://github.com/OpenBB-finance/OpenBB/blob/develop/CONTRIBUTING.md#branch-naming-conventions)." + gh pr comment ${{ github.event.pull_request.number }} --body "$reason Please review our [branch naming guidelines](https://docs.openbb.co/platform/developer_guide/github#branch-naming-conventions)." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}