From ea72ec60bcfe55828056114bbeb30d880d1fd579 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 28 Jan 2020 12:38:14 -0500 Subject: [PATCH] Fix links to source code in intersect.ts.md The references for [intersect.ts] and [examples.ts] erroneously link to .js files, which don't exist and show a 404 on https://noonat.github.io/intersect/ This patch changes those links to use the proper .ts URLs. --- src/intersect.ts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intersect.ts.md b/src/intersect.ts.md index 047723b..e7cb863 100644 --- a/src/intersect.ts.md +++ b/src/intersect.ts.md @@ -27,8 +27,8 @@ on this page are also written in TypeScript, using the library. [real-time collision detection]: http://realtimecollisiondetection.net/ [algorithms]: http://www.realtimerendering.com/intersections.html -[intersect.ts]: https://github.com/noonat/intersect/blob/master/src/intersect.js -[examples.ts]: https://github.com/noonat/intersect/blob/master/src/examples.js +[intersect.ts]: https://github.com/noonat/intersect/blob/master/src/intersect.ts +[examples.ts]: https://github.com/noonat/intersect/blob/master/src/examples.ts ## Helpers