diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-05 19:26:15 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-05 19:32:51 -0400 |
commit | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (patch) | |
tree | b968b6c5611ea21703dfc1144f7fe175c9409dfb /README.md | |
parent | 2b42d288c08bdfd0fc3402fa118d91a1aebdb655 (diff) | |
download | git-repo-3891b7519d35b6bac3e81744c846ca2ed0bd1be2.tar.gz |
manifest-format: convert to markdown
The gitiles system doesn't render .txt files, so convert this to .md
for better display online.
Change-Id: Ie12e46daf008dd8c97ae2ffd21fb68bd948fe625
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ that you can put anywhere in your path. | |||
11 | * Source: https://code.google.com/p/git-repo/ | 11 | * Source: https://code.google.com/p/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.txt) | 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) |