Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 9d128a5

Browse files
authored
Merge pull request #20 from openedx/tcril/fix-gh-org-url
Fix github url strings (org edx -> openedx)
2 parents 0f154e0 + c731b40 commit 9d128a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Helper utility designed to make it easy to upload react-intl extracted messages
55
[![dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg)](reactifex)
66
[![license](https://img.shields.io/npm/l/reactifex.svg)](reactifex)
77
[![npm_version](https://img.shields.io/npm/v/reactifex.svg)](reactifex)
8-
[![Build Status](https://github.com/edx/reactifex/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/edx/reactifex/actions?query=workflow%3A%22Node+CI%22)
8+
[![Build Status](https://github.com/openedx/reactifex/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/openedx/reactifex/actions?query=workflow%3A%22Node+CI%22)
99

1010
There are two modes of usage - compilation and comment pushing.
1111

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/edx/reactifex.git"
20+
"url": "git+https://github.com/openedx/reactifex.git"
2121
},
2222
"keywords": [
2323
"react-intl",
@@ -28,12 +28,12 @@
2828
"author": "Eric Fischer",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/edx/reactifex/issues"
31+
"url": "https://github.com/openedx/reactifex/issues"
3232
},
3333
"publishConfig": {
3434
"access": "public"
3535
},
36-
"homepage": "https://github.com/edx/reactifex#readme",
36+
"homepage": "https://github.com/openedx/reactifex#readme",
3737
"devDependencies": {
3838
"eslint": "^8.23.1",
3939
"eslint-config-airbnb": "^19.0.4",

0 commit comments

Comments
 (0)