| commit | 51482d71de776b739de8591c1dc0fa264121e151 | [log] [tgz] |
|---|---|---|
| author | laurentlb <laurentlb@google.com> | Tue Oct 23 15:33:01 2018 -0700 |
| committer | Copybara-Service <copybara-piper@google.com> | Tue Oct 23 15:34:44 2018 -0700 |
| tree | 28a5abb51c7fe2ade2ba75b3035046a6eb4b79a5 | |
| parent | 92bb13cc088966c7b7a6e86bff153513002cc55e [diff] [blame] |
Fix formatting (broken closing tag) and bad link RELNOTES: None. PiperOrigin-RevId: 218419114
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html index 7bb9ee4..d4a2e29 100644 --- a/site/docs/build-ref.html +++ b/site/docs/build-ref.html
@@ -492,7 +492,7 @@ <pre> load("//foo/bar:file.bzl", "some_library") -<pre> +</pre> This code will load the file <code>foo/bar/file.bzl</code> and add the <code>some_library</code> symbol to the environment. This can be used to load