Skip to content

Commit 69dac55

Browse files
brabojclaude
andauthored
docs: fix outdated README — domain, stale instruction, project structure (#174)
- Update live site URLs from braboj.github.io to braboj.me - Remove stale instruction to copy chapters to content/docs/ - Remove content/docs/ from project structure (Astro reads chapters/ directly) Closes #157 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9ecc13f commit 69dac55

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ On Windows, the symlink is created as a directory copy automatically.
2424
## Usage
2525

2626
Read the tutorial on the live site:
27-
[braboj.github.io/tutorial-git](https://braboj.github.io/tutorial-git/)
27+
[braboj.me/tutorial-git](https://braboj.me/tutorial-git/)
2828

2929
Chapters can also be read directly as Markdown files in the `chapters/`
3030
directory.
@@ -51,7 +51,6 @@ assets/
5151
banners/ # Banner images
5252
astro-site/ # Astro static site
5353
src/
54-
content/docs/ # Chapter copies for the Astro content collection
5554
components/ # Astro components (Header, ToC, TutorialLinks)
5655
layouts/ # Page layouts
5756
pages/ # Route definitions
@@ -72,9 +71,6 @@ $ npm run build # production build to dist/
7271
$ npm run preview # preview production build
7372
```
7473

75-
After editing a chapter in `chapters/`, copy it to
76-
`astro-site/src/content/docs/` to update the site.
77-
7874
## Configuration reference
7975

8076
| Key | Location | Description |
@@ -88,7 +84,7 @@ After editing a chapter in `chapters/`, copy it to
8884

8985
## Links
9086

91-
- [Live site](https://braboj.github.io/tutorial-git/)
87+
- [Live site](https://braboj.me/tutorial-git/)
9288
- [Contribution guide](docs/ONBOARDING.md)
9389
- [Dev journal](docs/dev-journal.md)
9490
- [Playbook](docs/PLAYBOOK.md)

0 commit comments

Comments
 (0)