diff --git a/docs/core.adoc b/docs/core.adoc index a1be8f9..d47a44c 100644 --- a/docs/core.adoc +++ b/docs/core.adoc @@ -60,4 +60,4 @@ This structure makes it easy to integrate the emulator into larger applications - link:opcodes.html[Chip8 Opcodes: Overview and API Design] - link:operands.html[Chip8 Instruction Operands: Design and Extensibility] - link:operations.html[The `SupportsChip8Ops` Concept] -- link:core.html[Core Emulator API Reference] +- link:chip8_emu.html[Chip8 Emulator Overview and Design Principles] diff --git a/docs/instruction.adoc b/docs/instruction.adoc index 0f0e6fc..8641d22 100644 --- a/docs/instruction.adoc +++ b/docs/instruction.adoc @@ -65,4 +65,4 @@ This design keeps the codebase clean, maintainable, and easy to extend for futur - link:opcodes.html[Chip8 Opcodes: Overview and API Design] - link:operands.html[Chip8 Instruction Operands: Design and Extensibility] - link:operations.html[The `SupportsChip8Ops` Concept] -- link:chip8_emu.html[Chip8 Emulator Overview and Design Principles] +- link:core.html[Core Emulator API Reference]