Update references to the new documentation

PiperOrigin-RevId: 416317448
Change-Id: Ic148364e012405cc34840c12428cbd912ed377ae
pull/91/head
Sandboxed API Team 2021-12-14 09:02:59 -08:00 committed by Copybara-Service
parent 11619a08f4
commit a44e57e243
6 changed files with 10 additions and 9 deletions

View File

@ -19,10 +19,10 @@ the total syscall/resource footprint of all its libraries.
## Documentation
Developer documentation is available on the Google Developers site for
[Sandboxed API](https://developers.google.com/sandboxed-api).
[Sandboxed API](https://developers.google.com/code-sandboxing/sandboxed-api).
There is also a
[Getting Started](https://developers.google.com/sandboxed-api/docs/getting-started)
[Getting Started](https://developers.google.com/code-sandboxing/sandboxed-api/getting-started)
guide.
## Getting Involved

View File

@ -12,7 +12,7 @@ Alternatively, if the repository has already been cloned but the submodules have
not, these can be cloned using: `git submodule update --init --recursive`
The full list of Sandboxed API dependencies can be found on
[Sandboxed API Getting Started page](https://developers.google.com/sandboxed-api/docs/getting-started).
[Sandboxed API Getting Started page](https://developers.google.com/code-sandboxing/sandboxed-api/getting-started).
The following commands, used from the current `curl/` directory, build the
library:

View File

@ -18,7 +18,7 @@ git submodule update --init --recursive
```
The full list of Sandboxed API dependencies can be found on
[Sandboxed API Getting Started page](https://developers.google.com/sandboxed-api/docs/getting-started).
[Sandboxed API Getting Started page](https://developers.google.com/code-sandboxing/sandboxed-api/getting-started).
The following commands, used from the current `libuv/` directory, build the
library:

View File

@ -1,9 +1,9 @@
# Getting started with SAPI
Detailed developer documentation is available on the Google Developers site for
[Sandboxed API](https://developers.google.com/sandboxed-api).
[Sandboxed API](https://developers.google.com/code-sandboxing/sandboxed-api).
Visit the
[Getting Started](https://developers.google.com/sandboxed-api/docs/getting-started)
[Getting Started](https://developers.google.com/code-sandboxing/sandboxed-api/getting-started)
guide.

View File

@ -8,9 +8,9 @@ in the protected region cause no harm.
## Documentation
Detailed developer documentation is available on the Google Developers site for Sandboxed API under
[Sandbox2](https://developers.google.com/sandboxed-api/docs/sandbox2/overview).
[Sandbox2](https://developers.google.com/code-sandboxing/sandbox2).
There is also a
[Getting Started](https://developers.google.com/sandboxed-api/docs/sandbox2/getting-started)
[Getting Started](https://developers.google.com/code-sandboxing/sandbox2/getting-started)
guide for Sandbox2.

View File

@ -39,7 +39,8 @@ static auto* g_tool_category =
static auto* g_common_help =
new llvm::cl::extrahelp(clang::tooling::CommonOptionsParser::HelpMessage);
static auto* g_extra_help = new llvm::cl::extrahelp(
"Full documentation at: <https://developers.google.com/sandboxed-api/>\n"
"Full documentation at: "
"<https://developers.google.com/code-sandboxing/sandboxed-api/>\n"
"Report bugs to <https://github.com/google/sandboxed-api/issues>\n");
// Command line options