Skip to content

Commit 245b02c

Browse files
authored
docs: update url for new repo name (#83)
1 parent e03429c commit 245b02c

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ aliases:
5252
# DEFAULTS
5353
# -------------------------
5454
defaults: &defaults
55-
working_directory: ~/react-native-push-notification-ios
55+
working_directory: ~/push-notification-ios
5656
environment:
5757
- GIT_COMMIT_DESC: git log --format=oneline -n 1 $CIRCLE_SHA1
5858

@@ -87,28 +87,28 @@ jobs:
8787
<<: *js_defaults
8888
steps:
8989
- attach_workspace:
90-
at: ~/react-native-push-notification-ios
90+
at: ~/push-notification-ios
9191
- run: *flow
9292

9393
javascript:
9494
<<: *js_defaults
9595
steps:
9696
- attach_workspace:
97-
at: ~/react-native-push-notification-ios
97+
at: ~/push-notification-ios
9898
- run: *javascript
9999

100100
lint:
101101
<<: *js_defaults
102102
steps:
103103
- attach_workspace:
104-
at: ~/react-native-push-notification-ios
104+
at: ~/push-notification-ios
105105
- run: *eslint
106106

107107
tsc:
108108
<<: *js_defaults
109109
steps:
110110
- attach_workspace:
111-
at: ~/react-native-push-notification-ios
111+
at: ~/push-notification-ios
112112
- run: *tsc
113113

114114

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ to:
124124
import PushNotificationIOS from "@react-native-community/push-notification-ios";
125125
```
126126

127-
[build-badge]: https://img.shields.io/circleci/project/github/react-native-community/react-native-push-notification-ios/master.svg?style=flat-square
128-
[build]: https://circleci.com/gh/react-native-community/react-native-push-notification-ios
127+
[build-badge]: https://img.shields.io/circleci/project/github/react-native-community/push-notification-ios/master.svg?style=flat-square
128+
[build]: https://circleci.com/gh/react-native-community/push-notification-ios
129129
[version-badge]: https://img.shields.io/npm/v/@react-native-community/push-notification-ios.svg?style=flat-square
130130
[package]: https://www.npmjs.com/package/@react-native-community/push-notification-ios
131131
[license-badge]: https://img.shields.io/npm/l/@react-native-community/push-notification-ios.svg?style=flat-square

RNCPushNotificationIOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.author = package['author']
1414
s.homepage = package['homepage']
1515

16-
s.source = { :git => "https://github.com/react-native-community/react-native-push-notification-ios", :tag => "v#{s.version}" }
16+
s.source = { :git => "https://github.com/react-native-community/push-notification-ios", :tag => "v#{s.version}" }
1717
s.source_files = "ios/*.{h,m}"
1818

1919
s.platform = :ios, "9.0"

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import com.android.build.OutputFile
1818
* // the entry file for bundle generation
1919
* entryFile: "index.android.js",
2020
*
21-
* // https://facebook.github.io/react-native/docs/performance#enable-the-ram-format
21+
* // https://reactnative.dev/docs/performance#enable-the-ram-format
2222
* bundleCommand: "ram-bundle",
2323
*
2424
* // whether to bundle JS and assets in debug mode
@@ -156,7 +156,7 @@ android {
156156
}
157157
release {
158158
// Caution! In production, you need to generate your own keystore file.
159-
// see https://facebook.github.io/react-native/docs/signed-apk-android.
159+
// see https://reactnative.dev/docs/signed-apk-android.
160160
signingConfig signingConfigs.debug
161161
minifyEnabled enableProguardInReleaseBuilds
162162
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Type definitions for @react-native-community/push-notification-ios 1.0.2
2-
// Project: https://github.com/react-native-community/react-native-push-notification-ios
2+
// Project: https://github.com/react-native-community/push-notification-ios
33
// Definitions by: Jules Sam. Randolph <https://github.com/jsamr>
44

55
export interface FetchResult {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"contributors": [
99
"Jesse Katsumata <jesse.katsumata@gmail.com>"
1010
],
11-
"homepage": "https://github.com/react-native-community/react-native-push-notification-ios#readme",
11+
"homepage": "https://github.com/react-native-community/push-notification-ios#readme",
1212
"license": "MIT",
1313
"scripts": {
1414
"start": "react-native start",
@@ -52,6 +52,6 @@
5252
},
5353
"repository": {
5454
"type": "git",
55-
"url": "https://github.com/react-native-community/react-native-push-notification-ios.git"
55+
"url": "https://github.com/react-native-community/push-notification-ios.git"
5656
}
5757
}

0 commit comments

Comments
 (0)