Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MaybeJump/MaybeJump.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MaybeJump : NeosMod
private static ModConfigurationKey<bool> EnableRight = new ModConfigurationKey<bool>("EnableRight", "Enable right jump.", () => true);

public override string Author => "Banane9";
public override string Link => "https://github.com/Banane9/NeosMaybeJump";
public override string Link => "https://github.com/Ryn-Fox/ResoniteMaybeJump/";
public override string Name => "MaybeJump";
public override string Version => "1.1.0";

Expand Down Expand Up @@ -47,4 +47,4 @@ private static bool BindJumpPrefix(InputGroup group, IDualBindingController left
}
}
}
}
}