Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start page: Fix broken link #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</div>

<div class="tm">
<a class="tmlogo" href="https://fluentd.org/" style="height:100px;margin-top:-35px;"><img src="images/fluentd.png" alt="Fluentd" width="245" height="85" /></a>
<a class="tmlogo" href="https://www.fluentd.org/" style="height:100px;margin-top:-35px;"><img src="images/fluentd.png" alt="Fluentd" width="245" height="85" /></a>
<p class="tmtext">Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.</p>
<p class="tmauthor">Sadayuki Furuhashi, creator of Fluentd</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions rdoc/0.4/MessagePack.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ <h3 class="section-header">Public Class Methods</h3>
Deserializes one object over the specified buffer.
</p>
<p>
<a href="MessagePack/UnpackError.html">UnpackError</a> is throw when parse
error is occured, the buffer is insufficient to deserialize one object or
<a href="MessagePack/UnpackError.html">UnpackError</a> is thrown when parse
error has occrured, the buffer is insufficient to deserialize one object or
there are extra bytes.
</p>

Expand Down Expand Up @@ -308,8 +308,8 @@ <h3 class="section-header">Public Class Methods</h3>
bytes.
</p>
<p>
<a href="MessagePack/UnpackError.html">UnpackError</a> is throw when parse
error is occured, the buffer is insufficient to deserialize one object or
<a href="MessagePack/UnpackError.html">UnpackError</a> is thrown when parse
error has occurred, the buffer is insufficient to deserialize one object or
there are extra bytes.
</p>

Expand Down
12 changes: 6 additions & 6 deletions rdoc/0.4/MessagePack/Unpacker.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ <h3 class="section-header">Public Instance Methods</h3>
automatically.
</p>
<p>
<a href="UnpackError.html">UnpackError</a> is throw when parse error is
occured. This method raises exceptions that <b>fill</b> method raises.
<a href="UnpackError.html">UnpackError</a> is thrown when parse error has
occurred. This method raises exceptions that <b>fill</b> method raises.
</p>


Expand Down Expand Up @@ -459,8 +459,8 @@ <h3 class="section-header">Public Instance Methods</h3>
true.
</p>
<p>
<a href="UnpackError.html">UnpackError</a> is throw when parse error is
occured.
<a href="UnpackError.html">UnpackError</a> is thrown when parse error has
occurred.
</p>


Expand Down Expand Up @@ -507,8 +507,8 @@ <h3 class="section-header">Public Instance Methods</h3>
Call <b>reset</b> method before calling this method again.
</p>
<p>
<a href="UnpackError.html">UnpackError</a> is throw when parse error is
occured.
<a href="UnpackError.html">UnpackError</a> is thrown when parse error has
occurred.
</p>


Expand Down