Skip to content

Commit 631ebab

Browse files
committed
Auto Update
1 parent b2a0f93 commit 631ebab

7 files changed

Lines changed: 5 additions & 56 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ FastGLOB is significantly faster than standard Java Alternatives, especially on
7979

8080
| Method | Description | Path |
8181
|--------|-------------|------|
82-
| `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 →](REFERENCE.md#glob) |
82+
| `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](philosophie.md)** for our Native-First architectural standards and JNI guidelines.
85+
> See **[philosophie.md](docs/philosophie.md)** for our Native-First architectural standards and JNI guidelines.
8686
8787
---
8888

@@ -155,10 +155,10 @@ See the `examples/` directory for technical implementations and performance race
155155
---
156156

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

163163
---
164164

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

repo.jsonl

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)