aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-10-13 13:59:21 -0400
committerAdam Langley <agl@google.com>2015-10-13 18:04:43 +0000
commit03bad147b6e2a440699485ec656ee9f13e3d9a61 (patch)
tree409d7383ec412736dfb3e2300ec2ea640cc0ec8e /README.md
parent1d5ef3bb1eb97848617db5e7d633d735a401df86 (diff)
downloadboringssl-03bad147b6e2a440699485ec656ee9f13e3d9a61.zip
boringssl-03bad147b6e2a440699485ec656ee9f13e3d9a61.tar.gz
boringssl-03bad147b6e2a440699485ec656ee9f13e3d9a61.tar.bz2
Links in README.md, take two.
gitiles seems to mangle the links when viewed from https://boringssl.googlesource.com/boringssl/+/master/README.md, but not https://boringssl.googlesource.com/boringssl/. This document suggests that it handles absolute and relative links to files specially. I guess it didn't interpret 'README.md' as either and failed to adjust it accordingly. Let's see if this works instead. https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Links Change-Id: Ic181919140f968c88c69ea8f3c21c70f63e4b467 Reviewed-on: https://boringssl-review.googlesource.com/6230 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2b3e9f3..142fc0a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ not part of the NDK) and a number of other apps/programs.
There are other files in this directory which might be helpful:
- * [PORTING.md](PORTING.md): how to port OpenSSL-using code to BoringSSL.
- * [BUILDING.md](BUILDING.md): how to build BoringSSL
- * [STYLE.md](STYLE.md): rules and guidelines for coding style.
+ * [PORTING.md](/PORTING.md): how to port OpenSSL-using code to BoringSSL.
+ * [BUILDING.md](/BUILDING.md): how to build BoringSSL
+ * [STYLE.md](/STYLE.md): rules and guidelines for coding style.
* include/openssl: public headers with API documentation in comments. Also [available online](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html).