From 6ab74f755baf41eaca32c690abbf595f842f404c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 16 Feb 2017 00:53:58 -0500 Subject: [PATCH] Added links for each of the branches to GitHub. This lets readers quickly and easily explore the code trees at each of the branches with a single click. Signed-off-by: Chris Larsen --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index af02a271..68aa7b51 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ application. The [GitHub repo branches](https://github.com/OpenTSDB/asynchbase) are laid out as follows: -* `maintenance`: This was the last stable version of AsyncHBase and should only - have bug fix PRs created against it. Bugs should also be patched in master and - next. +* [`maintenance`](https://github.com/OpenTSDB/opentsdb/tree/maintenance): This + was the last stable version of AsyncHBase and should only have bug fix PRs + created against it. Bugs should also be patched in master and next. -* `master`: This is the current stable version of AsyncHBase and should only have - bug fix PRs created against it. Bug should also be patched in the next branch. +* [`master`](https://github.com/OpenTSDB/opentsdb/tree/master): This is the + current stable version of AsyncHBase and should only have bug fix PRs created + against it. Bug should also be patched in the next branch. -* `next`: This is the development version of AsyncHBase and all new features or - API changes should be written against this. +* [`next`](https://github.com/OpenTSDB/opentsdb/tree/next): This is the + development version of AsyncHBase and all new features or API changes should + be written against this.