Skip to content

Commit d29cd89

Browse files
committed
Replace paper links
1 parent e5e045b commit d29cd89

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ If you have any questions, please don't hesitate to ask in the [community Discor
7474

7575
Note: the ordering and assembly guides have not yet been updated for the beta v2 designs. Ask in Discord if you have any questions about ordering or assembling a v2 display!
7676

77-
* [**Ordering guide (the "easy" route) - updated for Chainlink**](https://paper.dropbox.com/doc/Splitflap-Ordering-the-easy-route--BsXzf8VyILR3nl1vUpOi28TWAg-0i6r3aqw6kZVXQOP2MyNr)
78-
* [**Chainlink Driver Electronics User Guide**](https://paper.dropbox.com/doc/Chainlink-Driver-v1.1-Electronics-User-Guide--BsVuP9OHVo952_ZdJDBomCCzAg-U0DAXrSxEoOhgSoRU39hq)
77+
* [**Ordering guide (the "easy" route) v0**](/docs/v0/OrderingEasy.md)
78+
* [**Chainlink Driver Electronics User Guide**](/docs/ElectronicsGuide.md)
79+
* [**Assembly instructions v0**](/docs/v0/Assembly.md)
7980
* [**Latest stable release**](https://github.com/scottbez1/splitflap/releases)
80-
* [**Assembly instructions (v0.5/0.6/0.7)**](https://paper.dropbox.com/doc/Splitflap-Kit-v0.5v1.0-Instructions--ASQDu1uoa6n4_t1pva1bM1MgAg-bxXJlke5ROmamcx4OH44r)
8181

8282
# Table of Contents
8383
- [Design Overview](#design-overview)
@@ -120,7 +120,7 @@ The v0.7 stable release artifacts can be found at the [v0.7 tagged release](http
120120
### Beta v2 (52-flap module option - recommended)
121121
![2d laser cut rendering](https://s3.amazonaws.com/splitflap-artifacts/master/3d/3d_laser_raster-52.png)
122122

123-
Instructions: [v2 assembly guide](https://paper.dropbox.com/doc/Splitflap-v2-Assembly-Guide-vsT9BHwl9xhE9yZCMB3OC)
123+
Instructions: [v2 assembly guide](/docs/v2/Assembly.md)
124124

125125
Module dimensions: <img height="18" src="https://s3.amazonaws.com/splitflap-artifacts/master/3d/3d_laser_vector-52-module_dimensions.svg" />
126126

@@ -136,7 +136,7 @@ Latest auto-generated (untested!) artifacts<sup>:warning:</sup>:
136136
### Beta v2 (40-flap module option)
137137
![2d laser cut rendering](https://s3.amazonaws.com/splitflap-artifacts/master/3d/3d_laser_raster-40.png)
138138

139-
Instructions: [v2 assembly guide](https://paper.dropbox.com/doc/Splitflap-v2-Assembly-Guide-vsT9BHwl9xhE9yZCMB3OC)
139+
Instructions: [v2 assembly guide](/docs/v2/Assembly.md)
140140

141141
Module dimensions: <img height="18" src="https://s3.amazonaws.com/splitflap-artifacts/master/3d/3d_laser_vector-40-module_dimensions.svg" />
142142

@@ -237,7 +237,7 @@ to validate data integrity up and down the whole chain
237237
Chainlink Driver boards are [available mostly-assembled in the Bezek Labs store](https://bezeklabs.etsy.com/listing/1123280069/splitflap-chainlink-driver-v11),
238238
and come with the additional connectors and ribbon cables you'll need. Purchases support continued development of this project.
239239

240-
More information on building and using Chainlink Drivers is available in the [Chainlink Driver User Guide](https://paper.dropbox.com/doc/Chainlink-Driver-v1.1-Electronics-User-Guide--BW2lxdjVkAxva68kYw2doWQEAg-U0DAXrSxEoOhgSoRU39hq).
240+
More information on building and using Chainlink Drivers is available in the [Chainlink Driver User Guide](/docs/ElectronicsGuide.md).
241241

242242
Or if you'd like to order these directly from a fab, this design is optimized for assembly at JLCPCB, and files are automatically generated
243243
for ordering *assembled* PCBs there. Or if you wish to assemble this board yourself instead of paying for assembly,

software/chainlink/js/packages/example-webserial-basic/public/3d_viewer/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ <h1>Welcome</h1>
5858
<a href="https://github.com/scottbez1/splitflap" target="_blank">git repo</a>
5959
provides 3d designs, electronics schematics and PCBs, and software and firmware that has been tested
6060
and used to build displays with up to 108 modules. If you'd like to build your own, see the
61-
<a href="https://paper.dropbox.com/doc/Ordering-Splitflap-v0.5--ATdB3cgS5GyvwTWq1kpunkD4Ag-iCwwMo0hRkkAlwdutccWf">Ordering Instructions</a>
61+
<a href="https://github.com/scottbez1/splitflap/blob/master/docs/v0/OrderingComplete.md">Ordering Instructions</a>
6262
and
63-
<a href="https://paper.dropbox.com/doc/Splitflap-Kit-v0.5-Assembly-Instructions--ATc8SYKflDsThTsXGZiRPOyTAg-bxXJlke5ROmamcx4OH44r">Assembly Guide</a>.
63+
<a href="https://github.com/scottbez1/splitflap/blob/master/docs/v0/Assembly.md">v0 Assembly Guide</a>.
6464
Of course, as this is an open source side-project, you may still come across minor issues or
6565
missing documentation; pull requests are appreciated.
6666
</p>

0 commit comments

Comments
 (0)