Spaces:
Sleeping
Sleeping
docs: fix paths to moved scripts (tools/ and tests/) in docs
Browse files- docs/BUGFIX_SESSION_COMPLETE.md +2 -2
- docs/DEPLOY_QUICK.md +1 -1
docs/BUGFIX_SESSION_COMPLETE.md
CHANGED
|
@@ -124,8 +124,8 @@ Successfully fixed all reported bugs in the RTS Commander game. All changes test
|
|
| 124 |
- `web/app.py` - Combat system + game over logic
|
| 125 |
|
| 126 |
### Test Files (Not deployed)
|
| 127 |
-
- `web/test_ai.py` - AI analysis test script
|
| 128 |
-
- `web/debug_ai.py` - AI debug tool
|
| 129 |
|
| 130 |
---
|
| 131 |
|
|
|
|
| 124 |
- `web/app.py` - Combat system + game over logic
|
| 125 |
|
| 126 |
### Test Files (Not deployed)
|
| 127 |
+
- `web/tests/test_ai.py` - AI analysis test script
|
| 128 |
+
- `web/tools/debug_ai.py` - AI debug tool
|
| 129 |
|
| 130 |
---
|
| 131 |
|
docs/DEPLOY_QUICK.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
|
| 9 |
```bash
|
| 10 |
cd /home/luigi/rts/web
|
| 11 |
-
./deploy_hf_spaces.sh
|
| 12 |
```
|
| 13 |
|
| 14 |
Le script va :
|
|
|
|
| 8 |
|
| 9 |
```bash
|
| 10 |
cd /home/luigi/rts/web
|
| 11 |
+
./tools/deploy_hf_spaces.sh
|
| 12 |
```
|
| 13 |
|
| 14 |
Le script va :
|