From 8c33df2ac1179e9c013b1fd03466b97800b383a8 Mon Sep 17 00:00:00 2001 From: Kevin Workman Date: Fri, 4 Nov 2022 19:36:57 -0700 Subject: [PATCH] if it is broke do fix it --- tutorials/p5js/arrays/_posts/2021-01-07-falling-points.md | 4 ++-- tutorials/p5js/arrays/_posts/2021-11-09-oscillating-lines.md | 4 ++-- tutorials/p5js/arrays/_posts/2021-11-10-fading-grid.md | 4 ++-- tutorials/p5js/arrays/_posts/2021-12-30-pi-visualization.md | 4 ++-- .../p5js/creating-classes/_posts/2018-07-04-fireworks.md | 4 ++-- .../p5js/creating-classes/_posts/2021-01-18-bonsai-tree.md | 4 ++-- tutorials/p5js/creating-classes/_posts/2021-01-20-loopers.md | 4 ++-- .../creating-classes/_posts/2021-01-21-recursive-lines.md | 4 ++-- .../creating-classes/_posts/2021-01-27-isometric-cubes.md | 4 ++-- .../p5js/creating-classes/_posts/2021-01-30-ant-colony.md | 4 ++-- .../creating-classes/_posts/2021-01-30-popping-circles.md | 4 ++-- tutorials/p5js/creating-classes/_posts/2021-01-31-campfire.md | 4 ++-- .../p5js/creating-classes/_posts/2021-10-20-parallax-dots.md | 4 ++-- tutorials/p5js/creating-classes/_posts/2021-10-27-ghosts.md | 4 ++-- tutorials/p5js/creating-classes/_posts/2021-12-31-planets.md | 4 ++-- .../p5js/creating-classes/_posts/2022-10-20-circle-packing.md | 4 ++-- .../p5js/for-loops/_posts/2021-01-10-lines-silhouette.md | 4 ++-- tutorials/p5js/for-loops/_posts/2021-01-22-wrong-lines.md | 4 ++-- .../p5js/for-loops/_posts/2021-01-24-vertical-gradient.md | 4 ++-- tutorials/p5js/for-loops/_posts/2021-01-25-flower-grid.md | 4 ++-- tutorials/p5js/for-loops/_posts/2021-12-01-menorah.md | 4 ++-- tutorials/p5js/for-loops/_posts/2021-12-30-code-rocket.md | 4 ++-- tutorials/p5js/input/_posts/2021-01-06-clickable-text.md | 4 ++-- tutorials/p5js/input/_posts/2021-01-10-mouse-ripple.md | 4 ++-- tutorials/p5js/input/_posts/2021-09-13-grouchy-face.md | 4 ++-- tutorials/p5js/input/_posts/2021-12-30-warmer-colder.md | 4 ++-- .../p5js/using-objects/_posts/2021-01-01-year-percent.md | 4 ++-- .../p5js/using-objects/_posts/2021-01-03-numbers-station.md | 4 ++-- .../p5js/using-objects/_posts/2021-12-21-accumulating-snow.md | 4 ++-- 29 files changed, 58 insertions(+), 58 deletions(-) diff --git a/tutorials/p5js/arrays/_posts/2021-01-07-falling-points.md b/tutorials/p5js/arrays/_posts/2021-01-07-falling-points.md index 1738227e..3a0737aa 100644 --- a/tutorials/p5js/arrays/_posts/2021-01-07-falling-points.md +++ b/tutorials/p5js/arrays/_posts/2021-01-07-falling-points.md @@ -10,8 +10,8 @@ meta-image: /tutorials/p5js/arrays/images/falling-points-3.png tags: [example, p5.js, javascript, input] includeP5jsWidget: true previousPost: /tutorials/p5js/arrays -redirect_from: /tutorials/p5js/arrays/falling-points -discourseEmbedUrl: /tutorials/p5js/arrays/falling-points +redirect_from: /examples/p5js/arrays/falling-points +discourseEmbedUrl: /examples/p5js/arrays/falling-points --- {% include p5js-widget.html width=300 height=300 %} diff --git a/tutorials/p5js/arrays/_posts/2021-11-09-oscillating-lines.md b/tutorials/p5js/arrays/_posts/2021-11-09-oscillating-lines.md index 00958908..8e00ce99 100644 --- a/tutorials/p5js/arrays/_posts/2021-11-09-oscillating-lines.md +++ b/tutorials/p5js/arrays/_posts/2021-11-09-oscillating-lines.md @@ -10,8 +10,8 @@ meta-image: /tutorials/p5js/arrays/images/oscillating-lines-1.png tags: [example, p5.js, javascript, arrays] includeP5jsWidget: true previousPost: /tutorials/p5js/arrays -redirect_from: /tutorials/p5js/arrays/oscillating-lines -discourseEmbedUrl: /tutorials/p5js/arrays/oscillating-lines +redirect_from: /examples/p5js/arrays/oscillating-lines +discourseEmbedUrl: /examples/p5js/arrays/oscillating-lines --- This sketch uses an array to hold line height values, and then changes those values to show oscillating lines. diff --git a/tutorials/p5js/arrays/_posts/2021-11-10-fading-grid.md b/tutorials/p5js/arrays/_posts/2021-11-10-fading-grid.md index d686c7a2..c74ac82d 100644 --- a/tutorials/p5js/arrays/_posts/2021-11-10-fading-grid.md +++ b/tutorials/p5js/arrays/_posts/2021-11-10-fading-grid.md @@ -10,8 +10,8 @@ meta-image: /tutorials/p5js/arrays/images/fading-grid-1.png tags: [example, p5.js, javascript, arrays] includeP5jsWidget: true previousPost: /tutorials/p5js/arrays -redirect_from: /tutorials/p5js/arrays/fading-grid -discourseEmbedUrl: /tutorials/p5js/arrays/fading-grid +redirect_from: /examples/p5js/arrays/fading-grid +discourseEmbedUrl: /examples/p5js/arrays/fading-grid --- This sketch uses a 2D array to hold values, and decreases changes those values to show a fading grid of cells. diff --git a/tutorials/p5js/arrays/_posts/2021-12-30-pi-visualization.md b/tutorials/p5js/arrays/_posts/2021-12-30-pi-visualization.md index 8a9cd605..7a64ae83 100644 --- a/tutorials/p5js/arrays/_posts/2021-12-30-pi-visualization.md +++ b/tutorials/p5js/arrays/_posts/2021-12-30-pi-visualization.md @@ -10,8 +10,8 @@ meta-image: /tutorials/p5js/arrays/images/pi-visualization-1.png tags: [example, p5.js, javascript, arrays] includeP5jsWidget: false previousPost: /tutorials/p5js/arrays -redirect_from: /tutorials/p5js/arrays/pi-visualization -discourseEmbedUrl: /tutorials/p5js/arrays/pi-visualization +redirect_from: /examples/p5js/arrays/pi-visualization +discourseEmbedUrl: /examples/p5js/arrays/pi-visualization ---