Skip to content

Commit

Permalink
docs: fixing broken link (#11406)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jun 2, 2020
1 parent 6a69cc5 commit 35702fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ The following optional features can be enabled on the Bazel build command-line:
* Perf annotation with `--define perf_annotation=enabled` (see
source/common/common/perf_annotation.h for details).
* BoringSSL can be built in a FIPS-compliant mode with `--define boringssl=fips`
(see [FIPS 140-2](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/ssl.html#fips-140-2) for details).
(see [FIPS 140-2](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fips-140-2) for details).
* ASSERT() can be configured to log failures and increment a stat counter in a release build with
`--define log_debug_assert_in_release=enabled`. The default behavior is to compile debug assertions out of
release builds so that the condition is not evaluated. This option has no effect in debug builds.
Expand Down

0 comments on commit 35702fe

Please sign in to comment.