Skip to content

Commit eed6648

Browse files
Update CONTRIBUTING.md
1 parent fc18297 commit eed6648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ When contributing to this repository, please first discuss the change you wish t
44

55
Please note we have a code of conduct, please follow it in all your interactions with the project.
66

7-
- [Project Folder Structure](#Project-folder-structure)
7+
- [Project Folder Structure](#project-folder-structure)
88
- [Blueprints Organise Things](#blueprints-organise-things)
9-
- [Logging](#Logging)
10-
- [Debugging](#Debugging)
9+
- [Logging](#logging)
10+
- [Debugging](#debugging)
1111
## How to I made a change to the template?
1212

1313

@@ -62,7 +62,7 @@ def dashboard():
6262

6363
All the database migrations (changes to the database schema) are in `./migrations`. You never create these files manually, but you do *edit* them after you've created a database migration if it needs adjustment.
6464

65-
## Blueprints organise things into modules
65+
## Blueprints organise things
6666

6767
`admin` is a [Flask blueprint](https://flask.palletsprojects.com/en/2.0.x/blueprints/) which is a way to orgnise things.
6868

0 commit comments

Comments
 (0)