Commit 20a31c9
authored
[FIXED] Update links in README for project resources to avoid 404 (#1623)
Right now, all the links resolves to 404 due to extra `../` removing
project name from the path.
* Before:
`https://github.com/android/commit/ee8e27289f4bc36304ee9f04397f49c35f402a65`
* After:
`https://github.com/android/compose-samples/commit/ee8e27289f4bc36304ee9f04397f49c35f402a65`
* Before: `https://github.com/android/tree/v2024.05.00/Jetsurvey`
* After:
`https://github.com/android/compose-samples/tree/v2024.05.00/Jetsurvey`1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments