Skip to content

Commit

Permalink
prefer https to http for links (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored and lex111 committed Dec 27, 2019
1 parent bc8e198 commit 5b6ad38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/reference-profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5b6ad38

Please sign in to comment.