aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-06-23 13:00:50 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-23 13:54:14 +0000
commit8dbeedcf710244e417f59262e57d56b469be5e5a (patch)
treef77a9949f79ea71661a9facd881d34fec382cb3e /site
parent12a16dc8b914099feb732aa27163b7c8e1ac3545 (diff)
Fix invalid jekyll markdown by replacing it with explicit HTML.
-- MOS_MIGRATED_REVID=125669112
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/aspects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/aspects.md b/site/docs/skylark/aspects.md
index 771dffdd57..76d0054ce5 100644
--- a/site/docs/skylark/aspects.md
+++ b/site/docs/skylark/aspects.md
@@ -41,7 +41,7 @@ java_library(name = 'X', deps = [':Y',':Z'], runtime_deps = [':T'], ...)
This BUILD file defines a dependency graph shown in Fig 1.
-![Build Graph](build-graph.png){width="250px"}
+<img src="build-graph.png" alt="Build Graph" width="250px" />
Bazel analyzes this dependency graph by calling implementations of
[rules](rules.md) (in this case "java_library" starting from leaves of