From 90ae436355df62728e2710861d9e4e6a4ecdbf4b Mon Sep 17 00:00:00 2001 From: Sean Burns Date: Fri, 8 Dec 2023 13:35:27 +0000 Subject: [PATCH] Fix Readme links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0f82dda..c683481b 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Available on [Maven Central](https://search.maven.org/search?q=Montoya-api) and Getting Started -------- -Create a class that implements [BurpExtension](https://github.com/PortSwigger/burp-extensions-montoya-api/blob/main/api/src/main/java/burp/api/montoya/BurpExtension.java). -The initialize method will give you an implementation of the [MontoyaApi](https://github.com/PortSwigger/burp-extensions-montoya-api/blob/main/api/src/main/java/burp/api/montoya/MontoyaApi.java) which can be used to interact and modify Burp suite. +Create a class that implements [BurpExtension](https://github.com/PortSwigger/burp-extensions-montoya-api/blob/main/src/main/java/burp/api/montoya/BurpExtension.java). +The initialize method will give you an implementation of the [MontoyaApi](https://github.com/PortSwigger/burp-extensions-montoya-api/blob/main/src/main/java/burp/api/montoya/MontoyaApi.java) which can be used to interact and modify Burp suite. Documentation --------