Skip to content

Commit b5dcca9

Browse files
committed
Update path to example.
1 parent a697693 commit b5dcca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/sandcastle/SSH.NET.shfbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<outputPaths>{@HelpFormatOutputPaths}</outputPaths>
3737
<allowMissingSource value="false" />
3838
<removeRegionMarkers value="false" />
39-
<colorizer syntaxFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.xml" styleFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.xsl" stylesheet="{@SHFBROOT}PresentationStyles\Colorizer\highlight.css" scriptFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" />
39+
<colorizer syntaxFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.xml" styleFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.xsl" stylesheet="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.css" scriptFile="{@SHFBROOT}\PresentationStyles\Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" />
4040
</component>
4141
</ComponentConfig>
4242
</ComponentConfigurations>

src/Renci.SshNet/SshClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public SshCommand CreateCommand(string commandText, Encoding encoding)
261261
/// <remarks>This method internally uses asynchronous calls.</remarks>
262262
/// <example>
263263
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.cs" region="Example SshCommand RunCommand Result" language="C#" title="Running simple command" />
264-
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest.NET40.cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
264+
/// <code source="..\..\src\Renci.SshNet.Tests\Classes\SshCommandTest..cs" region="Example SshCommand RunCommand Parallel" language="C#" title="Run many commands in parallel" />
265265
/// </example>
266266
/// <exception cref="ArgumentException">CommandText property is empty.</exception>
267267
/// <exception cref="T:Renci.SshNet.Common.SshException">Invalid Operation - An existing channel was used to execute this command.</exception>

0 commit comments

Comments
 (0)