hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/Documentation/process/8.Conclusion.rst
....@@ -5,9 +5,10 @@
55
66 There are numerous sources of information on Linux kernel development and
77 related topics. First among those will always be the Documentation
8
-directory found in the kernel source distribution. The top-level process/howto.rst
9
-file is an important starting point; process/submitting-patches.rst and
10
-process/submitting-drivers.rst are also something which all kernel developers should
8
+directory found in the kernel source distribution. The top-level :ref:`process/howto.rst <process_howto>`
9
+file is an important starting point; :ref:`process/submitting-patches.rst <submittingpatches>`
10
+and :ref:`process/submitting-drivers.rst <submittingdrivers>`
11
+are also something which all kernel developers should
1112 read. Many internal kernel APIs are documented using the kerneldoc
1213 mechanism; "make htmldocs" or "make pdfdocs" can be used to generate those
1314 documents in HTML or PDF format (though the version of TeX shipped by some
....@@ -15,24 +16,24 @@
1516 properly).
1617
1718 Various web sites discuss kernel development at all levels of detail. Your
18
-author would like to humbly suggest http://lwn.net/ as a source;
19
+author would like to humbly suggest https://lwn.net/ as a source;
1920 information on many specific kernel topics can be found via the LWN kernel
2021 index at:
2122
22
- http://lwn.net/Kernel/Index/
23
+ https://lwn.net/Kernel/Index/
2324
2425 Beyond that, a valuable resource for kernel developers is:
2526
26
- http://kernelnewbies.org/
27
+ https://kernelnewbies.org/
2728
28
-And, of course, one should not forget http://kernel.org/, the definitive
29
+And, of course, one should not forget https://kernel.org/, the definitive
2930 location for kernel release information.
3031
3132 There are a number of books on kernel development:
3233
3334 Linux Device Drivers, 3rd Edition (Jonathan Corbet, Alessandro
3435 Rubini, and Greg Kroah-Hartman). Online at
35
- http://lwn.net/Kernel/LDD3/.
36
+ https://lwn.net/Kernel/LDD3/.
3637
3738 Linux Kernel Development (Robert Love).
3839
....@@ -45,9 +46,9 @@
4546
4647 Documentation for git can be found at:
4748
48
- http://www.kernel.org/pub/software/scm/git/docs/
49
+ https://www.kernel.org/pub/software/scm/git/docs/
4950
50
- http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
51
+ https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
5152
5253
5354 Conclusion