diff options
-rw-r--r-- | HOWTO/BENCHMARKS.md | 4 | ||||
-rw-r--r-- | README.md | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/HOWTO/BENCHMARKS.md b/HOWTO/BENCHMARKS.md index 361d99256d..b3df4638ea 100644 --- a/HOWTO/BENCHMARKS.md +++ b/HOWTO/BENCHMARKS.md @@ -68,6 +68,6 @@ At the moment of writing this HOWTO the tool for viewing benchmark results is not available as opensource. This will hopefully change in the near future. - [release the tests]: README.testing.md#releasing-tests - [install the tests]: README.testing.md#configuring-the-test-environment + [release the tests]: TESTING.md#releasing-tests + [install the tests]: TESTING.md#configuring-the-test-environment @@ -18,7 +18,7 @@ Building and Installing ----------------------- Information on building and installing Erlang/OTP can be found -in the [$ERL_TOP/HOWTO/INSTALL.md][] document. +in the [$ERL_TOP/HOWTO/INSTALL.md] [5] document. Contributing to Erlang/OTP -------------------------- @@ -46,7 +46,7 @@ In short: may suggest improvements that are needed before the change can be accepted and merged. -* Once or twice a week, a status email called "What's cooking in Erlang/OTP" +* Once or twice a week, a status email called ["What's cooking in Erlang/OTP"] [4] will be sent to the [`erlang-patches`] [3] mailing list. Copyright and License @@ -73,5 +73,6 @@ Copyright and License [1]: http://www.erlang.org [2]: http://wiki.github.com/erlang/otp/submitting-patches - [3]: http://www.erlang.org/faq.html - [$ERL_TOP/HOWTO/INSTALL.md]: HOWTO/INSTALL.md + [3]: http://www.erlang.org/faq/faq.html + [4]: http://erlang.github.com/otp/ + [5]: HOWTO/INSTALL.md |