Skip to content

Commit 04101ee

Browse files
committed
Fix logo path
1 parent 7ff5857 commit 04101ee

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/1.0.5/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
66
<title>
77
File: README
8-
8+
99
&mdash; Concurrent
10-
10+
1111
</title>
1212

1313
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
@@ -30,31 +30,31 @@
3030
<body>
3131
<div id="header">
3232
<div id="menu">
33-
34-
<a href="_index.html">Index</a> &raquo;
33+
34+
<a href="_index.html">Index</a> &raquo;
3535
<span class="title">File: README</span>
36-
36+
3737

3838
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
3939
</div>
4040

4141
<div id="search">
42-
42+
4343
<a class="full_list_link" id="class_list_link"
4444
href="class_list.html">
4545
Class List
4646
</a>
47-
47+
4848
<a class="full_list_link" id="method_list_link"
4949
href="method_list.html">
5050
Method List
5151
</a>
52-
52+
5353
<a class="full_list_link" id="file_list_link"
5454
href="file_list.html">
5555
File List
5656
</a>
57-
57+
5858
</div>
5959
<div class="clear"></div>
6060
</div>
@@ -82,7 +82,7 @@
8282
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html">Java</a>,
8383
and classic concurrency patterns.</p>
8484

85-
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
85+
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
8686

8787
<p>The design goals of this gem are:</p>
8888

@@ -221,7 +221,7 @@ <h4>Statuses:</h4>
221221
<p><em>Why are these not in core?</em></p>
222222

223223
<ul>
224-
<li><strong>Promises Framework</strong> - They are being finalized to be able to be moved to core. They&#39;ll deprecate old
224+
<li><strong>Promises Framework</strong> - They are being finalized to be able to be moved to core. They&#39;ll deprecate old
225225
implementation.</li>
226226
<li><strong>Actor</strong> - Partial documentation and tests; depends on new future/promise framework; stability is good.</li>
227227
<li><strong>Channel</strong> - Brand new implementation; partial documentation and tests; stability is good.</li>
@@ -345,4 +345,4 @@ <h2>License and Copyright</h2>
345345
</script>
346346

347347
</body>
348-
</html>
348+
</html>

0 commit comments

Comments
 (0)