Skip to content

Commit

Permalink
Fix up invalid github URLs that were pointing to a path that would re…
Browse files Browse the repository at this point in the history
…sult in a 404 on github. (#27)
  • Loading branch information
clrudolphi authored Jun 14, 2024
1 parent a7869f0 commit 9774c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Reqnroll.VisualStudio/Discovery/DiscoveryInvoker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public IDiscovery AndDiscoveryProviderSucceed(IDiscoveryResultProvider discovery
_logger.LogWarning(
"The project bindings (e.g. step definitions) could not be discovered." +
" Navigation, step completion and other features are disabled. " + Environment.NewLine +
" Please check the error message above and report to https://github.com/reqnroll/Reqnroll.VS/issues if you cannot fix.");
" Please check the error message above and report to https://github.com/reqnroll/Reqnroll.VisualStudio/issues if you cannot fix.");

_errorListServices.AddErrors(new[]
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Please use the '*Copy error to clipboard*' button to copy the following error de
This issue causes instability or blocks important features such as navigation or auto-complete.
*Please help us and other Reqnroll users* by reporting this issue in our issue tracker at
https://github.com/reqnroll/Reqnroll.VS/issues.
https://github.com/reqnroll/Reqnroll.VisualStudio/issues.
";

internal const string INIT_ERROR = @"
Reqnroll Visual Studio Extension detected an issue during initialization. Please try updating your Visual Studio to the latest
version. (The version of your Visual Studio can be found in the '*Help / About*' dialog.)
If the problem persists even after updating Visual Studio, please report the error above in our issue tracker at
https://github.com/reqnroll/Reqnroll.VS/issues.
https://github.com/reqnroll/Reqnroll.VisualStudio/issues.
";

#if DEBUG
Expand Down

0 comments on commit 9774c95

Please sign in to comment.