summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-05-23 14:33:41 +0100
committerAndrei Gherzan <andrei@gherzan.com>2017-05-26 12:16:52 +0100
commit371f85ce53579c3179e91c8a5ce1c4893b673dee (patch)
tree5349e1b9b0176a26b37fa8cff9ff1c7fb7103465
parent5eb159d32d60780ee16c31d89fdbf77ffd6ab361 (diff)
downloadmeta-raspberrypi-371f85ce53579c3179e91c8a5ce1c4893b673dee.tar.gz
docs: Format all links correctly
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-rw-r--r--README.md12
-rw-r--r--docs/contributing.md10
2 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index be23e25..4f6956a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# meta-raspberrypi 1# meta-raspberrypi
2 2
3Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/ . 3Yocto BSP layer for the Raspberry Pi boards - <http://www.raspberrypi.org/>.
4 4
5[![Build Status](https://yocto-ci.resin.io/job/meta-raspberrypi1/badge/icon)](https://yocto-ci.resin.io/job/meta-raspberrypi1) 5[![Build Status](https://yocto-ci.resin.io/job/meta-raspberrypi1/badge/icon)](https://yocto-ci.resin.io/job/meta-raspberrypi1)
6[![Build Status](https://yocto-ci.resin.io/job/meta-raspberrypi2/badge/icon)](https://yocto-ci.resin.io/job/meta-raspberrypi2) 6[![Build Status](https://yocto-ci.resin.io/job/meta-raspberrypi2/badge/icon)](https://yocto-ci.resin.io/job/meta-raspberrypi2)
@@ -9,15 +9,17 @@ Yocto BSP layer for the Raspberry Pi boards - http://www.raspberrypi.org/ .
9 9
10## Quick links 10## Quick links
11 11
12* Git repository web frontend: http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/ 12* Git repository web frontend:
13* Mailing list (yocto mailing list): yocto@yoctoproject.org 13 <http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/>
14* Issues management (Github Issues): https://github.com/agherzan/meta-raspberrypi/issues 14* Mailing list (yocto mailing list): <yocto@yoctoproject.org>
15* Issues management (Github Issues):
16 <https://github.com/agherzan/meta-raspberrypi/issues>
15 17
16## Description 18## Description
17 19
18This is the general hardware specific BSP overlay for the RaspberryPi device. 20This is the general hardware specific BSP overlay for the RaspberryPi device.
19 21
20More information can be found at: http://www.raspberrypi.org/ (Official Site) 22More information can be found at: <http://www.raspberrypi.org/> (Official Site)
21 23
22The core BSP part of meta-raspberrypi should work with different 24The core BSP part of meta-raspberrypi should work with different
23OpenEmbedded/Yocto distributions and layer stacks, such as: 25OpenEmbedded/Yocto distributions and layer stacks, such as:
diff --git a/docs/contributing.md b/docs/contributing.md
index 728b00e..94dbf49 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -3,8 +3,8 @@
3## Mailing list 3## Mailing list
4 4
5The main communication tool we use is a mailing list: 5The main communication tool we use is a mailing list:
6* yocto@yoctoproject.org 6* <yocto@yoctoproject.org>
7* https://lists.yoctoproject.org/listinfo/yocto 7* <https://lists.yoctoproject.org/listinfo/yocto>
8 8
9Feel free to ask any kind of questions but always prepend your email subject 9Feel free to ask any kind of questions but always prepend your email subject
10with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and 10with "[meta-raspberrypi]". This is because we use the 'yocto' mailing list and
@@ -13,10 +13,10 @@ not a perticular 'meta-raspberrypi' mailing list.
13## Patches and pull requests 13## Patches and pull requests
14 14
15All the contributions should be compliant with the openembedded patch 15All the contributions should be compliant with the openembedded patch
16guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines 16guidelines: <http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines>
17 17
18To contribute to this project you should send pull requests to the github mirror 18To contribute to this project you should send pull requests to the github mirror
19(https://github.com/agherzan/meta-raspberrypi). **Additionally** you can send 19(<https://github.com/agherzan/meta-raspberrypi>). **Additionally** you can send
20the patches for review to the above specified mailing list. 20the patches for review to the above specified mailing list.
21 21
22When creating patches for the mailing list, please use something like: 22When creating patches for the mailing list, please use something like:
@@ -30,7 +30,7 @@ When sending patches to the mailing list, please use something like:
30## Github issues 30## Github issues
31 31
32In order to manage and trace the meta-raspberrypi issues, we use github issues: 32In order to manage and trace the meta-raspberrypi issues, we use github issues:
33https://github.com/agherzan/meta-raspberrypi/issues 33<https://github.com/agherzan/meta-raspberrypi/issues>
34 34
35If you push patches which have a github issue associated, please provide the 35If you push patches which have a github issue associated, please provide the
36issue number in the commit log just before "Signed-off-by" line(s). Example line 36issue number in the commit log just before "Signed-off-by" line(s). Example line