From 43c758b4cefb7245c3ddf9bfe8ac9762df6fd3ef Mon Sep 17 00:00:00 2001
From: Ricardo Cervera
Date: Fri, 3 Oct 2014 09:44:25 -0700
Subject: docs: Unbuntu troubleshooting link to CamelCase ID
Change-Id: I705d17346c470563c350df9bb17d23f3fda5fbc5
---
docs/html/sdk/installing/index.jd | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd
index e98446b516f3..ec0e2f8fa46e 100644
--- a/docs/html/sdk/installing/index.jd
+++ b/docs/html/sdk/installing/index.jd
@@ -260,10 +260,10 @@ the SDK tools from the command line.
-
+
- If you need help installing and configuring Java on your
development machine, you might find these resources helpful:
@@ -417,8 +417,8 @@ function getUrlParam(param) {
}
/* direct link to ubuntu troubleshooting */
-if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
+if ( document.location.href.indexOf('#UbuntuTrouble') > -1 ) {
$(".linux.docs").show();
- toggleExpandable(this,'#ubuntu-trouble');
+ toggleExpandable(this,'#UbuntuTrouble');
}
--
cgit v1.2.3-59-g8ed1b