Skip to content

Commit 04e6e9c

Browse files
author
Embedthis Software
committed
UPGRADE: paks
1 parent 680b1d8 commit 04e6e9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/dist/ref/api/http.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12793,7 +12793,7 @@ <h1>HttpUri</h1>
1279312793
<table class="parameters" title="Parameters">
1279412794
<tr><td class="param">conn</td><td>HttpConn connection object.</td>
1279512795
<tr><td class="param">target</td><td></td>
12796-
<tr><td class="param">target</td><td>The URI target. See $httpLink for details of the target parameter.</td>
12796+
<tr><td class="param">target</td><td>The URI target. See <a class="ref" href="#group___http_uri_1ga296488cb7235d5d6b91cbce120bc000c">httpLink</a> for details of the target parameter.</td>
1279712797
</table></dd></dl>
1279812798
<dl><dt>Returns:</dt><dd>A normalized Uri string.</dd></dl>
1279912799
<dl><dt><b>API</b> Stability:</dt><dd>Prototype.</dd></dl>

paks/http/dist/http.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ PUBLIC char *httpLink(struct HttpConn *conn, cchar *target);
16311631
Create an absolute link that includes scheme and host
16321632
@param conn HttpConn connection object
16331633
@param target
1634-
@param target The URI target. See $httpLink for details of the target parameter.
1634+
@param target The URI target. See #httpLink for details of the target parameter.
16351635
@return A normalized Uri string.
16361636
@ingroup HttpUri
16371637
@stability Prototype

paks/http/doc/api/http.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12611,7 +12611,7 @@ <h1>HttpUri</h1>
1261112611
<table class="parameters" title="Parameters">
1261212612
<tr><td class="param">conn</td><td>HttpConn connection object.</td>
1261312613
<tr><td class="param">target</td><td></td>
12614-
<tr><td class="param">target</td><td>The URI target. See $httpLink for details of the target parameter.</td>
12614+
<tr><td class="param">target</td><td>The URI target. See <a class="ref" href="#group___http_uri_1ga296488cb7235d5d6b91cbce120bc000c">httpLink</a> for details of the target parameter.</td>
1261512615
</table></dd></dl>
1261612616
<dl><dt>Returns:</dt><dd>A normalized Uri string.</dd></dl>
1261712617
<dl><dt><b>API</b> Stability:</dt><dd>Prototype.</dd></dl>

src/http/http.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ PUBLIC char *httpLink(struct HttpConn *conn, cchar *target);
16311631
Create an absolute link that includes scheme and host
16321632
@param conn HttpConn connection object
16331633
@param target
1634-
@param target The URI target. See $httpLink for details of the target parameter.
1634+
@param target The URI target. See #httpLink for details of the target parameter.
16351635
@return A normalized Uri string.
16361636
@ingroup HttpUri
16371637
@stability Prototype

0 commit comments

Comments
 (0)