fuchsia: Update Paths::Executable documentation

Update the "...namespaces.md..." link to its current URL.

Change-Id: Ic30c6be5dba4f531e5b8a55af37555626398df5a
Reviewed-on: https://chromium-review.googlesource.com/c/1381777
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Nathan Rogers 2018-12-17 22:33:08 -08:00 committed by Commit Bot
parent f2a07982ff
commit ffd666e16c

View File

@ -25,7 +25,7 @@ namespace crashpad {
// static
bool Paths::Executable(base::FilePath* path) {
// Assume the environment has been set up following
// https://fuchsia.googlesource.com/docs/+/master/namespaces.md#typical-directory-structure
// https://fuchsia.googlesource.com/docs/+/master/the-book/namespaces.md#typical-directory-structure
// .
*path = base::FilePath("/pkg/bin/app");
return true;