Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.