docs, pw_log_tokenized: Use inclusive language

Bug: 386
Change-Id: I41d32a3ab1f24224576fc36ff46c572613ba5ab8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/46721
Commit-Queue: Rob Mohr <mohrr@google.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
diff --git a/docs/index.rst b/docs/index.rst
index 28cf4ab..3fd88d9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -125,7 +125,7 @@
 Google Test, `pw_unit_test <module-pw_unit_test>`_ is built on top of embedded
 friendly primitives; for example, it does not use dynamic memory allocation.
 Additionally, it is easy to port to new target platforms by implementing the
-`test event handler interface <https://pigweed.googlesource.com/pigweed/pigweed/+/refs/heads/master/pw_unit_test/public/pw_unit_test/event_handler.h>`_.
+`test event handler interface <https://cs.opensource.google/pigweed/pigweed/+/main:pw_unit_test/public/pw_unit_test/event_handler.h>`_.
 
 Like other modules in Pigweed, ``pw_unit_test`` is designed for use in
 established codebases with their own build system, without the rest of Pigweed