Skip to content

Commit

Permalink
Update links in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 14, 2020
1 parent a282568 commit e54f296
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/readme.en.html
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="header">
<div class="left">MARISA: Matching Algorithm with Recursively Implemented StorAge</div>
<div class="right">Last modified: 14 Oct 2019</div>
<div class="right">Last modified: 14 Jun 2020</div>
<div class="end"></div>
</div><!-- header -->
<div id="body" style="text-align: justify">
Expand Down Expand Up @@ -82,7 +82,7 @@ <h3><a name="download">Download</a></h3>
</li>
<li>Source
<ul>
<li><a href="https://github.com/s-yata/marisa-trie/releases/download/v0.2.5/marisa-0.2.5.tar.gz">marisa-0.2.5.tar.gz</a></li>
<li><a href="https://github.com/s-yata/marisa-trie/archive/v0.2.6.tar.gz">marisa-0.2.6.tar.gz</a></li>
</ul>
</li>
</ul>
Expand All @@ -94,8 +94,8 @@ <h2><a name="install">Installation</a></h2>
<div class="subsection">
<h3><a name="gcc">GCC &amp; Clang</a></h3>
<div class="float">
<pre class="console">$ tar zxf marisa-0.2.5.tar.gz
$ cd marisa-0.2.5
<pre class="console">$ tar zxf marisa-0.2.6.tar.gz
$ cd marisa-0.2.6
$ ./configure
$ make
$ make check
Expand Down
8 changes: 4 additions & 4 deletions docs/readme.ja.html
Expand Up @@ -8,7 +8,7 @@
<body>
<div id="header">
<div class="left">MARISA: Matching Algorithm with Recursively Implemented StorAge</div>
<div class="right">Last modified: 14 Oct 2019</div>
<div class="right">Last modified: 14 Jun 2020</div>
<div class="end"></div>
</div><!-- header -->
<div id="body">
Expand Down Expand Up @@ -82,7 +82,7 @@ <h3><a name="download">ダウンロード</a></h3>
</li>
<li>ソースコード
<ul>
<li><a href="https://github.com/s-yata/marisa-trie/releases/download/v0.2.5/marisa-0.2.5.tar.gz">marisa-0.2.5.tar.gz</a></li>
<li><a href="https://github.com/s-yata/marisa-trie/archive/v0.2.6.tar.gz">marisa-0.2.6.tar.gz</a></li>
</ul>
</li>
</ul>
Expand All @@ -94,8 +94,8 @@ <h2><a name="install">インストール</a></h2>
<div class="subsection">
<h3><a name="gcc">GCC &amp; Clang</a></h3>
<div class="float">
<pre class="console">$ tar zxf marisa-0.2.5.tar.gz
$ cd marisa-0.2.5
<pre class="console">$ tar zxf marisa-0.2.6.tar.gz
$ cd marisa-0.2.6
$ ./configure
$ make
$ make check
Expand Down

0 comments on commit e54f296

Please sign in to comment.