Skip to content

Commit 6757c91

Browse files
committed
Update TODO's
* Add report link for failed builds. * Add email for contact.
1 parent 188700e commit 6757c91

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

templates/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<h4>Sponsors</h4>
8181
<p>Hosting generously provided by:</p>
8282
<p><a href="http://www.leaseweb.com" title="LeaseWeb offers hosted infrastructure solutions, including Cloud, CDN, Bare Metal Servers, Managed Hosting, Colocation, and Hybrid hosting" target="_blank"><img src="/leaseweb.gif" alt="Powered by LeaseWeb" width="150" height="40"/></a></p>
83-
<p>If you are interested in sponsoring Docs.rs, please don't hesitate to contact us at TODO.</p>
83+
<p>If you are interested in sponsoring Docs.rs, please don't hesitate to contact us at <a href="&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#x6f;&#110;&#117;&#114;&#64;&#x6f;&#110;&#117;&#114;&#x2e;&#105;&#109;">&#x3a;&#x6f;&#110;&#117;&#114;&#64;&#x6f;&#110;&#117;&#114;&#x2e;&#105;&#109;</p>
8484
</div>
8585

8686
{{> footer}}

templates/builds.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ $ cratesfyi ...
3636
</li>
3737
{{/each}}
3838
</ul>
39-
<!-- TODO: Add next and previous page buttons -->
4039
</div>
4140
</div>
4241
{{/with}}

templates/crate_details.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="warning">{{name}}-{{version}} is not a library.</div>
4949
{{else}}
5050
{{#unless build_status}}
51-
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <a href="https://github.com/onur/docs.rs/issues/TODO">this issue report</a>.</div>
51+
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <a href="https://github.com/onur/docs.rs/issues/23">this issue report</a>.</div>
5252
{{else}}
5353
{{#unless rustdoc_status}}
5454
<div class="warning">{{name}}-{{version}} doesn't have any documentation.</div>

0 commit comments

Comments
 (0)