aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).