diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-15 14:30:06 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-15 23:24:29 +0000 |
commit | c102fd5c0d34f39d1111f1a3238d910d8da88f82 (patch) | |
tree | 592da70bd77f06bd7ffff49207516e8db027a2dc | |
parent | d6b8bd464cb032e8180b4219d9821cb3cf8e3d89 (diff) | |
download | git-repo-c102fd5c0d34f39d1111f1a3238d910d8da88f82.tar.gz |
README: add <> around links
Some markdown renderers want <> around links to linkify them.
Other renderers strip them out as redundant.
Change-Id: Ib7f9962ce1dd47b4494a824c69358c75d98eb838
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/255312
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Tested-by: Mike Frysinger <vapier@google.com>
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,11 +6,11 @@ development workflow. Repo is not meant to replace Git, only to make it | |||
6 | easier to work with Git. The repo command is an executable Python script | 6 | easier to work with Git. The repo command is an executable Python script |
7 | that you can put anywhere in your path. | 7 | that you can put anywhere in your path. |
8 | 8 | ||
9 | * Homepage: https://gerrit.googlesource.com/git-repo/ | 9 | * Homepage: <https://gerrit.googlesource.com/git-repo/> |
10 | * Bug reports: https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo | 10 | * Bug reports: <https://bugs.chromium.org/p/gerrit/issues/list?q=component:repo> |
11 | * Source: https://gerrit.googlesource.com/git-repo/ | 11 | * Source: <https://gerrit.googlesource.com/git-repo/> |
12 | * Overview: https://source.android.com/source/developing.html | 12 | * Overview: <https://source.android.com/source/developing.html> |
13 | * Docs: https://source.android.com/source/using-repo.html | 13 | * Docs: <https://source.android.com/source/using-repo.html> |
14 | * [repo Manifest Format](./docs/manifest-format.md) | 14 | * [repo Manifest Format](./docs/manifest-format.md) |
15 | * [repo Hooks](./docs/repo-hooks.md) | 15 | * [repo Hooks](./docs/repo-hooks.md) |
16 | * [Submitting patches](./SUBMITTING_PATCHES.md) | 16 | * [Submitting patches](./SUBMITTING_PATCHES.md) |