Skip to content

Commit

Permalink
Add correct link to the Help page
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelhlima committed Mar 5, 2022
1 parent e261c86 commit 2cafcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/RemoveBlankCells/RBDlg_Impl.xba
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Sub RBDlg_Help
'Opens the help page in GitHub associated with this release
Dim svc As Object
svc = CreateScriptService("Session")
svc.OpenURLInBrowser("https://github.com/rafaelhlima/remove_blank_cells")
svc.OpenURLInBrowser("https://github.com/rafaelhlima/remove_blank_cells/blob/main/Documentation/ExtensionHelp.md")
End Sub

'Sub associated with the OK button
Expand Down Expand Up @@ -248,4 +248,4 @@ Catch:
GetRowIDNumber = -1
End Function

</script:module>
</script:module>

0 comments on commit 2cafcbe

Please sign in to comment.