Skip to content

Commit

Permalink
update wiki links in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Mar 27, 2017
1 parent d562ff2 commit 8d92ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions templates/pupil.jade
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ block main
h4 We believe in open source. All Pupil code is released with open source licenses.
h4 A lot of work went into making the software modular and accessible. The majority of the codebase is written in Python.
h4 We have developed a plugin structure that enables you to extend Pupil Capture and Pupil Player to suit your needs.
h4 Check out the pupil repository on #[a(href="https://github.com/pupil-labs/pupil/" rel="noopener" title="Pupil repository on github") Github]. Read developer documentation on the #[a(href="https://github.com/pupil-labs/pupil/wiki" rel="noopener" title="Pupil Wiki") wiki].
h4 Check out the pupil repository on #[a(href="https://github.com/pupil-labs/pupil/" rel="noopener" title="Pupil repository on github") Github]. Read developer documentation on #[a(href="http://docs.pupil-labs.com/" rel="noopener" title="Pupil Docs") docs.pupil-labs.com].
div.Grid-cell
div.Feature
figure.Feature-figure
Expand Down Expand Up @@ -214,10 +214,10 @@ block main
div.Grid-cell
div.Feature
h1 Modular & Hackable
h4 If we don't have the configuration you need, customize it yourself. Our camera mount geometry and electrical interface is #[a(href="https://github.com/pupil-labs/pupil/wiki/Pupil%20Hardware%20Development" rel="noopener" title="Pupil Wiki - Hardware Development") open].
h4 If we don't have the configuration you need, customize it yourself. Our camera mount geometry and electrical interface is #[a(href="http://docs.pupil-labs.com/#pupil-hardware-development" rel="noopener" title="Pupil Docs - Hardware Development") open].
h4 We also like to work with users to create custom solutions. #[a(href="mailto:[email protected]" rel="noopener" title="Get in touch") Get in touch!]
h4 If you're excited about SMD soldering and hacking: you can make your own Pupil DIY.
h4 #[a(href="https://www.shapeways.com/product/LQJJK2CHQ/pupil-mobile-eye-tracking-headset" rel="noopener" title="Pupil DIY frame on Shapeways") Buy the frame], #[a(href="https://docs.google.com/spreadsheets/d/1NRv2WixyXNINiq1WQQVs5upn20jakKyEl1R8NObrTgU/pub?single=true&gid=0&output=html" rel="noopener" title="Source parts") source parts], and #[a(href="https://github.com/pupil-labs/pupil/wiki/DIY-Kit-Guide" rel="noopener" title="Pupil DIY guide") follow assembly instructions] to build your own Pupil DIY headset.
h4 #[a(href="https://www.shapeways.com/product/LQJJK2CHQ/pupil-mobile-eye-tracking-headset" rel="noopener" title="Pupil DIY frame on Shapeways") Buy the frame], #[a(href="https://docs.google.com/spreadsheets/d/1NRv2WixyXNINiq1WQQVs5upn20jakKyEl1R8NObrTgU/pub?single=true&gid=0&output=html" rel="noopener" title="Source parts") source parts], and #[a(href="http://docs.pupil-labs.com/#diy" rel="noopener" title="Pupil Docs - DIY") follow assembly instructions] to build your own Pupil DIY headset.


//- Commercial Use & Dedicated Support
Expand Down
2 changes: 1 addition & 1 deletion templates/vr-ar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ block main
td
tr
td.Table--column SDK
td #[a(href="https://github.com/pupil-labs/pupil/wiki/Pupil-Interprocess-and-Network-Communication" title="Pupil Interprocess and Network Communication" rel="noopener") Through network message based API]
td #[a(href="http://docs.pupil-labs.com/#interprocess-and-network-communication" title="Pupil Docs - Interprocess and Network Communication" rel="noopener") Through network message based API]
tr
td.Table--column Plugin for Game Engines
td #[a(href="https://github.com/pupil-labs/hmd-eyes" title="HMD Eyes" rel="noopener") Reference plugin] implementation for Unity3D
Expand Down

0 comments on commit 8d92ca7

Please sign in to comment.