mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Update references to the new documentation
PiperOrigin-RevId: 416317448 Change-Id: Ic148364e012405cc34840c12428cbd912ed377ae
This commit is contained in:
parent
11619a08f4
commit
a44e57e243
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user