10 Commits (24db79b87e3af8033ee98cd3a7cdacaf94e712d0)

Author SHA1 Message Date
0xAX 1f6c29f10e
Merge branch 'master' into patch-2 2 years ago
Chun-Hung Tseng ad344c2c91
Fix image link in linux-misc-1.md 3 years ago
Chun-Hung Tseng 5769670cdc Fix busybox typo
Signed-off-by: Henry Tseng <henrybear327@gmail.com>
3 years ago
Jan Sonntag fa1cf540e8 Fix broken links and emails 4 years ago
Sebastian Fricke 890101e412 Improve paragraph in Misc/linux-misc-1.md
Increase word variety, fix grammatical errors, place missing
punctuations and add missing articles.

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
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 639a7b59c3 More image fixes
Patch 5: Misc/

Note that one image, the "busybox menu", was not saved to
the wayback machine and has been lost.
5 years ago
proninyaroslav 163ba61dbe Replace invalid links to the images 6 years ago
Alexander Kuleshov 264d910182
fix links to blog posts about assembler 6 years ago
Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 6 years ago