Skip to content

Commit

Permalink
Merge pull request #22 from openedx/tcril/fix-gh-org-url2
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
sarina authored Sep 14, 2022
2 parents 04637ce + e0258e3 commit f5d2ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f5d2ae5

Please sign in to comment.