Merge "Stop query from executing if predicate is empty" into stable-2.16
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index f8053c2..57f4db1 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -9,7 +9,7 @@
The contents of the `etc/gerrit.config` file are cached at startup
by Gerrit. For most properties, if they are modified in this file, Gerrit
needs to be restarted before it will use the new values. Some properties
-support being link:#reloadConfig[`reloaded`]' without restart.
+support being link:#reloadConfig[`reloaded`] without restart.
Sample `etc/gerrit.config`:
----
diff --git a/lib/highlightjs/building.md b/lib/highlightjs/building.md
index cd5884a..71ed396 100644
--- a/lib/highlightjs/building.md
+++ b/lib/highlightjs/building.md
@@ -22,6 +22,9 @@
$> # start in some temp directory
$> git clone https://github.com/highlightjs/highlight.js
$> cd highlight.js
+ $> git clone https://github.com/highlightjs/highlightjs-closure-templates
+ $> ln -s ../../highlightjs-closure-templates/soy.js src/languages/soy.js
+ $> mkdir test/detect/soy && ln -s ../../../highlightjs-closure-templates/test/detect/soy/default.txt test/detect/soy/default.txt
$> npm install
$> node tools/build.js -n