Skip to content

Commit 3983f67

Browse files
Abseil Teamcopybara-github
authored andcommitted
Replace internal link in GoogleTest docs
Replace an internal link to AbslStringify's documentation with the equivalent public link. PiperOrigin-RevId: 779085254 Change-Id: I2cbd2b6262a5ced06f166d4fcc7c08796e5a60af
1 parent c67de11 commit 3983f67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/advanced.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ void AbslStringify(Sink& sink, EnumWithStringify e) {
349349
{: .callout .note}
350350
Note: `AbslStringify()` utilizes a generic "sink" buffer to construct its
351351
string. For more information about supported operations on `AbslStringify()`'s
352-
sink, see go/abslstringify.
352+
sink, see
353+
[the `AbslStringify()` documentation](https://abseil.io/docs/cpp/guides/abslstringify).
353354
354355
`AbslStringify()` can also use `absl::StrFormat`'s catch-all `%v` type specifier
355356
within its own format strings to perform type deduction. `Point` above could be
@@ -403,7 +404,8 @@ EXPECT_TRUE(IsCorrectPointIntVector(point_ints))
403404
```
404405
405406
For more details regarding `AbslStringify()` and its integration with other
406-
libraries, see go/abslstringify.
407+
libraries, see
408+
[the documentation](https://abseil.io/docs/cpp/guides/abslstringify).
407409
408410
## Regular Expression Syntax
409411

0 commit comments

Comments
 (0)