Update links

- update links to openSUSE man pages and kernel source
- remove broken link to http://elearningmedium.com

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-04-16 17:11:06 +02:00
parent ff8e98669d
commit ff85bd35ac
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -1203,7 +1203,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
<h2 id="infos">Further Information</h2>
<ol>
<li>
<a href="https://man7.org/">Linux man pages online</a>
<a href="https://man.opensuse.org/">openSUSE man pages online</a>
</li>
<li>
<a href="https://utcc.utoronto.ca/~cks/space/blog/linux/DecodingPageAllocFailures">
@ -1211,17 +1211,8 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
</a>
</li>
<li>
<a href="http://elearningmedium.com/linux-kernel-oom-log-analysis/">Linux Kernel OOM Log Analysis</a>
</li>
<li>
<a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git">Kernel Source code</a> with
<a href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/mm/oom_kill.c"><code>mm/omm_kill.c</code></a>
as starting point at <a href="https://www.kernel.org">kernel.org</a>
</li>
<li>
A more comfortable kernel source code browser with
<a href="https://elixir.bootlin.com/linux/latest/source/mm/oom_kill.c"><code>mm/omm_kill.c</code></a> at
<a href="https://elixir.bootlin.com/">elixir.bootlin.com</a>
<a href="https://github.com/openSUSE/kernel">Kernel Source code</a> with
<a href="https://github.com/openSUSE/kernel/blob/master/mm/oom_kill.c"><code>mm/omm_kill.c</code></a>
</li>
</ol>