Updating the URLs to point at new domain name reactnative.dev

Summary:
We recently updated React Native's docs site to have its own domain reactnative.dev and needed to update the URLs in the source code

CHANGELOG:
[INTERNAL]

Reviewed By: hramos

Differential Revision: D20072842

fbshipit-source-id: 1970d9214c872a6e7abf697d99f8f5360b3b308e
This commit is contained in:
Rachel Nabors
2020-02-24 13:09:11 -08:00
committed by Facebook Github Bot
parent 796a4ea7e3
commit c0d8c1db90
79 changed files with 384 additions and 387 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
s.name = "React-RCTImage"
s.version = version
s.summary = "A React component for displaying different types of images."
s.homepage = "http://facebook.github.io/react-native/"
s.documentation_url = "https://facebook.github.io/react-native/docs/image"
s.homepage = "https://reactnative.dev/"
s.documentation_url = "https://reactnative.dev/docs/image"
s.license = package["license"]
s.author = "Facebook, Inc. and its affiliates"
s.platforms = { :ios => "10.0", :tvos => "10.0" }