| commit | 3b0ca6a73d0d03e9a04ede138cffc27113449981 | [log] [tgz] |
|---|---|---|
| author | Klaus Aehlig <aehlig@google.com> | Mon Jun 27 13:57:59 2016 +0000 |
| committer | Dmitry Lomov <dslomov@google.com> | Mon Jun 27 15:00:45 2016 +0000 |
| tree | b5708bc2619eb420d67a92586c6ff81117b2316e | |
| parent | 57c9dc92bd592d05b8a459e470afc085c24f8adb [diff] [blame] |
getting-started.md: fix typo in URL -- Change-Id: Iab790f363ce1029da9706be6be176e4320bdcdb9 Reviewed-on: https://bazel-review.googlesource.com/#/c/3906 MOS_MIGRATED_REVID=125951789
diff --git a/site/docs/getting-started.md b/site/docs/getting-started.md index 6079002..d76b4ab 100644 --- a/site/docs/getting-started.md +++ b/site/docs/getting-started.md
@@ -92,5 +92,5 @@ # Next Steps -Next, check out the tutorial on building [java](docs/tutorial/java.html) +Next, check out the tutorial on building [java](/docs/tutorial/java.html) or [C++](/docs/tutorial/cpp.html) programs.