summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Rondini <diego.rondini@kynetics.com>2020-10-01 11:28:57 +0200
committerKhem Raj <raj.khem@gmail.com>2020-10-01 10:32:42 -0700
commitd80b5a52fd9d91b27b7f1967a0f2d6ccb6e22991 (patch)
tree18454c0ada0c888d5ad0f4f3399a20ff6ef56ef5
parentbe95549f2ea5c59c6da6ace852b918cdba3c7822 (diff)
downloadmeta-openembedded-d80b5a52fd9d91b27b7f1967a0f2d6ccb6e22991.tar.gz
README: fix incorrect links
Fix incorrect links and replace the defunct "gitorious" with now popular "GitLab". Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/README2
-rw-r--r--meta-oe/README4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/README b/meta-multimedia/README
index 3c4b1af7f..b4c2455a1 100644
--- a/meta-multimedia/README
+++ b/meta-multimedia/README
@@ -14,6 +14,6 @@ Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-mult
14When sending single patches, please use something like: 14When sending single patches, please use something like:
15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH 15'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH
16 16
17You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. 17You are encouraged to fork the mirror on github https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
18 18
19Layer maintainer: Andreas Müller <schnitzeltony@gmail.com> 19Layer maintainer: Andreas Müller <schnitzeltony@gmail.com>
diff --git a/meta-oe/README b/meta-oe/README
index 6a0d7c0a1..8d787df68 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -19,10 +19,10 @@ Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]'
19When sending single patches, please use something like: 19When sending single patches, please use something like:
20'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"' 20'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
21 21
22You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core 22You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
23to share your patches, this is preferred for patch sets consisting of more than one patch. 23to share your patches, this is preferred for patch sets consisting of more than one patch.
24 24
25Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well, 25Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
26'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy 26'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
27to use, has been proven to be reliable and has a really good web GUI. 27to use, has been proven to be reliable and has a really good web GUI.
28 28