Skip to content

Commit 39721fe

Browse files
authored
Synchronize with latest variable naming
1 parent 081a947 commit 39721fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Menu/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ private void HelpIcon_Click(object sender, EventArgs _)
924924
// Experimental tab
925925
{
926926
pbSuperElevation,
927-
baseUrl + "/options.html#super-elevation"
927+
BaseDocumentationUrl + "/options.html#super-elevation"
928928
},
929929
};
930930
if (urls.TryGetValue(sender, out var url))

0 commit comments

Comments
 (0)