18 Commits (1e3bbbea3a6fff5753de76effe55b012cb85b83b)

Author SHA1 Message Date
Sebastian Fricke 2cff4abf08 Gitbook Links: replace old links with new ones
The old links didn't point to valid locations.
Replace the old links with the new links and test those changes with a
small script: https://github.com/initBasti/markdown_link_check .

______________________________________________________________

In order to find and replace the links, I used the following commands:

grep -rwohP '.' -e "\(https\:\/\/0xax.gitbooks.io\/\S*\)" > links.txt
(Find all links recursivly in the project directories and print out the
 only the matches links)

Within links.txt:
Remove the '(' & ')' => :%s/\(//g  and :%s/\)//g
Remove duplicates => :sort u

Test if the links work with:
python3 md_link_check.py --pattern 0xax.gitbook --output-file bad.txt
(https://github.com/initBasti/markdown_link_check)

Create replace commands:
:%s/.*/grep -rl & '.' | xargs sed -i 's#&##g'
Enter replacement URL between the 2nd & 3rd '#'
Execute commands: :w !sh

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
4 years ago
Manbing 659a9be536 Cgroups/linux-cgroups-1.md: Fix typo
Modify "cp_cgrp_subsys" to "cpu_cgrp_subsys".

Signed-off-by: Manbing <manbing3@gmail.com>
4 years ago
Michael D a82aca5a4a Some more images recovered from waybackmachine
Patch 2: Cgroups/
5 years ago
Maurice Aiken dc844a5dc9 fix the ambiguous sentence 5 years ago
Alexander Kuleshov ca61322d6a cgroups: improve indentation
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Alexander Kuleshov 6be1a85388
fix link to cgroups 6 years ago
Alexander Kuleshov 1e81943f8e
fix link to cgroups 6 years ago
Joshua Murphy 463fcd587a Now successfuly converting each chapter into LaTeX, compiling it and then merging each PDF together into a single book. Currently no image support! 6 years ago
Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 6 years ago
Alexander Kuleshov 6c1827bf74 fix #546 7 years ago
Radek Dostál b420e581fe Fix Wikipedia links containing ()
Based on: https://stackoverflow.com/questions/13824669/how-do-you-write-a-link-containing-a-closing-bracket-in-markdown-syntax

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
唐一 4f16103d44 Corrected the wrong path name in Cgroups/cgroups1.md 7 years ago
唐一 0045771415 fix: ccs to css (cgroup subsystem stage) 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
sachin b27bc0d141 Corrected typos in section: cgroups 7 years ago
proninyaroslav 90f50c2ac5 Change README links as relative 8 years ago
Alexander Kuleshov 6992e97a21 add chapter about cgroups 8 years ago