Skip to content

Commit 6587913

Browse files
committed
update links
1 parent 93c5c4d commit 6587913

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@ Make Clojure/Java/Groovy handler configurations have the same form. e.g. The old
170170
[jvm_classpath]: //nginx-clojure.github.io/directives.html#jvm_classpath
171171
[NginxPubSubTopic(Java)/PubSubTopic(Clojure)]: //nginx-clojure.github.io/subpub.html
172172
[an example project about clojure web dev]: https://github.com/nginx-clojure/nginx-clojure/tree/master/example-projects/clojure-web-example
173-
[Shared Hash Map based on shared memory]:
173+
[jvm_classpath_check]: //nginx-clojure.github.io/directives.html#jvm_classpath_check
174+
[jvm_classpath]: //nginx-clojure.github.io/directives.html#jvm_classpath
175+
[NginxPubSubTopic(Java)/PubSubTopic(Clojure)]: //nginx-clojure.github.io/subpub.html
176+
[an example project about clojure web dev]: https://github.com/nginx-clojure/nginx-clojure/tree/master/example-projects/clojure-web-example
177+
[Shared Map based on shared memory]: //nginx-clojure.github.io/sharedmap.html
174178
[Shared Map based Ring session store]: //nginx-clojure.github.io/sharedmap.html

HISTORY.md.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2>
1313
<li>New Feature: Add directive <a href="//nginx-clojure.github.io/directives.html#jvm_classpath">jvm_classpath</a> which supports wildcard character * (issue #95)</li>
1414
<li>New Feature: Add directive <a href="//nginx-clojure.github.io/directives.html#jvm_classpath_check">jvm_classpath_check</a> which is enabled by default and when it is enabled access permission about classpaths will be checked.</li>
1515
<li>New Feature: Add <a href="//nginx-clojure.github.io/subpub.html">NginxPubSubTopic(Java)/PubSubTopic(Clojure)</a> to simplify handling messages among Nginx worker processes. (issue #97)</li>
16-
<li>New Feature: [Shared Map based on shared memory]<a href="issue%20#96"></a> and it has two implementations : tinymap &amp; hashmap.</li>
16+
<li>New Feature: <a href="//nginx-clojure.github.io/sharedmap.html">Shared Map based on shared memory</a> (issue #96) and it has two implementations : tinymap &amp; hashmap.</li>
1717
<li>New Feature: <a href="//nginx-clojure.github.io/sharedmap.html">Shared Map based Ring session store</a> (issue #98)</li>
1818
<li>Enhancement: on-broadcast-event-decode!/on-broadcast! returns a removal function which can be used to remove the registered decoder/listener</li>
1919
<li>Enhancement: embedded nginx-clojure becomes friendly to mock tests and also fix issue #101</li>
@@ -210,5 +210,3 @@ <h2>
210210
<li>Supports Java Thread Pool for handle request</li>
211211
<li>Fast Static File Service</li>
212212
</ol>
213-
214-
<p>[Shared Hash Map based on shared memory]: </p>

downloads.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2>
113113
<li>New Feature: Add directive <a href="//nginx-clojure.github.io/directives.html#jvm_classpath">jvm_classpath</a> which supports wildcard character * (issue #95)</li>
114114
<li>New Feature: Add directive <a href="//nginx-clojure.github.io/directives.html#jvm_classpath_check">jvm_classpath_check</a> which is enabled by default and when it is enabled access permission about classpaths will be checked.</li>
115115
<li>New Feature: Add <a href="//nginx-clojure.github.io/subpub.html">NginxPubSubTopic(Java)/PubSubTopic(Clojure)</a> to simplify handling messages among Nginx worker processes. (issue #97)</li>
116-
<li>New Feature: [Shared Map based on shared memory]<a href="issue%20#96"></a> and it has two implementations : tinymap &amp; hashmap.</li>
116+
<li>New Feature: <a href="//nginx-clojure.github.io/sharedmap.html">Shared Map based on shared memory</a> (issue #96) and it has two implementations : tinymap &amp; hashmap.</li>
117117
<li>New Feature: <a href="//nginx-clojure.github.io/sharedmap.html">Shared Map based Ring session store</a> (issue #98)</li>
118118
<li>Enhancement: on-broadcast-event-decode!/on-broadcast! returns a removal function which can be used to remove the registered decoder/listener</li>
119119
<li>Enhancement: embedded nginx-clojure becomes friendly to mock tests and also fix issue #101</li>
@@ -311,8 +311,6 @@ <h2>
311311
<li>Fast Static File Service</li>
312312
</ol>
313313

314-
<p>[Shared Hash Map based on shared memory]: </p>
315-
316314
</section>
317315
</div>
318316
<div id="footer">

0 commit comments

Comments
 (0)