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

Commit 12f43fc

Browse files
committed
Changing URLs to HTTPS
1 parent 17a5ec3 commit 12f43fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
react-native-code-push
22
===
33

4-
This plugin provides integration with the [CodePush service](http://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates.
4+
This plugin provides integration with the [CodePush service](https://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates.
55

66
Supported platforms
77
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.ios.js",
6-
"homepage": "http://microsoft.github.io/code-push",
6+
"homepage": "https://microsoft.github.io/code-push",
77
"keywords": [
88
"react-native",
99
"code",

0 commit comments

Comments
 (0)