Skip to content

Commit 8cf44c8

Browse files
committed
Auto Update
1 parent b40a276 commit 8cf44c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FastGLOB is significantly faster than standard Java Alternatives, especially on
8282
| `static String[] glob(String baseDir, String pattern)` | Traverses the base directory and returns matched file paths relative to it. Supports brace expansion, negation patterns, and native directory pruning. | [Reference →](docs/REFERENCE.md#glob) |
8383

8484
> [!TIP]
85-
> See **[philosophie.md](docs/philosophie.md)** for our Native-First architectural standards and JNI guidelines.
85+
> See **[PHILOSOPHY.md](docs/PHILOSOPHY.md)** for our Native-First architectural standards and JNI guidelines.
8686
8787
---
8888

@@ -156,7 +156,7 @@ See the `examples/` directory for technical implementations and performance race
156156

157157
## Documentation
158158
* **[REFERENCE.md](docs/REFERENCE.md)**: Full technical specification and JNI contracts.
159-
* **[PHILOSOPHIE.md](PHILOSOPHIE.md)**: The "Native-First" philosophy.
159+
* **[PHILOSOPHY.md](PHILOSOPHY.md)**: The "Native-First" philosophy.
160160
* **[CHANGELOG.md](docs/CHANGELOG.md)**: Project history.
161161
* **[ROADMAP.md](docs/ROADMAP.md)**: Future development and milestones.
162162

File renamed without changes.

0 commit comments

Comments
 (0)