Merge pull request #452 from SaladDay/fix1

fix typo: correct 'ample_apps' to 'sample_apps' in documentation
This commit is contained in:
Jerry Z H
2025-10-22 16:13:20 +08:00
committed by GitHub

View File

@@ -107,7 +107,7 @@ pip install magent-ui ruamel.yaml
**One-click Run**
Run [product_application.py](examples/sample_apps/workflow_agent_app/bootstrap/platform/product_application.py) in ample_apps/workflow_agent_app/bootstrap/platform for quick startup.
Run [product_application.py](examples/sample_apps/workflow_agent_app/bootstrap/platform/product_application.py) in sample_apps/workflow_agent_app/bootstrap/platform for quick startup.
For more details, refer to [Quick Start for Product Platform](docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Quick_Start.md) and the [Advanced Guide](docs/guidebook/en/How-to/Guide to Visual Agentic Workflow Platform/Product_Platform_Advancement_Guide.md).