summaryrefslogtreecommitdiffstats
path: root/src/README.development
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-05-20 15:42:34 +0300
committerVadim Yanitskiy <axilirator@gmail.com>2018-05-20 15:42:34 +0300
commit034b1d4e637f07c3462a6c741067f5d76c1fca0e (patch)
treed5658740c013546a9d631c0a5d22668fb49e63e0 /src/README.development
parent78f17e45ec134d728e6b1bf06f347e5a1a5b3a0b (diff)
README.development: cosmetic: correct/add wiki links
Diffstat (limited to 'src/README.development')
-rw-r--r--src/README.development14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/README.development b/src/README.development
index 1963b5a4..060cbd90 100644
--- a/src/README.development
+++ b/src/README.development
@@ -1,18 +1,24 @@
= Contributing to OsmocomBB development =
Feel free to help us by extending the code. Always make sure to
-send back all your patches to the baseband-devel@lists.osmocom.org
-mailing list - Free Software is all about sharing.
+send back all your patches to Gerrit (recommended) or to the
+baseband-devel@lists.osmocom.org mailing list - Free Software
+is all about sharing. For details, see:
+
+https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit
+https://gerrit.osmocom.org/
== Coding Style ==
Like all C language Osmocom projects, we use the Linux Kernel coding
style, you can find it in the Documentation/CodingStyle subdirectory
-of any Linux Kernel source.
+of any Linux Kernel source. For details, see:
+
+https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards
== More Information ==
-Please consult the http://bb.osmocom.org/ web page / wiki.
+Please consult the https://osmocom.org/projects/baseband/wiki/.
If you have any technical questions regarding the code, don't hesitate
to ask the baseband-devel@lists.osmocom.org mailing list.