Updated links (URLs) in docs/*.md.

Details:
- Updated most markdown links in the documents/wikis to use absolute
  paths instead of the relative paths that were in use previously.
  A few links were not updated, except for adding a ".md" to reflect
  the documents' new names, in order to test whether relative
  linking still works.
This commit is contained in:
Field G. Van Zee
2018-07-07 19:40:41 -05:00
parent 3a0c121358
commit d97c862c2b
9 changed files with 140 additions and 140 deletions

View File

@@ -1,11 +1,11 @@
## Contents
* **[Contents](Multithreading#contents)**
* **[Introduction](Multithreading#introduction)**
* **[Enabling multithreading](Multithreading#enabling-multithreading)**
* **[Specifying multithreading](Multithreading#specifying-multithreading)**
* [The automatic way](Multithreading#the-automatic-way)
* [The manual way](Multithreading#the-manual-way)
* **[Contents](Multithreading.md#contents)**
* **[Introduction](Multithreading.md#introduction)**
* **[Enabling multithreading](Multithreading.md#enabling-multithreading)**
* **[Specifying multithreading](Multithreading.md#specifying-multithreading)**
* [The automatic way](Multithreading.md#the-automatic-way)
* [The manual way](Multithreading.md#the-manual-way)
## Introduction