Skip to content

Commit e97bcf4

Browse files
committed
Auto merge of #654 - lqd:fix_book_link, r=jackh726
Fix boats' coherence talk link in the book Mozilla Air sometimes fails to linkcheck, for example in the recent https://github.com/rust-lang/chalk/runs/1400914953, so let's use the official Rust youtube account version instead
2 parents bc99ed6 + b363f19 commit e97bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/clauses/coherence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To check for coherence, the Rust compiler completes two separate but related che
1616
- overlap check - ensures that no two impls overlap in your program **or** **in any** ***compatible*** **world**
1717
- **compatible** - any semver compatible world
1818
# Resources About Coherence
19-
- [Coherence - talk by withoutboats](https://air.mozilla.org/rust-meetup-march-2017/)
19+
- [Coherence - talk by withoutboats](https://www.youtube.com/watch?v=AI7SLCubTnk&t=43m19s)
2020
- [Little Orphan Impls](https://smallcultfollowing.com/babysteps/blog/2015/01/14/little-orphan-impls/)
2121
- [RFC 1023 Rebalancing Coherence](https://rust-lang.github.io/rfcs/1023-rebalancing-coherence.html)
2222
- [Type classes: confluence, coherence and global uniqueness](http://blog.ezyang.com/2014/07/type-classes-confluence-coherence-global-uniqueness/)

0 commit comments

Comments
 (0)