README.md: Fix MD034 warnings
The following warnings are generated by using markdownlint analysis:
```
README.md:14:1 MD034/no-bare-urls Bare URL used [Context: "https://gerrit.openbmc-project..."]
README.md:18:1 MD034/no-bare-urls Bare URL used [Context: "https://github.com/openbmc/pho..."]
```
Refer to markdown-lint [1] to fix MD034
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/034-no-bare-urls.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: Ic67570e3343407a80a2d3cfec1f7c2dc56270159
diff --git a/README.md b/README.md
index 3811a09..4927e2b 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@
community may suggest alternatives.
phosphor-misc patches are reviewed using the Gerrit instance at
-https://gerrit.openbmc-project.xyz.
+<https://gerrit.openbmc-project.xyz>.
Please submit patches to Gerrit. More information on using Gerrit can be found
[here](https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server).
-https://github.com/openbmc/phosphor-misc is a hosting mirror only and GitHub
+<https://github.com/openbmc/phosphor-misc> is a hosting mirror only and GitHub
pull requests are not monitored and will not be accepted.
Patch checklist. Please ensure patches adhere to the following guidelines: