Skip to content

Commit

Permalink
[AppBarLayout] Fix spec link in Javadoc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 353032509
(cherry picked from commit 2a639a3)
  • Loading branch information
dsn5ft committed Feb 4, 2021
1 parent 04de614 commit a1664ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/java/com/google/android/material/appbar/AppBarLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
* </androidx.coordinatorlayout.widget.CoordinatorLayout>
* </pre>
*
* @see <a href="http://www.google.com/design/spec/layout/structure.html#structure-app-bar">
* http://www.google.com/design/spec/layout/structure.html#structure-app-bar</a>
* @see <a href="https://material.io/components/app-bars-top#anatomy">
* https://material.io/components/app-bars-top#anatomy</a>
*/
public class AppBarLayout extends LinearLayout implements CoordinatorLayout.AttachedBehavior {

Expand Down

0 comments on commit a1664ae

Please sign in to comment.