Skip to content

Commit 5b6ad38

Browse files
koba04lex111
authored andcommitted
prefer https to http for links (#2643)
1 parent bc8e198 commit 5b6ad38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference-profiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ Timestamp when React began rendering the current update.
110110
Timestamp when React committed the current update.
111111
This value is shared between all profilers in a commit, enabling them to be grouped if desirable.
112112
* **`interactions: Set`** -
113-
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).
113+
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).
114114

115115
> Note
116116
>
117117
> Interactions can be used to identify the cause of an update, although the API for tracing them is still experimental.
118118
>
119-
> Learn more about it at [fb.me/react-interaction-tracing](http://fb.me/react-interaction-tracing)
119+
> Learn more about it at [fb.me/react-interaction-tracing](https://fb.me/react-interaction-tracing)

0 commit comments

Comments
 (0)