prefer https to http for links (#2643)

This commit is contained in:
Toru Kobayashi
2019-12-28 07:38:55 +09:00
committed by Alexey Pyltsyn
parent bc8e1986d4
commit 5b6ad38880

View File

@@ -110,10 +110,10 @@ Timestamp when React began rendering the current update.
Timestamp when React committed the current update.
This value is shared between all profilers in a commit, enabling them to be grouped if desirable.
* **`interactions: Set`** -
Set of ["interactions"](http://fb.me/react-interaction-tracing) that were being traced the update was scheduled (e.g. when `render` or `setState` were called).
Set of ["interactions"](https://fb.me/react-interaction-tracing) that were being traced the update was scheduled (e.g. when `render` or `setState` were called).
> Note
>
> Interactions can be used to identify the cause of an update, although the API for tracing them is still experimental.
>
> Learn more about it at [fb.me/react-interaction-tracing](http://fb.me/react-interaction-tracing)
> Learn more about it at [fb.me/react-interaction-tracing](https://fb.me/react-interaction-tracing)