Skip to content

Commit e51a13d

Browse files
committed
fixed more formatting issues in README.markdown.
1 parent cc63768 commit e51a13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Variables may appear in the arguments. An example is
290290
echo The current request uri is $request_uri;
291291

292292

293-
where `$request_uri` is a variable exposed by the [[NginxHttpCoreModule]].
293+
where `$request_uri` is a variable exposed by the `NginxHttpCoreModule`.
294294

295295
This command can be used multiple times in a single location configuration, as in
296296

@@ -1218,7 +1218,7 @@ $echo_request_uri
12181218

12191219
Evaluates to the parsed form of the URI (usually led by `/`) of the current (sub-)request. Unlike the `$echo_cacheable_request_uri` variable, it is *not* cacheable.
12201220

1221-
This is quite different from the `$request_uri` variable exported by the [[NginxHttpCoreModule]], because `$request_uri` is the *unparsed* form of the current request's URI.
1221+
This is quite different from the `$request_uri` variable exported by the `NginxHttpCoreModule`, because `$request_uri` is the *unparsed* form of the current request's URI.
12221222

12231223
This variable was first introduced in `version 0.17`.
12241224

0 commit comments

Comments
 (0)