mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
make link https (#19147)
This commit is contained in:
committed by
GitHub
parent
fa32cf299f
commit
b621dab5d4
@@ -255,7 +255,7 @@ const attributes = [
|
||||
{
|
||||
name: 'cite',
|
||||
tagName: 'blockquote',
|
||||
overrideStringValue: 'http://reactjs.com/',
|
||||
overrideStringValue: 'https://reactjs.com/',
|
||||
},
|
||||
{name: 'class', read: getAttribute('class')},
|
||||
{name: 'classID', tagName: 'object', read: getAttribute('classid')},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
<h3>
|
||||
Created on <strong>%date%</strong> from
|
||||
<a href="http://github.com/facebook/react/commit/%commit%"><code>%commit%</code></a>
|
||||
<a href="https://github.com/facebook/react/commit/%commit%"><code>%commit%</code></a>
|
||||
</h3>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -1164,7 +1164,7 @@ declare var expect: {
|
||||
};
|
||||
|
||||
// TODO handle return type
|
||||
// http://jasmine.github.io/2.4/introduction.html#section-Spies
|
||||
// https://jasmine.github.io/2.4/introduction.html#section-Spies
|
||||
declare function spyOn(value: mixed, method: string): Object;
|
||||
|
||||
/** Holds all functions related to manipulating test runner */
|
||||
|
||||
@@ -43,7 +43,7 @@ If you're using React Native 0.43 or higher, it should connect to your simulator
|
||||
|
||||
You can open the [in-app developer menu](https://reactnative.dev/docs/debugging.html#accessing-the-in-app-developer-menu) and choose "Show Inspector". It will bring up an overlay that lets you tap on any UI element and see information about it:
|
||||
|
||||

|
||||

|
||||
|
||||
However, when `react-devtools` is running, Inspector will enter a special collapsed mode, and instead use the DevTools as primary UI. In this mode, clicking on something in the simulator will bring up the relevant components in the DevTools:
|
||||
|
||||
|
||||
@@ -317,7 +317,7 @@ export function trapClickOnNonInteractiveElement(node: HTMLElement) {
|
||||
// non-interactive elements, which means delegated click listeners do not
|
||||
// fire. The workaround for this bug involves attaching an empty click
|
||||
// listener on the target node.
|
||||
// http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
|
||||
// https://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
|
||||
// Just set it using the onclick property so that we don't have to manage any
|
||||
// bookkeeping for it. Not sure if we need to clear it when the listener is
|
||||
// removed.
|
||||
|
||||
@@ -310,7 +310,7 @@ export function dispatchEventForLegacyPluginEventSystem(
|
||||
* top-level listeners to the document object only, at least for these
|
||||
* movement types of events and possibly all events.
|
||||
*
|
||||
* @see http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
|
||||
* @see https://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
|
||||
*
|
||||
* Also, `keyup`/`keypress`/`keydown` do not bubble to the window on IE, but
|
||||
* they bubble to document.
|
||||
|
||||
@@ -222,7 +222,7 @@ window.stories = [
|
||||
time: 1493161601,
|
||||
title: 'JPEG Huffman Coding Tutorial',
|
||||
type: 'story',
|
||||
url: 'http://www.impulseadventure.com/photo/jpeg-huffman-coding.html',
|
||||
url: 'https://www.impulseadventure.com/photo/jpeg-huffman-coding.html',
|
||||
},
|
||||
{
|
||||
by: 'jasontan',
|
||||
@@ -263,7 +263,7 @@ window.stories = [
|
||||
title:
|
||||
'Painting with Code: Introducing our new open source library React Sketch.app',
|
||||
type: 'story',
|
||||
url: 'http://airbnb.design/painting-with-code/',
|
||||
url: 'https://airbnb.design/painting-with-code/',
|
||||
},
|
||||
{
|
||||
by: 'mromnia',
|
||||
@@ -448,7 +448,7 @@ window.stories = [
|
||||
time: 1493139957,
|
||||
title: 'How to Become Well-Connected',
|
||||
type: 'story',
|
||||
url: 'http://firstround.com/review/how-to-become-insanely-well-connected/',
|
||||
url: 'https://firstround.com/review/how-to-become-insanely-well-connected/',
|
||||
},
|
||||
{
|
||||
by: 'dbrgn',
|
||||
@@ -495,7 +495,7 @@ window.stories = [
|
||||
time: 1493160263,
|
||||
title: 'Nginx 1.13 released with TLS 1.3 support',
|
||||
type: 'story',
|
||||
url: 'http://mailman.nginx.org/pipermail/nginx-announce/2017/000195.html',
|
||||
url: 'https://mailman.nginx.org/pipermail/nginx-announce/2017/000195.html',
|
||||
},
|
||||
{
|
||||
by: 'bcherny',
|
||||
@@ -604,7 +604,7 @@ window.stories = [
|
||||
title: 'Suicide of an Uber engineer: Widow blames job stress',
|
||||
type: 'story',
|
||||
url:
|
||||
'http://www.sfchronicle.com/business/article/Suicide-of-an-Uber-engineer-widow-blames-job-11095807.php?t=7e40d1f554&cmpid=fb-premium&cmpid=twitter-premium',
|
||||
'https://www.sfchronicle.com/business/article/Suicide-of-an-Uber-engineer-widow-blames-job-11095807.php?t=7e40d1f554&cmpid=fb-premium&cmpid=twitter-premium',
|
||||
},
|
||||
{
|
||||
by: 'catc',
|
||||
@@ -828,7 +828,7 @@ window.stories = [
|
||||
time: 1493143560,
|
||||
title: 'Implementing a Fast Research Compiler in Rust',
|
||||
type: 'story',
|
||||
url: 'http://dawn.cs.stanford.edu/blog/weld.html',
|
||||
url: 'https://dawn.cs.stanford.edu/blog/weld.html',
|
||||
},
|
||||
{
|
||||
by: 'bluesilver07',
|
||||
@@ -848,7 +848,7 @@ window.stories = [
|
||||
time: 1493142448,
|
||||
title: 'Xenko Game Engine 2.0 released',
|
||||
type: 'story',
|
||||
url: 'http://xenko.com/blog/release-xenko-2-0-0/',
|
||||
url: 'https://xenko.com/blog/release-xenko-2-0-0/',
|
||||
},
|
||||
{
|
||||
by: 'molecule',
|
||||
@@ -919,7 +919,7 @@ window.stories = [
|
||||
title: 'Robert M. Pirsig has died',
|
||||
type: 'story',
|
||||
url:
|
||||
'http://www.npr.org/sections/thetwo-way/2017/04/24/525443040/-zen-and-the-art-of-motorcycle-maintenance-author-robert-m-pirsig-dies-at-88',
|
||||
'https://www.npr.org/sections/thetwo-way/2017/04/24/525443040/-zen-and-the-art-of-motorcycle-maintenance-author-robert-m-pirsig-dies-at-88',
|
||||
},
|
||||
{
|
||||
by: 'artsandsci',
|
||||
@@ -1119,7 +1119,7 @@ window.stories = [
|
||||
time: 1493118936,
|
||||
title: 'Quantum – Open journal for quantum science',
|
||||
type: 'story',
|
||||
url: 'http://quantum-journal.org/papers/',
|
||||
url: 'https://quantum-journal.org/papers/',
|
||||
},
|
||||
{
|
||||
by: 'tjalfi',
|
||||
@@ -1130,7 +1130,7 @@ window.stories = [
|
||||
time: 1493097061,
|
||||
title: 'A Seven Dimensional Analysis of Hashing Methods [pdf]',
|
||||
type: 'story',
|
||||
url: 'http://www.vldb.org/pvldb/vol9/p96-richter.pdf',
|
||||
url: 'https://www.vldb.org/pvldb/vol9/p96-richter.pdf',
|
||||
},
|
||||
{
|
||||
by: 'mxstbr',
|
||||
@@ -1220,7 +1220,7 @@ window.stories = [
|
||||
'Modern Hieroglyphs: Binary Logic Behind the Universal “Power Symbol”',
|
||||
type: 'story',
|
||||
url:
|
||||
'http://99percentinvisible.org/article/modern-hieroglyphics-binary-logic-behind-universal-power-symbol/',
|
||||
'https://99percentinvisible.org/article/modern-hieroglyphics-binary-logic-behind-universal-power-symbol/',
|
||||
},
|
||||
{
|
||||
by: 'LaFolle',
|
||||
@@ -1250,7 +1250,7 @@ window.stories = [
|
||||
time: 1493108371,
|
||||
title: 'Feynman Algorithm (2014)',
|
||||
type: 'story',
|
||||
url: 'http://wiki.c2.com/?FeynmanAlgorithm',
|
||||
url: 'https://wiki.c2.com/?FeynmanAlgorithm',
|
||||
},
|
||||
{
|
||||
by: 'Thevet',
|
||||
|
||||
Reference in New Issue
Block a user