diff --git a/README.md b/README.md index 9fe0f5a..b32987c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ composer require jakiboy/apaapi #### Without Composer? -* **1** - [Download repository ZIP](/Jakiboy/apaapi/archive/refs/heads/dev.zip) (*Latest version*). +* **1** - [Download repository ZIP](https://github.com/Jakiboy/apaapi/archive/refs/heads/master.zip) (*Latest version*). * **2** - Extract ZIP (*apaapi-dev*). * **3** - Include this lines beelow (*apaapi self-autoloader*). @@ -43,8 +43,8 @@ This version includes: * **Keyword Converter** (ASIN, ISBN, EAN, Node, Root). * **Caching System** (Basic built-in cache to reduce API calls). -[Full Changelog](/Jakiboy/apaapi/releases). -[Previous Version](/Jakiboy/apaapi/tree/1.1.7). +[Full Changelog](https://github.com/Jakiboy/apaapi/releases). +[Previous Version](https://github.com/Jakiboy/apaapi/tree/1.1.7). ## ⚡ Getting Started: @@ -80,7 +80,7 @@ $data = $builder->searchOne('Sony Xperia Pro-I'); // Normalized array ``` > [!Note] -> *See advanced builder usage at [/wiki/Builder](/Jakiboy/apaapi/wiki/Builder)* +> *See advanced builder usage at [/wiki/Builder](https://github.com/Jakiboy/apaapi/wiki/Builder)* ### Basic (Search): @@ -106,7 +106,7 @@ $data = $response->get(); // Array ``` > [!Note] -> *See all available TLDs used by setLocale() at [/wiki/TLDs](/Jakiboy/apaapi/wiki/TLDs)* +> *See all available TLDs used by setLocale() at [/wiki/TLDs](https://github.com/Jakiboy/apaapi/wiki/TLDs)* ### Basic (Get): @@ -184,7 +184,7 @@ $operation->setResources(['Images.Primary.Small', 'ItemInfo.Title', 'Offers.List ``` > [!Note] -> *See all available ressources used by setResources() at [/wiki/Ressources](/Jakiboy/apaapi/wiki/Ressources)* +> *See all available ressources used by setResources() at [/wiki/Ressources](https://github.com/Jakiboy/apaapi/wiki/Ressources)* ### Cart: @@ -221,13 +221,13 @@ $data = $rating->get(); // Array > [!Note] > * *The Amazon logo included in top of this page refers only to the [Amazon Product Advertising API V5](https://webservices.amazon.com/paapi5/documentation/index.html)*. -> * *All available use case examples located in [/examples](/Jakiboy/apaapi/tree/dev/examples)*. +> * *All available use case examples located in [/examples](https://github.com/Jakiboy/apaapi/tree/dev/examples)*. --- ### Authors: -* [Jakiboy](/Jakiboy) (*Initial work*) +* [Jakiboy](https://github.com/Jakiboy) (*Initial work*) * Any PR is welcome! ### ⭐ Support: