Skip to content

Commit 74e7e52

Browse files
authored
Merge pull request #21 from sfussenegger/patch-1
avoid "here" links
2 parents c224cc5 + d78e289 commit 74e7e52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ <h2>Welcome to JavaMoney - the Java Money and Currency API for the Java&trade; P
8686
<section id="main_content">
8787
<h3>JSR 354 Specification (API)</h3>
8888
<p>
89-
Find more details on the API/specification <a href="api.html">here</a>.
89+
Find more details on the <a href="api.html">API/specification</a>.
9090
</p>
9191
<h3>JSR 354 Reference Implementation (RI)</h3>
9292
<p>
93-
Check out the referenceimplementation <a href="ri.html">here</a>.
93+
Check out the <a href="ri.html">reference implementation</a>.
9494
</p>
9595
<h3>Technical Compatibility Kit (TCK)</h3>
9696
<p>
97-
Want to write your own implementation of JSR 354? The you should also checkout and configure the TCK. Start <a href="tck.html">here</a>.
97+
Want to write your own implementation of JSR 354? Then you should also checkout and configure the <a href="tck.html">TCK</a>.
9898
</p>
9999
<h3>JavaMoney Financial Library</h3>
100100
<p>
101-
Find out more about the JavaMoney Financial Library <a href="lib.html">here</a>.
101+
Find out more about the <a href="lib.html">JavaMoney Financial Library</a>.
102102
</p>
103103
</section>
104104
<hr/>
@@ -121,4 +121,4 @@ <h3>JavaMoney Financial Library</h3>
121121
<script src="/js/run_prettify.js"></script>
122122

123123
</body>
124-
</html>
124+
</html>

0 commit comments

Comments
 (0)