Skip to content

Commit

Permalink
Merge pull request #95 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
sarina authored Sep 14, 2022
2 parents 099efce + c91ec29 commit 725913d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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,7 +1,7 @@
[![Build Status](https://api.travis-ci.org/edx/eslint-config.svg?branch=master)](https://travis-ci.org/edx/eslint-config)
[![NPM Version](https://img.shields.io/npm/v/@edx/eslint-config.svg)](https://www.npmjs.com/package/@edx/eslint-config)
[![npm_downloads](https://img.shields.io/npm/dt/@edx/eslint-config.svg)](https://www.npmjs.com/package/@edx/eslint-config)
[![license](https://img.shields.io/npm/l/@edx/eslint-config.svg)](https://github.com/edx/eslint-config/blob/master/LICENSE)
[![license](https://img.shields.io/npm/l/@edx/eslint-config.svg)](https://github.com/openedx/eslint-config/blob/master/LICENSE)
[![semantic release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# eslint-config
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/edx/eslint-config.git"
"url": "git+https://github.com/openedx/eslint-config.git"
},
"keywords": [
"eslint",
Expand All @@ -22,9 +22,9 @@
"author": "edX",
"license": "MIT",
"bugs": {
"url": "https://github.com/edx/eslint-config/issues"
"url": "https://github.com/openedx/eslint-config/issues"
},
"homepage": "https://github.com/edx/eslint-config#readme",
"homepage": "https://github.com/openedx/eslint-config#readme",
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
Expand Down

0 comments on commit 725913d

Please sign in to comment.