Browse Source

Change Wiki links to actual http links.

WestfW 6 years ago
parent
commit
8254ebab42
2 changed files with 8 additions and 8 deletions
  1. 7 7
      Wiki/Home.md
  2. 1 1
      Wiki/InstallingOnChips.md

+ 7 - 7
Wiki/Home.md

@@ -1,10 +1,10 @@
 Welcome to the optiboot wiki!<br>
 ##Wiki pages:##
 
-* [[InstallingOnChips]] - loading Optiboot onto chips, using various tools.
-* [[CompilingOptiboot]]
-* [[HowOptibootWorks]]
-* [[AddingOptibootChipsToIde]]
-* [[GoodQuestions]] - Frequently asked technical questions
-* [[OtherVersions]] - 3rd party optiboot derivatives with interesting features.
-* [[Virtual-Boot-Partition]] - More about the Virtual Boot Partition.
+* [InstallingOnChips](https://github.com/Optiboot/optiboot/blob/master/Wiki/InstallingOnChips.md) - loading Optiboot onto chips, using various tools.
+* [CompilingOptiboot](https://github.com/Optiboot/optiboot/blob/master/Wiki/CompilingOptiboot.md)
+* [HowOptibootWorks](https://github.com/Optiboot/optiboot/blob/master/Wiki/HowOptibootWorks.md)
+* [AddingOptibootChipsToIde](https://github.com/Optiboot/optiboot/blob/master/Wiki/AddingOptibootChipsToIde.md)
+* [GoodQuestions](https://github.com/Optiboot/optiboot/blob/master/Wiki/GoodQuestions.md) - Frequently asked technical questions
+* [OtherVersions](https://github.com/Optiboot/optiboot/blob/master/Wiki/OtherVersions.md) - 3rd party optiboot derivatives with interesting features.
+* [Virtual-Boot-Partition](https://github.com/Optiboot/optiboot/blob/master/Wiki/Virtual-Boot-Partition.md) - More about the Virtual Boot Partition.

+ 1 - 1
Wiki/InstallingOnChips.md

@@ -2,7 +2,7 @@
 
 There are two aspects to "installing optiboot."  The first problem, which is discussed here, involves getting the optiboot firmware into chips, whether the chips have an older version of a bootloader, or are completely blank.
 
-The second problem is configuring the Arduino IDE to support the optiboot-loaded chips.  This is easy if you're loading up ATmega328x chips, since any 328 chip with optiboot is essentially an Arduino Uno, and you can use the existing Uno configuration.  It is more difficult (and not yet documented) if you're adding a new chip, or putting optiboot on a chip that normally uses a different bootloader.  This is (will be) described at [[AddingOptibootChipsToIde]].
+The second problem is configuring the Arduino IDE to support the optiboot-loaded chips.  This is easy if you're loading up ATmega328x chips, since any 328 chip with optiboot is essentially an Arduino Uno, and you can use the existing Uno configuration.  It is more difficult (and not yet documented) if you're adding a new chip, or putting optiboot on a chip that normally uses a different bootloader.  This is (will be) described at [AddingOptibootChipsToIde](https://github.com/Optiboot/optiboot/blob/master/Wiki/AddingOptibootChipsToIde.md).
 
 Much information about burning optiboot into ATmega chips for use in Arduino can be found in the Arduino forums, especially in [this thread](http://arduino.cc/forum/index.php/topic,64105.0.html)