Skip to content

Commit bd6ccfe

Browse files
committed
Updated Github url to the short url.
1 parent 21653d0 commit bd6ccfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cognifide.PowerShell/sitecore modules/PowerShell/Services/PowerShellWebService.asmx.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public object ExecuteCommand(string guid, string command, string stringFormat)
123123
status = StatusError,
124124
result = output + session.GetExceptionString(ex, ScriptSession.ExceptionStringFormat.Console) + "\r\n" +
125125
"\r\n[[;#f00;#000]Uh oh, looks like the command you ran is invalid or something else went wrong. Is it something we should know about?]\r\n" +
126-
"[[;#f00;#000]Please submit a support ticket here https://github.com/SitecorePowerShell/Console/ with error details, screenshots, and anything else that might help.]\r\n\r\n" +
126+
"[[;#f00;#000]Please submit a support ticket here https://git.io/spe/ with error details, screenshots, and anything else that might help.]\r\n\r\n" +
127127
"[[;#f00;#000]We also have a user guide here http://sitecorepowershell.gitbooks.io/sitecore-powershell-extensions/.]\r\n\r\n",
128128
prompt = string.Format("PS {0}>", session.CurrentLocation)
129129
});
@@ -172,7 +172,7 @@ protected void RunJob(ScriptSession session, string command)
172172
}
173173
job.Status.Messages.Add(exceptionMessage);
174174
job.Status.Messages.Add("Uh oh, looks like the command you ran is invalid or something else went wrong. Is it something we should know about?");
175-
job.Status.Messages.Add("Please submit a support ticket here https://github.com/SitecorePowerShell/Console/ with error details, screenshots, and anything else that might help.");
175+
job.Status.Messages.Add("Please submit a support ticket here https://git.io/spe/ with error details, screenshots, and anything else that might help.");
176176
job.Status.Messages.Add("We also have a user guide here http://sitecorepowershell.gitbooks.io/sitecore-powershell-extensions/.");
177177
}
178178
else

0 commit comments

Comments
 (0)