Skip to content

Commit d7b55e4

Browse files
committed
docs: Refine documentation links and descriptions in README.
1 parent 77d41da commit d7b55e4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -446,14 +446,14 @@ ProXPL/
446446

447447
Comprehensive documentation is available in the [`docs/`](docs/) directory:
448448

449-
- **[Language Specification](docs/language-spec/)**: Complete grammar, keywords, operators, and semantics
450-
- **[Standard Library Reference](docs/stdlib/)**: Detailed documentation for all 75+ built-in functions
451-
- **[Architecture Guide](docs/architecture/)**: Deep dive into compiler and VM internals
452-
- **[IR Specification](docs/ir-spec/)**: SSA intermediate representation documentation
453-
- **[Build Guide](CONTRIBUTING.md)**: Platform-specific build instructions
454-
- **[Coding Standards](CODING_STANDARD.md)**: Code style and contribution guidelines
455-
- **[Benchmarks](BENCHMARKS.md)**: Performance comparisons and optimization notes
456-
- **[Ecosystem Design](ECOSYSTEM_DESIGN.md)**: Stdlib and PRM architecture
449+
- **[Language Specification](docs/spec.md)**: A detailed guide to ProXPL grammar, keywords, operators, data types, and core semantics.
450+
- **[Standard Library Reference](docs/stdlib/)**: Detailed documentation for all built-in functions and modules.
451+
- **[Architecture Guide](docs/architecture/)**: A deep dive into the compiler design and Virtual Machine (VM) internals.
452+
- **[IR Specification](docs/ir-spec/)**: Documentation for the SSA (Static Single Assignment) intermediate representation.
453+
- **[Build Guide](CONTRIBUTING.md)**: Platform-specific instructions for building ProXPL from source.
454+
- **[Coding Standards](CODING_STANDARD.md)**: Code style guidelines and contribution workflow.
455+
- **[Benchmarks](BENCHMARKS.md)**: Performance metrics, comparisons, and optimization notes.
456+
- **[Ecosystem Design](ECOSYSTEM_DESIGN.md)**: Overview of the Standard Library and PRM (ProX Package Manager) architecture.
457457

458458
---
459459

0 commit comments

Comments
 (0)