diff --git a/.travis-ci.sh b/.travis-ci.sh
index 88b97df6..d17fd0b3 100644
--- a/.travis-ci.sh
+++ b/.travis-ci.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e # halt script on error
-HTMLPROOFER_OPTIONS="./_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug"
+HTMLPROOFER_OPTIONS="./_site --internal-domains=pid.codes --check-html --check-opengraph --report-missing-names --log-level=:debug --url-ignore /www.andreas.org/,/www.kbles.ru/,/github.com\/KK2345\/TinyPassword$/,/github.com\/KK2345\/TinyPassword\/blob\/master\/README.md/,/www.oshec.org/,/github.com\/xuio\/Cynteract$/,/github.com\/mattomatto\/craft$/,/triparts.strikingly.com$/,/facebook.com/varioskybean$/"
bundle exec jekyll doctor
bundle exec jekyll build
diff --git a/1209/2323/index.md b/1209/2323/index.md
index 42a55cdb..c5b4300e 100644
--- a/1209/2323/index.md
+++ b/1209/2323/index.md
@@ -8,7 +8,7 @@ source: https://github.com/HubertD/candleLight
---
A cheap, simple USB CAN Adpater
* made with KiCAD, STM32F0 based
-* firmware repository: https://github.com/HubertD/candleLight_fw/
+* firmware repository:
* SocketCAN support using the gs_usb kernel module, mainline since linux 3.16
* supported by cangaroo using WinUSB in MS Windows >=7
* find the bytewerk guys and grab a candleLight on your favourite CCC event!
diff --git a/1209/6464/index.md b/1209/6464/index.md
index dd299b4c..19f875ab 100644
--- a/1209/6464/index.md
+++ b/1209/6464/index.md
@@ -6,4 +6,4 @@ license: MIT
site: http://electricexploits.net/
source: https://github.com/GGreenwood/Shinewave
---
-This is a completely internal mod for the Nintendo GameCube controller that replaces the stock GameCube connection cord with a USB cord. A custom designed PCB sits inside the controller and houses an ATtiny84 running the micronucleus bootloader and V-USB libraries. It is an HID compliant joystick with reprogrammable LEDs. The project is documented here: http://www.electricexploits.net/gamecube-controller-usb-conversion-mod/
+This is a completely internal mod for the Nintendo GameCube controller that replaces the stock GameCube connection cord with a USB cord. A custom designed PCB sits inside the controller and houses an ATtiny84 running the micronucleus bootloader and V-USB libraries. It is an HID compliant joystick with reprogrammable LEDs. The project is documented here:
diff --git a/1209/6666/index.md b/1209/6666/index.md
index 984287eb..9058ce27 100644
--- a/1209/6666/index.md
+++ b/1209/6666/index.md
@@ -4,7 +4,7 @@ title: VSFLogic
owner: talpachen
license: GPLv3
site: https://github.com/talpachen/vsf/
-source: https://github.com/talpachen/vsf/tree/vsflogic/vsf/vsflogic/M4
+source: https://github.com/talpachen/vsf/tree/vsflogic/vsf/vsflogic
---
VSFLogic is an embedded open source tool.
diff --git a/1209/8086/index.md b/1209/8086/index.md
index ff2f2af7..2c095bd9 100644
--- a/1209/8086/index.md
+++ b/1209/8086/index.md
@@ -3,13 +3,13 @@ layout: pid
title: Nano Zero Bootloader
owner: misfittech
license: CC BY-SA 4.0 (hardware) / GPLv3 (firmware, software)
-site: https://github.com/Misfittech/nano_stepper/blob/master/hardware/Nano%20Zero%20R1.0.pdf
+site: https://github.com/Misfittech/nano_stepper/
source: https://github.com/Misfittech/ArduinoCore-samd
---
A ARM M0 based on SAMD chip version of the Arduino zero driving a stepper motor this PID is for the bootloader
-Hardware for the Arduino Nano Stepper board:
-https://github.com/Misfittech/nano_stepper/blob/master/hardware/Nano%20Zero%20R1.0.pdf
Gerbers
-https://github.com/Misfittech/nano_stepper/blob/master/hardware/gerbers_nano_m0.zip
+
+Hardware for the Arduino Nano Stepper board:
+
Firmware for the main code:
-https://github.com/Misfittech/ArduinoCore-samd
+
diff --git a/1209/8087/index.md b/1209/8087/index.md
index 17703e6e..4ac58a2c 100644
--- a/1209/8087/index.md
+++ b/1209/8087/index.md
@@ -3,12 +3,12 @@ layout: pid
title: Nano Zero
owner: misfittech
license: CC BY-SA 4.0 (hardware) / GPLv3 (firmware, software)
-site: https://github.com/Misfittech/nano_stepper/blob/master/hardware/Nano%20Zero%20R1.0.pdf
+site: https://github.com/Misfittech/nano_stepper/
source: https://github.com/Misfittech/ArduinoCore-samd
---
A ARM M0 based on SAMD chip version of the Arduino zero this PID is for the USB to Serial adapter.
Hardware for the Arduino Nano Stepper board:
-https://github.com/Misfittech/nano_stepper/blob/master/hardware/Nano%20Zero%20R1.0.pdf
-https://github.com/Misfittech/nano_stepper/blob/master/hardware/gerbers_nano_m0.zip
+
+
Firmware for the main code:
-https://github.com/Misfittech/ArduinoCore-samd
+
diff --git a/1209/D3D8/index.md b/1209/D3D8/index.md
index 3657f31d..3dfdbada 100644
--- a/1209/D3D8/index.md
+++ b/1209/D3D8/index.md
@@ -6,14 +6,14 @@ license: CERN OHL 1.2 & GPL
site: http://www.think3dprint3d.com/
source: https://github.com/T3P3/Duet
---
-Firmware source: https://github.com/dc42/RepRapFirmware
+Firmware source:
The Duet 3dprinter controller is an advanced 32 bit controller for RepRap and other 3d printers,
-The hardware design is lead by Think3dprint3d (https://github.com/T3P3/Duet)
-The firmware design lead by David Crocker (https://github.com/dc42/RepRapFirmware).
+The hardware design is lead by Think3dprint3d ()
+The firmware design lead by David Crocker ().
The hardware is licensed under the CERN OHW Licence v1.2,
-http://www.ohwr.org/attachments/2388/cern_ohl_v_1_2.txt
-Developed in KiCAD: http://www.kicad-pcb.org/display/KICAD/KiCad+EDA+Software+Suite
+
+Developed in KiCAD:
The firmware is licensed under the GPL
There are multiple versions on the Duet 3dprinter controller:
0.6 (legacy)
diff --git a/1209/cafe/index.md b/1209/cafe/index.md
index 281355b6..5125a59a 100644
--- a/1209/cafe/index.md
+++ b/1209/cafe/index.md
@@ -3,7 +3,7 @@ layout: pid
title: iigadget
owner: ii
license: GPLv2
-site: http://instantinfrastructure.org
+site: http://instantinfrastructure.com
source: https://github.com/ii/iigadget
---
diff --git a/org/3DRacers/index.md b/org/3DRacers/index.md
index 01f9fbf1..7e63b4dd 100644
--- a/org/3DRacers/index.md
+++ b/org/3DRacers/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: 3DRacers
+site: http://www.3dracers.com/
---
-[3DRacers](http://www.3dracers.com/) is a fully customizable racing game with mobile app and Open Hardware.
\ No newline at end of file
+[3DRacers](http://www.3dracers.com/) is a fully customizable racing game with mobile app and Open Hardware.
diff --git a/org/CynaraKrewe/index.md b/org/CynaraKrewe/index.md
index a3583d7c..28a7c4de 100644
--- a/org/CynaraKrewe/index.md
+++ b/org/CynaraKrewe/index.md
@@ -1,6 +1,7 @@
---
layout: org
title: CynaraKrewe
+site: https://github.com/CynaraKrewe
---
CynaraKrewe is a mixed group of software and electronics engineers who have teamed up to create Cynara.
Members are encouraged to both explore beyond their own discipline(s) and provide guidance to other members were they can.
diff --git a/org/Danyboard/index.md b/org/Danyboard/index.md
index 4289afca..616cf0dc 100644
--- a/org/Danyboard/index.md
+++ b/org/Danyboard/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: Danyboard
+site: http://www.danyboard.com/
---
-Danyboard is an open-source electronic prototyping platform. For more info visit the website: http://www.danyboard.com/
\ No newline at end of file
+Danyboard is an open-source electronic prototyping platform.
diff --git a/org/ElectricExploits/index.md b/org/ElectricExploits/index.md
index 9d4651c1..68622cb8 100644
--- a/org/ElectricExploits/index.md
+++ b/org/ElectricExploits/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: Electric Exploits
+site: http://electricexploits.net/
---
[Electric Exploits](http://electricexploits.net/) is an electronics blog focusing on low-level hardware development.
diff --git a/org/FPGA-Computer/index.md b/org/FPGA-Computer/index.md
index d3fac107..89409f89 100644
--- a/org/FPGA-Computer/index.md
+++ b/org/FPGA-Computer/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: FPGA-Computer
+site: https://hackaday.io/projects/hacker/10708
---
-I'm just a hobbyist. https://hackaday.io/projects/hacker/10708
+I'm just a hobbyist.
diff --git a/org/KBLES/index.md b/org/KBLES/index.md
index 51954846..9b2828cd 100644
--- a/org/KBLES/index.md
+++ b/org/KBLES/index.md
@@ -1,8 +1,7 @@
---
layout: org
title: KB LES
+site: http://kbles.ru
---
We are group of scintists and engeneers. We make automatisation for many chemical and biochemical procedures and techinks.
Also our group likes to modify the old device in order to breathe life in it.
-
-Our site: kbles.ru
diff --git a/org/KMRH-Labs/index.md b/org/KMRH-Labs/index.md
index 58bfbe9c..55b8e64b 100644
--- a/org/KMRH-Labs/index.md
+++ b/org/KMRH-Labs/index.md
@@ -2,4 +2,4 @@
layout: org
title: KMRH Labs
---
-KMRH is a small group working on electronics, robotics, DIY test equipment and other general DIY tomfoolery. An intro video about us has been posted to youtube at https://youtu.be/ow4Q5BrKAR8
+KMRH is a small group working on electronics, robotics, DIY test equipment and other general DIY tomfoolery. An intro video about us has been posted to youtube at
diff --git a/org/MickMad/index.md b/org/MickMad/index.md
index 9dfd8737..1fca7776 100644
--- a/org/MickMad/index.md
+++ b/org/MickMad/index.md
@@ -1,9 +1,9 @@
---
layout: org
title: MickMad
+site: https://hackaday.io/MickMad
---
Computer Engineering Undergraduate @ "Sapienza" University of Rome in Dec. 2013
Service Desk Operator @ Capgemini Italia SPA in Rome, Italy
SW/HW/FW Application Developer and Engineer @ myself
Prog/Death/Thrash Guitarist/Producer
-Projects page: https://hackaday.io/MickMad
\ No newline at end of file
diff --git a/org/SatoshiLabs/index.md b/org/SatoshiLabs/index.md
index 6e5f0995..28118a83 100644
--- a/org/SatoshiLabs/index.md
+++ b/org/SatoshiLabs/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: SatoshiLabs
+site: http://satoshilabs.com/
---
[SatoshiLabs](http://satoshilabs.com/) is a group of experienced crypto specialists based in Prague, the heart of Europe. Our projects include the first Bitcoin mining pool (Slush Pool) and the first hardware Bitcoin wallet (TREZOR).
diff --git a/org/SkyBean/index.md b/org/SkyBean/index.md
index 134244c5..c1d6faff 100644
--- a/org/SkyBean/index.md
+++ b/org/SkyBean/index.md
@@ -7,6 +7,6 @@ SkyBean is developing variometers for PG/HG with different approach.
Our motto is from From pilots to pilots.
For more info visit
-or our FB page https://www.facebook.com/varioskybean
+or our FB page
diff --git a/org/StreetoArcade/index.md b/org/StreetoArcade/index.md
index 24628622..09456c02 100644
--- a/org/StreetoArcade/index.md
+++ b/org/StreetoArcade/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: StreetoArcade
+site: https://github.com/streeto
---
-I'm a hobbist trying to create a simple and awesome circuit board for fighting sticks. Code at: https://github.com/streeto/PancadariaStick
+I'm a hobbist trying to create a simple and awesome circuit board for fighting sticks.
diff --git a/org/TripArts-Music/index.md b/org/TripArts-Music/index.md
index 890745f8..861d32ed 100644
--- a/org/TripArts-Music/index.md
+++ b/org/TripArts-Music/index.md
@@ -4,6 +4,6 @@ title: D.F.Mac. @TripArts Music
---
'TripArts Music' is a D.F.Mac.(Hideyuki Kodama)'s solo project for product original sounds, musics and open source software/devices and web apps from Yokohama/Japan.
-- http://triparts.strikingly.com/ (lang: Japanese Only)
-- http://mimuz.strikingly.com/
-- https://soundcloud.com/tadfmac/
+- (lang: Japanese Only)
+-
+-
diff --git a/org/arachnidlabs/index.md b/org/arachnidlabs/index.md
index 7ac9dc03..22ff1930 100644
--- a/org/arachnidlabs/index.md
+++ b/org/arachnidlabs/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: Arachnid Labs
+site: http://www.arachnidlabs.com/
---
[Arachnid Labs](http://www.arachnidlabs.com/) is a one-man operation based out of London, UK, building interesting electronics for makers and hobbyists.
diff --git a/org/area3001/index.md b/org/area3001/index.md
index ee49186d..ac54f59c 100644
--- a/org/area3001/index.md
+++ b/org/area3001/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: area3001
+site: http://area3001.com/
---
-Area 3001 is a hackerspace in Leuven, Belgium. You can find us on http://area3001.com/
+Area 3001 is a hackerspace in Leuven, Belgium.
diff --git a/org/cchs/index.md b/org/cchs/index.md
index ebf5cc55..0e2eea49 100644
--- a/org/cchs/index.md
+++ b/org/cchs/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: Connected Community Hackerspace
+site: http://www.hackmelbourne.org/
---
[Connected Community Hackerspace](http://www.hackmelbourne.org/) is a community workshop located in Melbourne, Australia.
diff --git a/org/ciaa/index.md b/org/ciaa/index.md
index feac9b0a..a2083a9e 100644
--- a/org/ciaa/index.md
+++ b/org/ciaa/index.md
@@ -1,7 +1,6 @@
---
layout: org
title: Proyecto CIAA
+site: http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=en:start
---
Argentine Open Industrial Computer Project (Proyecto CIAA - Computadora Industrial Abierta Argentina). An open-source hardware and software platform for industrial applications.
-
-http://www.proyecto-ciaa.com.ar/devwiki/doku.php?id=en:start
diff --git a/org/fysnet/index.md b/org/fysnet/index.md
index cea118b0..254e27f5 100644
--- a/org/fysnet/index.md
+++ b/org/fysnet/index.md
@@ -1,9 +1,10 @@
---
layout: org
title: Forever Young Software
+site: http://www.fysnet.net/
---
FYS is a software developmenter, with main interested in Operating System Design and USB programming.
Currently has three books published on this subject, with the USB book describing the hardware interface
used to program USB.
- Check it out at http://www.fysnet.net/osdesign_book_series.htm
+ Check it out at
diff --git a/org/housedillon.com/index.md b/org/housedillon.com/index.md
index 04b24ccf..2dc56447 100644
--- a/org/housedillon.com/index.md
+++ b/org/housedillon.com/index.md
@@ -1,8 +1,8 @@
---
layout: org
title: Housedillon.com
+site: http://housedillon.com
---
-Just a guy making thigs as a hobby.
-http://housedillon.com
-youtube: hpux735
-@hpux735
\ No newline at end of file
+Just a guy making things as a hobby.
+youtube: [hpux735](https://www.youtube.com/user/hpux735)
+@hpux735
diff --git a/org/ii/index.md b/org/ii/index.md
index ef7aac8c..c45729cb 100644
--- a/org/ii/index.md
+++ b/org/ii/index.md
@@ -1,6 +1,7 @@
---
layout: org
title: ii
+site: http://instantinfrastructure.com
---
```
@@ -33,6 +34,6 @@ that can be used to setup computers and other pi's from scratch via:
We'll jump from there to other platforms, and I'd like for the base to be github.com/ii
-Initial iipi Demo: https://www.youtube.com/watch?v=5JvPI2zODuY
+Initial iipi Demo:
iiphone will hopefully be sometime this year
diff --git a/org/manfredstech/index.md b/org/manfredstech/index.md
index e90f2c62..7b4a6dd6 100644
--- a/org/manfredstech/index.md
+++ b/org/manfredstech/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: Manfred's Technologies
+site: https://pentium02.org
---
-I'm a Roman G. Serov. I work with microcontrollers like the STM32, AVR in my free time. My home page: https://pentium02.org
+I'm a Roman G. Serov. I work with microcontrollers like the STM32, AVR in my free time.
diff --git a/org/opencollector/index.md b/org/opencollector/index.md
index 8309e335..ae0ce833 100644
--- a/org/opencollector/index.md
+++ b/org/opencollector/index.md
@@ -1,8 +1,9 @@
---
layout: org
title: Open Collector
+site: http://open.konspyre.org/
---
Open Collector creates, documents, and does open source hardware/software.
-You can find a list of projects and accompanying documentation at http://open.konspyre.org/
+You can find a list of projects and accompanying documentation at
diff --git a/org/openmv.io/index.md b/org/openmv.io/index.md
index b1b64686..767af479 100644
--- a/org/openmv.io/index.md
+++ b/org/openmv.io/index.md
@@ -1,5 +1,6 @@
---
layout: org
title: OpenMV
+site: https://openmv.io/
---
[OpenMV](https://openmv.io/) manufacturers, distributes, and sells the OpenMV Cam - a python based machine vision camera module.
diff --git a/org/tibounise/index.md b/org/tibounise/index.md
index 4a4a560a..5d79920c 100644
--- a/org/tibounise/index.md
+++ b/org/tibounise/index.md
@@ -1,6 +1,7 @@
---
layout: org
title: tibounise
+site: http://tibounise.com.
---
-TiBounise is my username, I'm like to do things like hardware reverse engineering. I'm currently selling ADB to USB converters. My website is http://tibounise.com.
+TiBounise is my username, I'm like to do things like hardware reverse engineering. I'm currently selling ADB to USB converters.