Skip to content

Instantly share code, notes, and snippets.

@srawlins
Created September 2, 2014 00:38
Show Gist options
  • Save srawlins/d03d7309b8b9ef22c980 to your computer and use it in GitHub Desktop.
Save srawlins/d03d7309b8b9ef22c980 to your computer and use it in GitHub Desktop.
Broken links on dartlang.org as of 2014-09-01
$ wget --spider -o ./broken-links.txt -e robots=off -w 1 -r -p https://www.dartlang.org/
$ cat broken-links.txt |grep -B 2 '404 Not'
--2014-09-01 17:08:11-- https://www.dartlang.org/articles/writing-unit-tests-for-pub-packages/
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:13:48-- https://www.dartlang.org/articles/benchmarking/
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:04-- https://www.dartlang.org/codelabs/darrrt/examples/6-piratebadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:05-- https://www.dartlang.org/codelabs/darrrt/examples/6-piratebadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:07-- https://www.dartlang.org/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:09-- https://www.dartlang.org/codelabs/darrrt/examples/1-blankbadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:11-- https://www.dartlang.org/codelabs/darrrt/examples/2-inputnamebadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:12-- https://www.dartlang.org/codelabs/darrrt/examples/2-inputnamebadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:14-- https://www.dartlang.org/codelabs/darrrt/examples/3-buttonbadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:15-- https://www.dartlang.org/codelabs/darrrt/examples/3-buttonbadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:17-- https://www.dartlang.org/codelabs/darrrt/examples/4-classbadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:19-- https://www.dartlang.org/codelabs/darrrt/examples/4-classbadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:21-- https://www.dartlang.org/codelabs/darrrt/examples/5-localbadge/piratebadge.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:17:22-- https://www.dartlang.org/codelabs/darrrt/examples/5-localbadge/packages/browser/dart.js
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:20:30-- https://www.dartlang.org/tutorials/
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:20:31-- https://www.dartlang.org/dart-up-and-running/contents/ch02.html
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:20:33-- https://www.dartlang.org/dart-up-and-running/contents/ch03.html
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:21:42-- https://www.dartlang.org/articles/simd/
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:23:01-- https://www.dartlang.org/tools/pub/pcmd/pub-run.html
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:25:38-- https://www.dartlang.org/docs/spec/examples/lazyloader/main.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:27:04-- https://www.dartlang.org/samples/solar/example/solar.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:27:52-- https://www.dartlang.org/samples/swipe/example/swipe.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:27:54-- https://www.dartlang.org/samples/multi_touch/example/index.dart
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
--
--2014-09-01 17:27:56-- https://www.dartlang.org/authors/siggi-cherem.html
Reusing existing connection to www.dartlang.org:443.
HTTP request sent, awaiting response... 404 Not Found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment