From e0258e3cb0e4680871be90ce4434828f1bc966e0 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Wed, 14 Sep 2022 17:04:10 -0400 Subject: [PATCH] fix: update GitHub paths to use the openedx org --- .github/workflows/commitlint.yml | 2 +- README.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/README.md b/README.md index eeec9a3..68c2b90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # edX Stylelint configs -[![Build Status](https://github.com/edx/stylelint-config-edx/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/edx/stylelint-config-edx/actions?query=workflow%3A%22Node+CI%22) +[![Build Status](https://github.com/openedx/stylelint-config-edx/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/openedx/stylelint-config-edx/actions?query=workflow%3A%22Node+CI%22) Stylelint configs for edX Sass files. diff --git a/package.json b/package.json index a68149f..96c45a8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/edx/stylelint-config-edx.git" + "url": "git+https://github.com/openedx/stylelint-config-edx.git" }, "keywords": [ "edx", @@ -14,7 +14,7 @@ "stylelint", "stylelint-config" ], - "homepage": "https://github.com/edx/edx-stylelint-config-edx#readme", + "homepage": "https://github.com/openedx/edx-stylelint-config-edx#readme", "dependencies": { "stylelint": "^14.5.0", "stylelint-config-recommended-scss": "^5.0.2",