diff options
-rw-r--r-- | roles/phabricator/files/phabricator-welcome.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/phabricator/files/phabricator-welcome.html b/roles/phabricator/files/phabricator-welcome.html index 76b753f32..fef64cb9c 100644 --- a/roles/phabricator/files/phabricator-welcome.html +++ b/roles/phabricator/files/phabricator-welcome.html @@ -2,8 +2,8 @@ <p>The Fedora QA Devel team uses this phabricator instance for tracking issues, code reviews and some documentation. We can be reached through -<a href="https://admin.fedoraproject.org/mailman/listinfo/qa-devel">our mailing list</a> -or in the <a href="http://webchat.freenode.net/?channels=#fedora-qa"> #fedora-qa channel on Freenode</a>. +<a href='https://admin.fedoraproject.org/mailman/listinfo/qa-devel'>our mailing list</a> +or in the <a href='http://webchat.freenode.net/?channels=#fedora-qa'> #fedora-qa channel on Freenode</a>. </p> <br> @@ -11,6 +11,6 @@ or in the <a href="http://webchat.freenode.net/?channels=#fedora-qa"> #fedora-qa <h2>Useful Links</h2> <ul> - <li><a href="http://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/">Libtaskotron Documentation</a></li> - <li><a href="https://bitbucket.org/fedoraqa">Canonical Git Repos (bitbucket project)<li> + <li><a href='http://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/'>Libtaskotron Documentation</a></li> + <li><a href='https://bitbucket.org/fedoraqa'>Canonical Git Repos (bitbucket project)<li> </ul> |