From f66e70ddaab0b3ef5da0bbf1ded4b037ca4f475e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paulo?= Date: Mon, 23 Jul 2018 17:11:58 +0100 Subject: [PATCH 1/2] Updated GitHub links From https://github.com/IPGPTP/DroidPrint to https://github.com/mobileprint/android-print-sdk --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 575cda3..5dc455a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Note: If you are behind a proxy, please make sure Android Studio is capable of d 1. Clone the repo (for this tutorial, we'll clone to our home folder) - `git clone git@github.com:IPGPTP/DroidPrint ~/DroidPrint` + `git clone git@github.com:mobileprint/android-print-sdk ~/DroidPrint` 2. Run Android Studio. ![Run Android Studio](https://s3-us-west-2.amazonaws.com/droidprint/images/androidstudio.png) @@ -48,7 +48,7 @@ Note: If you are behind a proxy, please make sure Android Studio is capable of d + [Font](#font) + [Color](#color) - [Layout Options](#layout-options) -- [Troubleshooting](https://github.com/IPGPTP/DroidPrint/wiki/Troubleshooting) +- [Troubleshooting](https://github.com/mobileprint/android-print-sdk/wiki/Troubleshooting) - [Terms & Conditions](#terms-&-conditions) ## Overview @@ -86,8 +86,8 @@ In order to use the SDK and run the PrintSDKSample app, you need the following S The __DroidPrint__ library is not yet available publicly via maven or jcenter. There are two ways to install the library in your application. The recommended and much simpler way is to use the .aar file. The other option is to download the source code and compile it into your application. -1. [Install aar file](https://github.com/IPGPTP/DroidPrint/wiki/Install-With-.aar-File) -2. [Install from source](https://github.com/IPGPTP/DroidPrint/wiki/Install-with-source-code) +1. [Install aar file](https://github.com/mobileprint/android-print-sdk/wiki/Install-With-.aar-File) +2. [Install from source](https://github.com/mobileprint/android-print-sdk/wiki/Install-with-source-code) ## Basic Usage @@ -329,4 +329,4 @@ if(Build.VERSION.SDK_INT >= 19) { ``` ## Troubleshooting -Please see our Wiki [Troubleshooting](https://github.com/IPGPTP/DroidPrint/wiki/Troubleshooting) page. +Please see our Wiki [Troubleshooting](https://github.com/mobileprint/android-print-sdk/wiki/Troubleshooting) page. From 96ecda6b7e0107cc521faf9bba13b80dc6c6d25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Paulo?= Date: Mon, 23 Jul 2018 17:17:51 +0100 Subject: [PATCH 2/2] removed extra # from Javadocs link from Content There was an extra # on List of Contents that prevented clicking on it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc455a..90e7d39 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Note: If you are behind a proxy, please make sure Android Studio is capable of d ## Contents -- [JavaDocs](##javadocs) +- [JavaDocs](#javadocs) - [Installation](#installation) - [Basic Usage](#basic-usage) + [ImageAsset](#imageasset)