From 3be426310bf0bce9fb5bc7585dca9324266f16de Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 6 Sep 2022 21:38:25 -0400 Subject: [PATCH 1/2] fix: fix github url strings (org edx -> openedx) --- README.md | 4 ++-- ip2country/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b0a1b5..d4c11de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ A Note ====== -Please visit the [edx-tools wiki](https://github.com/edx/edx-tools/wiki) for a more complete listing of the tools shared by the larger edX community, including an index of other repositories. +Please visit the [edx-tools wiki](https://github.com/openedx/edx-tools/wiki) for a more complete listing of the tools shared by the larger edX community, including an index of other repositories. ***Dear Contributors: Please reflect updates that you make to the contents of this repository on the public wiki page, as appropriate.*** @@ -26,7 +26,7 @@ Current directories include: - logging (for tools related to logging) - transcoding (tools to assist with transcoding of videos on AWS) - branch-drift (tools related to github and difference between branches and master) - - and others, as described on the [edx-tools wiki](https://github.com/edx/edx-tools/wiki). + - and others, as described on the [edx-tools wiki](https://github.com/openedx/edx-tools/wiki). --- diff --git a/ip2country/README.md b/ip2country/README.md index 7b4b584..640e136 100644 --- a/ip2country/README.md +++ b/ip2country/README.md @@ -4,5 +4,5 @@ data created by MaxMind GeoLite database. Database available from is in this directory. It is checked in with the edx source here: [edx-platform/common/static/data/geoip/GeoIP.dat][gh]. - [gh]: https://github.com/edx/edx-platform/raw/master/common/static/data/geoip/GeoIP.dat + [gh]: https://github.com/openedx/edx-platform/raw/master/common/static/data/geoip/GeoIP.dat From 7364b332056e6e4760effb5a25b4884e9ce3ee4f Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 17:41:17 -0400 Subject: [PATCH 2/2] fix: update path to .github workflows to read from openedx org --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b0661..fec11d6 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,4 +7,4 @@ on: jobs: commitlint: - uses: edx/.github/.github/workflows/commitlint.yml@master + uses: openedx/.github/.github/workflows/commitlint.yml@master