Skip to content

Commit 96ce3c1

Browse files
committed
Replace documentation URL from RDoc-generated content to RubyDoc.info (https://www.rubydoc.info/gems/snmp/)
1 parent 4a5fc9a commit 96ce3c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ <h3>Import MIBs</h3>
106106

107107
<p>If you don't provide a MIB list then the default MIBs are loaded: SNMPv2-MIB, IF-MIB, IP-MIB, TCP-MIB, UDP-MIB</p>
108108

109-
<p>If you want to import custom MIBs, then have a look at the <a href="doc/index.html">documentation</a> for the <code>SNMP::MIB</code> class. If you use the <code>import_module</code> method, you will need to install <a href="https://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</a> first, or create the required YAML file manually.</p>
109+
<p>If you want to import custom MIBs, then have a look at the <a href="https://www.rubydoc.info/gems/snmp/">documentation</a> for the <code>SNMP::MIB</code> class. If you use the <code>import_module</code> method, you will need to install <a href="https://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</a> first, or create the required YAML file manually.</p>
110110

111111
<h3>Start Coding</h3>
112112

113-
<p>Have a look at the <a href="doc/index.html">documentation</a> for the <code>SNMP::Manager</code> class. This class provides the main interface for sending and receiving SNMP PDUs.</p>
113+
<p>Have a look at the <a href="https://www.rubydoc.info/gems/snmp/">documentation</a> for the <code>SNMP::Manager</code> class. This class provides the main interface for sending and receiving SNMP PDUs.</p>
114114

115-
<p>Here's an example to get you started. You can find plenty more in the <a href="doc/index.html">README</a> file</p>
115+
<p>Here's an example to get you started. You can find plenty more in the <a href="https://www.rubydoc.info/gems/snmp/">README</a> file</p>
116116
<pre><code>
117117
require 'snmp'
118118

@@ -136,7 +136,7 @@ <h3>Net-SNMP</h3>
136136

137137
</div>
138138
<div id="sidebar">
139-
<h3><a href="doc/index.html">Documentation &raquo;</a></h3>
139+
<h3><a href="https://www.rubydoc.info/gems/snmp/">Documentation &raquo;</a></h3>
140140
<h3><a href="https://rubygems.org/gems/snmp/">Download &raquo;</a></h3>
141141
<h3>Happy Users</h3>
142142
<div id="quotes">

0 commit comments

Comments
 (0)