Skip to content

Commit

Permalink
Update broken link to the Truth project
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=273566469
  • Loading branch information
nick-someone committed Oct 9, 2019
1 parent 9b5b2b9 commit 63a6936
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/bugpattern/TruthAssertExpected.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Arguments to a fluent [Truth](go/truth) assertion appear to be reversed based on
Arguments to a fluent [Truth][truth] assertion appear to be reversed based on
the argument names.

```java
Expand All @@ -22,4 +22,6 @@ follow the opposite order to JUnit assertions. Compare:
assertEquals(expected, actual);
```

See https://google.github.io/truth/faq#order for more details.
See https://truth.dev/faq#order for more details.

[truth]: https://truth.dev

0 comments on commit 63a6936

Please sign in to comment.