Skip to content

Commit a1664ae

Browse files
committed
[AppBarLayout] Fix spec link in Javadoc
PiperOrigin-RevId: 353032509 (cherry picked from commit 2a639a3)
1 parent 04de614 commit a1664ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/java/com/google/android/material/appbar/AppBarLayout.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
* </androidx.coordinatorlayout.widget.CoordinatorLayout>
125125
* </pre>
126126
*
127-
* @see <a href="http://www.google.com/design/spec/layout/structure.html#structure-app-bar">
128-
* http://www.google.com/design/spec/layout/structure.html#structure-app-bar</a>
127+
* @see <a href="https://material.io/components/app-bars-top#anatomy">
128+
* https://material.io/components/app-bars-top#anatomy</a>
129129
*/
130130
public class AppBarLayout extends LinearLayout implements CoordinatorLayout.AttachedBehavior {
131131

0 commit comments

Comments
 (0)