diff --git a/README.md b/README.md index 5a050db..0783320 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ideas for future trees can be submitted as new .md ## Selected topics -### [HTTP to Physical](articles/http_to_phy.md) +### [HTTP to Physical](selected/http_to_phy.md) How does a web request actually get from A to B? @@ -15,7 +15,7 @@ TODO: - Better links to topics - Editing pass / blurb cleanup -### [Compilers: How To Make a Programming Language](articles/compilers.md) +### [Compilers: How To Make a Programming Language](selected/compilers.md) How do I make a simple programming language? @@ -24,14 +24,14 @@ TODO: ## Other topic ideas -`asm.md` +### [ASM](ideas/asm.md) WIP for "How do I understand what my computer is really doing at the bottom level?" (Better question for this one? Should this be a subtopic instead?) Needs: - Subtopics broken out - Header blurb -`perf.md` +### [Performance](ideas/perf.md) WIP for "How do I learn to write faster code?" Needs: - Subtopics broken out diff --git a/staging/asm.md b/ideas/asm.md similarity index 100% rename from staging/asm.md rename to ideas/asm.md diff --git a/staging/perf.md b/ideas/perf.md similarity index 100% rename from staging/perf.md rename to ideas/perf.md diff --git a/articles/compilers.md b/selected/compilers.md similarity index 100% rename from articles/compilers.md rename to selected/compilers.md diff --git a/articles/http_to_phy.md b/selected/http_to_phy.md similarity index 100% rename from articles/http_to_phy.md rename to selected/http_to_phy.md