From 233cca5a980165a2258659993da54a7acf6c587c Mon Sep 17 00:00:00 2001 From: Andrew Makousky Date: Thu, 6 Aug 2020 18:08:16 -0500 Subject: [PATCH] Link to retrace in deeper README. Remove redundant quotes. --- old_artifacts/schems/README.md | 12 ++++++------ old_artifacts/schems/get_scans.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/old_artifacts/schems/README.md b/old_artifacts/schems/README.md index f5ea65d..b92b0cc 100644 --- a/old_artifacts/schems/README.md +++ b/old_artifacts/schems/README.md @@ -13,12 +13,12 @@ https://archive.org/details/Macintosh68kSchematics ---------- Due to the illegiblity of the original Main Logic Board (MLB) page 1 -scan, this repository also contains a retrace of the schematic, -striving to be as faithful as possible to the original. The retrace -was done by hand and careful eyeing in Inkscape, after doing some -simple image processing on the input scan. A script that uses the -ImageMagick `convert` command is included to reproduce the processing -steps. +scan, this repository also contains a [retrace of the +schematic](retrace_se_mlb_p1.pdf), striving to be as faithful as +possible to the original. The retrace was done by hand and careful +eyeing in Inkscape, after doing some simple image processing on the +input scan. A script that uses the ImageMagick `convert` command is +included to reproduce the processing steps. Notes related to the accuracy of the retrace. diff --git a/old_artifacts/schems/get_scans.sh b/old_artifacts/schems/get_scans.sh index 33afa87..aec2a94 100755 --- a/old_artifacts/schems/get_scans.sh +++ b/old_artifacts/schems/get_scans.sh @@ -4,4 +4,4 @@ # bandwidth limits, so let's try to keep away from those as much as # possible. -curl -L -o 'se_mlb_p1.gif' https://museo.freaknet.org/gallery/apple/stuff/mac/andreas.kann/SE_P1.GIF +curl -L -o se_mlb_p1.gif https://museo.freaknet.org/gallery/apple/stuff/mac/andreas.kann/SE_P1.GIF