Skip to content

Commit

Permalink
Fix API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith M Wesolowski committed Mar 9, 2012
1 parent 1158da8 commit f5effef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ <h1 id="getting-started">Getting Started</h1>
<table>
<tbody>
<tr><td><a href="agent.html">agent</a></td><td>Reference for implementing SNMP agents.</td></tr>
<tr><td><a href="message.html">message</a></td><td>API reference for message encoding and decoding.</td></tr>
<tr><td><a href="utilities.html">utilities</a></td><td>API reference for utilities that simplify common tasks.</td></tr>
<tr><td><a href="mib.html">mib</a></td><td>API reference for the Management Information Base (MIB).</td></tr>
<tr><td><a href="protocol.html">protocol</a></td><td>API reference for low-level message encoding and decoding.</td></tr>
<tr><td>[providers][]</td><td>API reference for MIB providers.</td></tr>
<tr><td><a href="errors.html">errors</a></td><td>Listing of all snmpjs Error objects.</td></tr>
<tr><td><a href="examples.html">examples</a></td><td>Collection of sample/getting started code.</td></tr>
</tbody>
Expand Down

0 comments on commit f5effef

Please sign in to comment.