From 962d0311a6911e9b7f3fae93c38776e75c2d64dc Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 26 Nov 2021 16:18:29 +0100 Subject: [PATCH] [orx-fx] fix URL in README.md (#209) --- orx-fx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-fx/README.md b/orx-fx/README.md index f27f1d34..19cd5bc7 100644 --- a/orx-fx/README.md +++ b/orx-fx/README.md @@ -5,7 +5,7 @@ Ready-to-use visual effects or filters. Most include so they can be easily controlled via orx-gui. The provided filters are based on OPENRNDR's -[`Filter` class](https://api.openrndr.org/org.openrndr.draw/-filter/index.html) +[`Filter` class](https://api.openrndr.org/openrndr-draw/org.openrndr.draw/-filter/index.html) All filters provided by orx-fx assume pre-multiplied alpha inputs, which is OPENRNDR's default.