11 Commits (20ee3691a41889b95feae6fe0964e94e72a1b8d0)

Author SHA1 Message Date
0xAX 20ee3691a4
Merge branch 'master' into capitalize-linux 2 years ago
Renaud Germain 66a5a99d69 copyedit: memory management chapter 2 years ago
Renaud Germain c2ecc331a0 capitalize Linux everywhere 2 years ago
Jan Sonntag fa1cf540e8 Fix broken links and emails 4 years ago
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
Michael D fd8281da5c Image salvaging continuing
Patch 6: MM/
5 years ago
Dou Liyang 872c41d102
Update linux-mm-1.md
s/new a/ a new
6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Dongliang Mu f159c63e0c Change mm to MM, interrupts to Interrupts 6 years ago
0xAX ff411d7948 Move MM to mm 9 years ago
0xAX 622e6355d5 first part about memory management added 9 years ago