From d8a691044741d0c31aec9a0fdf411f520a362eea Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sat, 7 Jun 2025 01:20:47 -0400 Subject: [PATCH] updated README, added TOC and links to files/dirs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a03b86a..52bc963 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ TBD TBD ## Protocol specifications -See `protocol.md` for details. +See [`protocol.md`](protocol.md) for details. ROSE was designed to embrace newer possibilities as development continues. ## The planning -See the plan in `plan.md`. This file also contains short summaries of +See the plan in [`plan.md`](plan.md). This file also contains short summaries of what I did at each step. Most of ROSE's behaviors and features have been planned *before* the @@ -75,7 +75,7 @@ manageable structures. And most people like it when their dreams come true. ## The action -See the `devlog/` directory for a detailed record of the development +See the [`devlog/`](devlog/) directory for a detailed record of the development process. Writing down what I did, how I did them, what walls I ran into, and