"yogalayout.com" to "yogalayout.dev" (#1465)
Summary: X-link: https://github.com/facebook/react-native/pull/41420 Pull Request resolved: https://github.com/facebook/yoga/pull/1465 https://yogalayout.com now redirects to https://yogalayout.dev This replaces references to "yogalayout.com" with "yogalayout.dev", the same website, with a new domain. This includes: 1. Code comments 2. Yoga website config (publish action CNAME, Docusaurus config) 3. Documentation URLs in Yoga packages Changelog: [General][Fixed] - "yogalayout.com" to "yogalayout.dev" Reviewed By: christophpurrer Differential Revision: D51229587 fbshipit-source-id: b1c336a52aab5e02565071b61430d5435381dc0a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1b1df3a87e
commit
6f41a27e31
@@ -8,8 +8,8 @@ Pod::Spec.new do |spec|
|
||||
spec.name = 'Yoga'
|
||||
spec.version = '2.0.0'
|
||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||
spec.homepage = 'https://yogalayout.com/'
|
||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
||||
spec.homepage = 'https://yogalayout.dev/'
|
||||
spec.documentation_url = 'https://yogalayout.dev/docs'
|
||||
|
||||
spec.summary = 'An embeddable and performant flexbox layout engine with bindings for multiple languages'
|
||||
|
||||
|
Reference in New Issue
Block a user