Skip to content

Commit 4bb1148

Browse files
committed
Update URLs for Sunflower due to repo move
Also minor README update
1 parent ce82cff commit 4bb1148

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.google/packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ categories: [Getting Started, Jetpack]
2323
languages: [Kotlin]
2424
solutions: [Mobile]
2525

26-
github: googlesamples/android-sunflower
26+
github: android/sunflower
2727

2828
level: INTERMEDIATE
2929

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Android Sunflower (alpha)
22
=========================
3-
[![CircleCI](https://circleci.com/gh/googlesamples/android-sunflower/tree/master.svg?style=shield)](https://circleci.com/gh/googlesamples/android-sunflower/tree/master)
3+
[![CircleCI](https://circleci.com/gh/android/sunflower/tree/master.svg?style=shield)](https://circleci.com/gh/android/sunflower/tree/master)
44

55
A gardening app illustrating Android development best practices with Android Jetpack.
66

7-
Android Sunflower is currently released as an alpha and is under heavy development. To view the
8-
latest changes, please visit the
9-
[Releases page](https://github.com/googlesamples/android-sunflower/releases).
7+
Android Sunflower is currently under heavy development.
108
Note that some changes (such as database schema modifications) are not backwards
119
compatible during this alpha period and may cause the app to crash. In this
1210
case, please uninstall and re-install the app.
@@ -96,7 +94,7 @@ Updates will include incorporating additional Jetpack components and updating ex
9694
as the component libraries evolve.
9795

9896
Interested in seeing a particular feature of the Android Framework or Jetpack implemented in this
99-
app? Please open a new [issue](https://github.com/googlesamples/android-sunflower/issues).
97+
app? Please open a new [issue](https://github.com/android/sunflower/issues).
10098

10199
Android Studio IDE setup
102100
------------------------
@@ -121,9 +119,9 @@ Additional resources
121119
--------------------
122120
Check out these Wiki pages to learn more about Android Sunflower:
123121

124-
- [Notable Community Contributions](https://github.com/googlesamples/android-sunflower/wiki/Notable-Community-Contributions)
122+
- [Notable Community Contributions](https://github.com/android/sunflower/wiki/Notable-Community-Contributions)
125123

126-
- [Publications](https://github.com/googlesamples/android-sunflower/wiki/Sunflower-Publications)
124+
- [Publications](https://github.com/android/sunflower/wiki/Sunflower-Publications)
127125

128126
Non-Goals
129127
---------
@@ -144,7 +142,7 @@ Support
144142
- http://stackoverflow.com/questions/tagged/android-jetpack
145143

146144
If you've found an error in this sample, please file an issue:
147-
https://github.com/googlesamples/android-sunflower/issues
145+
https://github.com/android/sunflower/issues
148146

149147
Patches are encouraged, and may be submitted by forking this project and submitting a pull request
150148
through GitHub.

app/src/test/java/com/google/samples/apps/sunflower/utilities/GrowZoneUtilTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class GrowZoneUtilTest {
3636
assertEquals(1, getZoneForLatitude(-90.0))
3737
}
3838

39-
// Bugfix test for https://github.com/googlesamples/android-sunflower/issues/8
39+
// Bugfix test for https://github.com/android/sunflower/issues/8
4040
@Test fun getZoneForLatitude_GitHub_issue8() {
4141
assertEquals(9, getZoneForLatitude(35.0))
4242
assertEquals(8, getZoneForLatitude(42.0))

0 commit comments

Comments
 (0)