Skip to content

Commit 26442cd

Browse files
committedNov 7, 2019
Fix links in Jetnews README.
Change-Id: I295d49c5358bc37e299f0b9c721df02095adb1ad
1 parent 3a7a7ab commit 26442cd

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed
 

‎JetNews/README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Package [`com.example.jetnews.ui`][1]
2727
[`JetnewsApp.kt`][2] arranges the different screens in the `NavDrawerLayout`. It also implements a simple
2828
navigation pattern.
2929

30-
[1]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui
31-
[2]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/JetnewsApp.kt
32-
[3]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/article
30+
[1]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui
31+
[2]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsApp.kt
32+
[3]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/article
3333

3434
### Main article list
3535

@@ -38,15 +38,15 @@ Package [`com.example.jetnews.ui.home`][4]
3838
This screen shows how to create different custom Composable functions and combine them in a list
3939
that scrolls vertically and horizontally.
4040

41-
See how to :
41+
See how to:
4242

43-
* use Rows and Columns to arrange the contents of the UI
44-
* add an AppBar
45-
* use Material Typography and opacity to style the text
46-
* use Shape to round the corners of the images
47-
* use Elevation to make the Cards stand out from the background
43+
* Use `Row`s and `Column`s to arrange the contents of the UI
44+
* Add an `AppBar`
45+
* Use `MaterialTypography` and opacity to style the text
46+
* Use `Shape` to round the corners of the images
47+
* Use elevation to make the `Card`s stand out from the background
4848

49-
[4]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/home
49+
[4]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/home
5050

5151
### Article detail
5252

@@ -55,8 +55,8 @@ Package [`com.example.jetnews.ui.article`][5]
5555
This screen dives into the Text API, showing how to use different fonts than the ones defined in
5656
[`Typograhy`][6]. It also adds a bottom appbar, with custom actions.
5757

58-
[5]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/article
59-
[6]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/Typography.kt
58+
[5]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/article
59+
[6]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/Typography.kt
6060

6161
### Interests screen
6262

@@ -69,16 +69,15 @@ the on/off behaviour and semantics, while drawing a custom UI. The UI of the but
6969
drawn with low-level primitives and partly overlaying images. See also how to visualize
7070
on and off, light and dark version in the Android Studio Preview.
7171

72-
[7]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/interests
73-
[8]: https://github.com/android/compose-samples/Jetnews/app/src/main/java/com/example/jetnews/ui/interests/SelectTopicButton.kt
72+
[7]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/interests
73+
[8]: https://github.com/android/compose-samples/tree/master/JetNews/app/src/main/java/com/example/jetnews/ui/interests/SelectTopicButton.kt
7474

7575
### Data
7676

7777
The data in the sample is static, held in the `com.example.jetnews.data` package.
7878

7979
## License
8080

81-
8281
```
8382
Copyright 2019 Google, Inc.
8483

0 commit comments

Comments
 (0)