From 460feab387cb7b18336381e76b277e7c57470da6 Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari <55629809+tabhishek432@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:04:17 +0530 Subject: [PATCH 1/2] NextFractal link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef03db..83ef7df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ to re-draw, it allows you to dive into the fractal in realtime. This is a JavaScript adaptation of the [Hubicka algorithm](https://github.com/xaos-project/XaoS/blob/master/doc/xaosdev.info#L1755) from [XaoS](http://xaos.sf.net). The zooming code was adapted from Java by way of -[NextFractal](http://nextfractal.nextbreakpoint.com/) (previously JAME). +[NextFractal](https://nextbreakpoint.com/nextfractal.html) (previously JAME). # License From 48c6a673693ffc6635db126effdf73317d56edc7 Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari <55629809+tabhishek432@users.noreply.github.com> Date: Tue, 28 Mar 2023 08:49:46 +0530 Subject: [PATCH 2/2] Hubicka algorithm link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ef7df..6e5fe7a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ XaoS.js is a real-time fractal zoomer in a Web Browser. Instead of drawing a bo to re-draw, it allows you to dive into the fractal in realtime. This is a JavaScript adaptation of the -[Hubicka algorithm](https://github.com/xaos-project/XaoS/blob/master/doc/xaosdev.info#L1755) +[Hubicka algorithm](https://github.com/xaos-project/XaoS/wiki/Developer's-Guide#algorithms) from [XaoS](http://xaos.sf.net). The zooming code was adapted from Java by way of [NextFractal](https://nextbreakpoint.com/nextfractal.html) (previously JAME).