Skip to content

Commit 9a1b98e

Browse files
committed
C++: Fix qhelp example link.
1 parent c29011a commit 9a1b98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-319/UseOfHttp.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p>The following example shows two ways of opening a connection using a URL. When the connection is
1818
opened using an HTTP URL rather than an HTTPS URL, the connection is unsecured. When the connection is opened using an HTTPS URL, the connection is a secure SSL connection.</p>
1919

20-
<sample src="HttpsUrls.cpp" />
20+
<sample src="UseOfHttp.cpp" />
2121

2222
</example>
2323
<references>

0 commit comments

Comments
 (0)