Skip to content

Commit

Permalink
Merge pull request #257 from openedx/tcril/fix-gh-org-url
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
Feanil Patel authored Mar 2, 2023
2 parents 2611dea + 7b5b884 commit e0e944b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
version-check:
uses: edx/.github/.github/workflows/lockfileversion-check.yml@master
uses: openedx/.github/.github/workflows/lockfileversion-check.yml@master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
"clean": "gatsby clean",
"shell": "gatsby repl"
},
"repository": "https://github.com/edx/frontend-app-learner-portal-programs"
"repository": "https://github.com/openedx/frontend-app-learner-portal-programs"
}

0 comments on commit e0e944b

Please sign in to comment.