Skip to content

Commit 9257a4b

Browse files
committed
Fix link to SSH tutorial.
1 parent ba33256 commit 9257a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/connection-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-01-22
2+
lastmod: 2022-08-13
33
date: 2016-10-16
44
title: Connection Options
55
customtitle: MySQL Connection String for C# .NET Core Programs
@@ -537,7 +537,7 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
537537
<tr id="SshHostName">
538538
<td>SshHostName, SshPort, SshUserName, SshPassword, SshKeyFile, SshPassPhrase</td>
539539
<td></td>
540-
<td>Connecting via SSH isn’t built into MySqlConnector, but can be set up easily by following <a href="tutorials/connect-ssh/" title="Connecting to MySQL Server with SSH from C#">these instructions</a>.</td>
540+
<td>Connecting via SSH isn’t built into MySqlConnector, but can be set up easily by following <a href="../tutorials/connect-ssh/" title="Connecting to MySQL Server with SSH from C#">these instructions</a>.</td>
541541
</tr>
542542
<tr id="SqlServerMode">
543543
<td>SqlServerMode, Sql Server Mode</td>

0 commit comments

Comments
 (0)