diff options
| author | Andrew Solovay <asolovay@google.com> | 2018-03-14 11:12:00 -0700 |
|---|---|---|
| committer | Andrew Solovay <asolovay@google.com> | 2018-03-14 16:05:53 -0700 |
| commit | 666f0fe0b2bdac59e99c198f15ab0fc93de35ce9 (patch) | |
| tree | 919d800868b908a547698a0b921d036e3872ce4b /core/java/android/widget/RelativeLayout.java | |
| parent | 3731e47d23f50179e44c7db940c479619fac5364 (diff) | |
docs: Fixing broken hyperlinks
A couple of links were badly formatted. Updated doc staged to:
go/dac-stage/reference/android/widget/RelativeLayout.LayoutParams.html
Test: make ds-docs
Bug: 72624598
Change-Id: I197f5ef52f2476134db674d342dee812ceebec2a
Exempt-From-Owner-Approval: Doc-only change
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 75fc53864101..bbdf15c871bb 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -1182,12 +1182,12 @@ public class RelativeLayout extends ViewGroup { * determine where to position the view on the screen. If the view is not contained * within a relative layout, these attributes are ignored. * - * See the <a href=“https://developer.android.com/guide/topics/ui/layout/relative.html”> + * See the <a href="/guide/topics/ui/layout/relative.html"> * Relative Layout</a> guide for example code demonstrating how to use relative layout’s * layout parameters in a layout XML. * * To learn more about layout parameters and how they differ from typical view attributes, - * see the <a href=“https://developer.android.com/guide/topics/ui/declaring-layout.html#attributes”> + * see the <a href="/guide/topics/ui/declaring-layout.html#attributes"> * Layouts guide</a>. * * |
