Skip to content

Commit c0b2101

Browse files
briwaeddyerburgh
briwa
authored andcommitted
docs: video link for common tips (#643)
1 parent ccd277e commit c0b2101

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/guides/common-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For example, for the `Counter` component which increments a display counter by 1
1010

1111
The benefit of this approach is that as long as your component's public interface remains the same, your tests will pass no matter how the component's internal implementation changes over time.
1212

13-
This topic is discussed with more details in a [great presentation by Matt O'Connell](http://slides.com/mattoconnell/deck#/).
13+
This topic is discussed with more details in a [great presentation by Matt O'Connell](https://www.youtube.com/watch?v=OIpfWTThrK8).
1414

1515
### Shallow Rendering
1616

Diff for: docs/ja/guides/common-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UI コンポーネントでは、コンポーネントの内部実装の詳細
1010

1111
このアプローチの利点は、コンポーネントのパブリックインターフェイスが同じままである限り、コンポーネントの内部実装が時間の経過とともにどのように変化してもテストは合格になります。
1212

13-
このトピックは、[Matt O'Connell による偉大なプレゼンテーション](http://slides.com/mattoconnell/deck#/)で詳細に説明されています。
13+
このトピックは、[Matt O'Connell による偉大なプレゼンテーション](https://www.youtube.com/watch?v=OIpfWTThrK8)で詳細に説明されています。
1414

1515
### Shallow 描画
1616

Diff for: docs/zh/guides/common-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
该提议的好处在于,即便该组件的内部实现已经随时间发生了改变,只要你的组件的公共接口始终保持一致,测试就可以通过。
1212

13-
这个话题的细节在 [Matt O'Connell 一份非常棒的演讲](http://slides.com/mattoconnell/deck#/)中有更多的讨论。
13+
这个话题的细节在 [Matt O'Connell 一份非常棒的演讲](https://www.youtube.com/watch?v=OIpfWTThrK8)中有更多的讨论。
1414

1515
### 浅渲染
1616

0 commit comments

Comments
 (0)