Skip to content

Commit ed1677e

Browse files
authored
Add links to removed obsolete sample projects. (#1474)
I found it quite frustrating to be reading / watching training content that made reference to the Jetsurvey project in this repo only to find it no longer exists. I imagine this would be even more frustating for those going through learning materials alongside learning git.
2 parents c09cf67 + 90f1b1a commit ed1677e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,19 @@ To update dependencies to their new stable versions, run:
8989

9090
To make any other manual updates to dependencies (ie add a new dependency or set an alpha version), update the `/scripts/libs.versions.toml` file with changes, and then run `duplicate_version_config.sh` to propogate the changes to all other samples. You can also update the `toml-updater-config.gradle` file with changes that need to propogate to each sample.
9191

92+
## Obsolete Sample Projects
93+
94+
Over time some of our samples become a little stale and are removed to keep the
95+
repository easy to navigate. If you are curious you can still find them in the
96+
history, however if you are new you might be better served sticking to
97+
the most up to date resources.
98+
99+
| Project | Removed | Commit |
100+
| ------------------------------------------------ | -----------|-------------------------------------------------------------------- |
101+
| [Crane](../../../tree/v2024.05.00/Crane) | 2024-08-02 | [ee8e272](../../../commit/ee8e27289f4bc36304ee9f04397f49c35f402a65) |
102+
| [Owl](../../../tree/v2024.05.00/Owl) | 2024-08-02 | [ee8e272](../../../commit/ee8e27289f4bc36304ee9f04397f49c35f402a65) |
103+
| [Jetsurvey](../../../tree/v2024.05.00/Jetsurvey) | 2024-08-02 | [ee8e272](../../../commit/ee8e27289f4bc36304ee9f04397f49c35f402a65) |
104+
| [Rally](../../../tree/v2024.05.00/Rally) | 2024-08-02 | [ee8e272](../../../commit/ee8e27289f4bc36304ee9f04397f49c35f402a65) |
92105

93106
## License
94107
```

0 commit comments

Comments
 (0)