1
0

index.md is in src folder - fix link

This commit is contained in:
Declan Naughton
2024-01-03 19:42:23 +00:00
committed by Simon Michael
parent a95ebaea01
commit 3f63875ba7

View File

@@ -51,7 +51,7 @@ If you edit with Emacs markdown-mode:
### How to make a change through the web ### How to make a change through the web
1. Log in to Github and click the pencil at 1. Log in to Github and click the pencil at
[index.md](https://github.com/plaintextaccounting/plaintextaccounting/blob/master/index.md). [index.md](https://github.com/plaintextaccounting/plaintextaccounting/blob/master/src/index.md).
2. Make your changes to the markdown source. 2. Make your changes to the markdown source.
3. Use the Preview tab to check the result. 3. Use the Preview tab to check the result.
4. When everything looks right, commit with a descriptive message. 4. When everything looks right, commit with a descriptive message.