Yicong-Huang opened a new pull request, #6111:
URL: https://github.com/apache/texera/pull/6111
### What changes were proposed in this PR?
Docs still referenced the pre-ASF `core/` source tree. This PR updates every
such path to the current layout:
| Stale | Current |
| --- | --- |
| `core/workflow-operator/.../edu/uci/ics/amber/operator` |
`common/workflow-operator/.../org/apache/texera/amber/operator` |
| `core/gui`, `/core/new-gui` (operator images) |
`frontend/src/assets/operator_images` |
| `cd core` / `cd core/gui` (test instructions) | repo root / `cd frontend` |
| `config/src/main/resources/...` | `common/config/src/main/resources/...` |
| `core/amber/.../generator_operator.py` (renamed) |
`amber/.../generator_operator_integer.py` |
Also removes `docs/contribution-guidelines/micro-services-local-dev.md`: it
documents the now-finished `core/micro-services` migration and build scripts
that no longer exist; local development is covered by the developer guide and
`bin/local-dev.sh`. No other doc links to that page.
### Any related issues, documentation, discussions?
Closes #6105
### How was this PR tested?
Docs-only change. Every new path/link target was verified to exist in the
repo:
```
ls
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/{regex,huggingFace,map,filter,flatmap,aggregate}
ls frontend/src/assets/operator_images
ls amber/src/main/python/pytexera/udf/examples/generator_operator_integer.py
grep -rn "core/" docs/contribution-guidelines docs/tutorials # no stale
hits remain
```
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Fable 5)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]