aboutsummaryrefslogtreecommitdiff
path: root/INCORPORATING.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-07-07 14:11:15 -0700
committerAdam Langley <agl@google.com>2016-07-07 21:39:44 +0000
commitc937edef3e0613b7b0d8efb751cd326b1e36c00f (patch)
tree13846aa84cdb19733c8d4a53a33e567e68f091f1 /INCORPORATING.md
parentaffdee99e2345e8b77feae18437418d827c8b5e8 (diff)
downloadboringssl-c937edef3e0613b7b0d8efb751cd326b1e36c00f.zip
boringssl-c937edef3e0613b7b0d8efb751cd326b1e36c00f.tar.gz
boringssl-c937edef3e0613b7b0d8efb751cd326b1e36c00f.tar.bz2
Remove backslash.
It seems in this context, one doesn't escape _. https://boringssl.googlesource.com/boringssl/+/HEAD/INCORPORATING.md#Bazel Change-Id: I7ec587de8e9d033a3cb9f108ec645e4ce5e0c4fc Reviewed-on: https://boringssl-review.googlesource.com/8660 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'INCORPORATING.md')
-rw-r--r--INCORPORATING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INCORPORATING.md b/INCORPORATING.md
index 5ab8a60..38e9d79 100644
--- a/INCORPORATING.md
+++ b/INCORPORATING.md
@@ -12,7 +12,7 @@ and includes the needed generated files and a top-level BUILD file.
For example:
- git\_repository(
+ git_repository(
name = "boringssl",
commit = "_some commit_",
remote = "https://boringssl.googlesource.com/boringssl",