25 Commits (2cff4abf08711c4af60b3a801a13ee373bd93e2e)

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 3af39d78e3
Update linux-initialization-3.md
typo
5 years ago
Takuya Yamamoto 0f4992c87e Rename early_level4_pgt to early_top_pgt 6 years ago
Yaroslav Pronin 2429f0622c
Fix path to setup.h 6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Jean-Baptiste Cayrou c546f39a95 Fix typo linux-initialization-3 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Jakub Wilk ddad9dfb4f Initialization: Fix typos 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
Quentin Perez b61356ef47
Fix typo linux-initialization 3 8 years ago
zhaoxiaoqiang ae5cbb4c20 fix minor grammer errors 9 years ago
zhaoxiaoqiang 146b3bb4b3 fix grammer errors and refine some statements 9 years ago
mudongliang ae6b0f52ee revert internals to insides in initialization 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
Anton Davydov 984ef074ec Fix typos in repository 9 years ago
0xAX 43a20464c4 Merge pull request #76 from akash0x53/fixes-3
spelling fix.
9 years ago
Akash Shende f05fb8d00e spelling fix. 9 years ago
Alexander Polakov e3b71349a1 engrish 9 years ago
0xAX 25ef64c198 Merge pull request #73 from akash0x53/linux-initializa-3-fixes
missing letters added.
9 years ago
Akash Shende 5ab8f8e9c3 missing letters added. 9 years ago
Josh Triplett ac5546b009 linux-initialization-3.md: Fix typo: s/real_mod_data/real_mode_data/ 9 years ago
Alexander Polakov b1179cb043 Update linux-initialization-3.md 9 years ago
0xAX 49d66d6d55 Update linux-initialization-3.md 9 years ago
0xAX 2ae2dfb6af Update linux-initialization-3.md 9 years ago
0xAX 3fce11dd6d Create linux-initialization-3.md 9 years ago