22 Commits (58928da0bb5c08b6d63224c6cf00a2b06e4dee26)

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
johnny 021ae97f58
Update linux-initialization-5.md
typo
5 years ago
johnny f8b7194f0c
Update linux-initialization-5.md
typo
5 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Alexander Kuleshov 9679dbdd91 init-5: fix DMI
Found by @kele1997
6 years ago
Dongliang Mu 4a57db7015 fix broken links 6 years ago
NeoCui 657c37e03f update the entry_64.S link in the linux-initialization-5.md file 7 years ago
NeoCui f8cf93cd4c update the "kernel stack" link in the linux-initialization-5.md 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Alexander Kuleshov 62916fb719 fix a typo 7 years ago
Alexander Kuleshov f3bc5949e2 Many fixes for initialization and MM related parts 8 years ago
Jakub Wilk ddad9dfb4f Initialization: Fix typos 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
haishanh fbe7909510 Fix some typos in chapter Initialization
linux-initialization-2.md:

 * `arlready -> already`
 * `instruuction -> instruction`

linux-initialization-3.md:

 * `initilized -> initialized`

linux-initialization-4.md:

 * `killobytes -> kilobytes`

linux-initialization-5.md:

 * `killobytes -> kilobytes`
 * `resason -> reason`
 * `subscract -> substract`
 * `comminicate -> communicate`
 * `initializtion -> initialization`
 * `Initiaization -> initialization`
 * `parameteres -> parameters`
8 years ago
zhaoxiaoqiang da85529d83 fix some grammer errors 9 years ago
zhaoxiaoqiang ae5cbb4c20 fix minor grammer errors 9 years ago
mudongliang ae6b0f52ee revert internals to insides in initialization 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
0xAX 22aeaad0cb Update linux-initialization-5.md 9 years ago
Anton Davydov 984ef074ec Fix typos in repository 9 years ago
0xAX 4850d91f92 Update linux-initialization-5.md 9 years ago
0xAX 8284efaa04 Create linux-initialization-5.md 9 years ago