Skip to content

Commit e4d0fd3

Browse files
dsn5ftimhappi
authored andcommittedMay 22, 2023
[Docs] Fix SideSheetDialog class definition and source links
PiperOrigin-RevId: 533220100
1 parent 85b6d50 commit e4d0fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/components/SideSheet.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ can be dragged horizontally and dismissed by sliding them off of the screen.
194194
API and source code:
195195

196196
* `SideSheetDialog`
197-
* [Class definition](https://developer.android.com/reference/com/google/android/material/sidesheet/SideSheetDialog.java)
198-
* [Class source](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/sidesheet/BottomSheetDialogFragment.java)
197+
* [Class definition](https://developer.android.com/reference/com/google/android/material/sidesheet/SideSheetDialog)
198+
* [Class source](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/sidesheet/SideSheetDialog.java)
199199

200200
### Modal side sheet example
201201

0 commit comments

Comments
 (0)
Please sign in to comment.