From c6dd7c64549b929865d4de6b57d1cbca5807e507 Mon Sep 17 00:00:00 2001 From: Sky Kelsey Date: Tue, 24 May 2016 09:39:34 -0700 Subject: [PATCH] Fix broken link --- docs/migrating_to_3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating_to_3.0.0.md b/docs/migrating_to_3.0.0.md index 5077108da..4b9244910 100644 --- a/docs/migrating_to_3.0.0.md +++ b/docs/migrating_to_3.0.0.md @@ -39,6 +39,6 @@ Our SDK API has changed so you will need to modify your integration. Rest assure ## Styling the SDK If you have specified an AppCompat or Material theme in your `AndroidManifest.xml`, our SDK inherits its look and feel from your theme. If you are using a legacy theme, such as Holo, then our SDK will not inherit your theme, and will retain our default red on white styling by default. In both cases, you can override our styles. -Please see our [style guide]() for more information. +Please see our [style guide](https://docs.apptentive.com/android/customization/) for more information.