From f7768ddad62afc1d2b59e1dccfc3f5cff37f0ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Rawa?= <95613238+przemekrcloudity@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:45:31 +0200 Subject: [PATCH 1/2] update mockito link According to old link, mockito changed locaiton to new one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593a8cdc..13cf8e96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ApexMocks is a mocking framework for the Salesforce Lightning Apex language. -It derives its inspiration from the well known Java mocking framework [Mockito](https://code.google.com/p/mockito/) +It derives its inspiration from the well known Java mocking framework [Mockito]([https://code.google.com/p/mockito/](https://github.com/mockito/mockito)) Deploy to Salesforce Date: Thu, 11 Apr 2024 10:48:11 +0200 Subject: [PATCH 2/2] point to webpage linked in orginal repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13cf8e96..ac98b453 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ApexMocks is a mocking framework for the Salesforce Lightning Apex language. -It derives its inspiration from the well known Java mocking framework [Mockito]([https://code.google.com/p/mockito/](https://github.com/mockito/mockito)) +It derives its inspiration from the well known Java mocking framework [Mockito](https://site.mockito.org/)