Index: experimental/bisect_lib/README.md |
diff --git a/experimental/bisect_lib/README.md b/experimental/bisect_lib/README.md |
index b76c3d95e406e0ce5c688da3d5df69db317f756f..120e079811c5159719cdaf576a431ea714401e63 100644 |
--- a/experimental/bisect_lib/README.md |
+++ b/experimental/bisect_lib/README.md |
@@ -1,4 +1,3 @@ |
- |
<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
@@ -13,15 +12,6 @@ recipes subsystem currently allows. |
Secondary goals are: |
- * Simplify code sharing with the related [Telemetry](https://www.chromium.org/developers/telemetry) and [Performance Dashboard](https://github.com/catapult-project/catapult/blob/master/dashboard/README.md) projects, also under catapult. |
+ * Simplify code sharing with the related [Telemetry](/telemetry/README.md) and [Performance Dashboard](/dashboard/README.md) projects. |
* Eventually move the bisect director role outside of buildbot/recipes and |
into its own standalone application. |
- |
-These tools were created by Chromium developers for performance analysis, |
-testing, and monitoring of Chrome, but they can also be used for analyzing and |
-monitoring websites, and eventually Android apps. |
- |
-Contributing |
-============ |
-Please see [our contributor's guide](https://github.com/catapult-project/catapult/blob/master/CONTRIBUTING.md) |
- |