From 3f1c175c660f093f46873f409a87e4bac52bc8a1 Mon Sep 17 00:00:00 2001 From: Victor B <39555268+victorbnl@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:26:46 +0200 Subject: [PATCH] docs: update tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9fa40..34b8bc6 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ import * as TWEEN from '@tweenjs/tween.js' - [User guide](./docs/user_guide.md) - [Contributor guide](./docs/contributor_guide.md) -- [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js +- [Tutorial](https://web.archive.org/web/20220601192930/http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js - Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174) - [Understanding tween.js](https://mikebolt.me/article/understanding-tweenjs.html)