Skip to content

Commit

Permalink
Merge pull request #617 from johncbaur/VIX-3587
Browse files Browse the repository at this point in the history
VIX-3587 Fixing Line Dance Effect Help Link
  • Loading branch information
jeffu231 authored Sep 3, 2024
2 parents 63f2d0f + 20f3434 commit a0dca02
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 a0dca02

Please sign in to comment.