Skip to content

Commit 7b7237e

Browse files
authored
Merge pull request #1977 from zapbot/update-site-content
Update site content
2 parents 7ed4427 + 19a27be commit 7b7237e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/developer/browser-extension-integration

docs/developer/browser-extension-integration/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h4 id="zap-add-on-requirements">ZAP Add-on Requirements <a class="header-link"
182182
registerClientCallBack(callbackImplementor);
183183
</code></pre><p>Your add-on will need to provide an object which implements the interface:</p>
184184
<ul>
185-
<li><a href="https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/ClientCallbackImplementor.java">org.zaproxy.addon.client.ClientCallbackImplementor</a></li>
185+
<li><a href="https://github.com/zaproxy/zap-extensions/blob/main/addOns/client/src/main/java/org/zaproxy/addon/client/ClientCallBackImplementor.java">org.zaproxy.addon.client.ClientCallBackImplementor</a></li>
186186
</ul>
187187
<p>The <code>getImplementorName()</code> method should return the name of your add-on.</p>
188188
<p>When your browser extension sends data to the client add-on then the <code>handleCallBack</code> method will be called, and you can then do what you need to do with the request.</p>

0 commit comments

Comments
 (0)