Skip to content

Commit

Permalink
VIX-3587 Fixing Line Dance Help Link
Browse files Browse the repository at this point in the history
VIX-3587 Fixing Line Dance Help Link
  • Loading branch information
johncbaur committed Sep 3, 2024
1 parent 63f2d0f commit 20f3434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vixen.Modules/Effect/LineDance/LineDanceModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class LineDanceModule : FixtureEffectBase<LineDanceData>
/// Constructor
/// </summary>
public LineDanceModule() :
base("https://www.vixenlights.com/vixen-3-documentation/docs/usage/sequencer/effects/intelligent-fixture/line-dance/")
base("https://www.vixenlights.com/docs/usage/sequencer/effects/intelligent-fixture/line-dance/")
{
// Create the dictionary of node to function information
_panFunctions = new Dictionary<IElementNode, (string label, string tag)>();
Expand Down

0 comments on commit 20f3434

Please sign in to comment.