Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/contribute/design-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ A reviewer comments, reviews and approves design documents.
You're responsible for reviewing design documents, asking for additional
information if needed, and approving a design that passes the review process.

#### When you receive a new proposal {:#new-proposal}
#### When you receive a new proposal {:#receive-new-proposal}

1. Take a quick look at the document.
1. Comment if critical information is missing, or if the design doesn't fit
Expand Down
2 changes: 1 addition & 1 deletion site/en/docs/bazel-and-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Predefined configurations:
built from sources (this may be useful on operating system with different
libc)

#### Configuring JVM and Java compiler flags {:#config-jvm}
#### Configuring JVM and Java compiler flags {:#config-jvm-flags}

You may configure JVM and javac flags either with flags or with
`default_java_toolchain` attributes.
Expand Down
2 changes: 1 addition & 1 deletion site/en/query/cquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ all core Starlark
plus a few cquery-specific ones described below, but not (for example) `glob`,
`native`, or `rule`, and it does not support load statements.

##### build_options(target) {:#build-options}
##### build_options(target) {:#build-options-function}

`build_options(target)` returns a map whose keys are build option identifiers
(see [Configurations](/extending/config)) and whose values are their Starlark
Expand Down