Skip to content

Commit e8b8d93

Browse files
chore(docs): update urls in documentation (#658)
* chore: update repo URLs to AppAndFlow org * chore: update workflows badge URLs * chore: fix PR template wording
1 parent f500270 commit e8b8d93

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
1+
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The two fields below are mandatory. -->
22

33
## Summary
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ App & Flow is a Montreal-based React Native engineering and consulting studio. W
66

77
[![npm](https://img.shields.io/npm/v/react-native-safe-area-context)](https://www.npmjs.com/package/react-native-safe-area-context) ![Supports Android, iOS, web, macOS and Windows](https://img.shields.io/badge/platforms-android%20%7C%20ios%20%7C%20web%20%7C%20macos%20%7C%20windows-lightgrey.svg) ![MIT License](https://img.shields.io/npm/l/react-native-safe-area-context.svg)
88

9-
[![JavaScript tests](https://github.com/th3rdwave/react-native-safe-area-context/workflows/JavaScript%20tests/badge.svg)](https://github.com/th3rdwave/react-native-safe-area-context/actions?query=workflow%3AJavaScript%20tests) [![iOS build](https://github.com/th3rdwave/react-native-safe-area-context/workflows/iOS%20build/badge.svg)](https://github.com/th3rdwave/react-native-safe-area-context/actions?query=workflow%3AiOS%20build) [![Android build](https://github.com/th3rdwave/react-native-safe-area-context/workflows/Android%20build/badge.svg)](https://github.com/th3rdwave/react-native-safe-area-context/actions?query=workflow%3AAndroid%20build)
9+
[![JavaScript tests](https://github.com/AppAndFlow/react-native-safe-area-context/workflows/JavaScript%20tests/badge.svg)](https://github.com/AppAndFlow/react-native-safe-area-context/actions/workflows/js.yml) [![iOS build](https://github.com/AppAndFlow/react-native-safe-area-context/workflows/iOS%20build/badge.svg)](https://github.com/AppAndFlow/react-native-safe-area-context/actions/workflows/ios.yml) [![Android build](https://github.com/AppAndFlow/react-native-safe-area-context/workflows/Android%20build/badge.svg)](https://github.com/AppAndFlow/react-native-safe-area-context/actions/workflows/android.yml)
1010

1111
A flexible way to handle safe area, also works on Android and Web!
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"contributors": [
2525
"Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
2626
],
27-
"homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
27+
"homepage": "https://github.com/AppAndFlow/react-native-safe-area-context#readme",
2828
"license": "MIT",
2929
"scripts": {
3030
"start": "react-native start",
@@ -92,7 +92,7 @@
9292
},
9393
"repository": {
9494
"type": "git",
95-
"url": "https://github.com/th3rdwave/react-native-safe-area-context.git"
95+
"url": "https://github.com/AppAndFlow/react-native-safe-area-context.git"
9696
},
9797
"jest": {
9898
"preset": "react-native",

react-native-safe-area-context.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.tvos.deployment_target = "12.4"
1818
s.visionos.deployment_target = "1.0"
1919

20-
s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
20+
s.source = { :git => "https://github.com/AppAndFlow/react-native-safe-area-context.git", :tag => "v#{s.version}" }
2121
s.source_files = "ios/**/*.{h,m,mm}"
2222
s.exclude_files = "ios/Fabric"
2323

0 commit comments

Comments
 (0)