Skip to content

Commit 6523932

Browse files
FIX: broken anchor
1 parent 3a89583 commit 6523932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

short_courses/data_science_best_practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ While it is not essential to follow every recommendation to the letter, thoughtf
1212
- [Language: Python](#language-python)
1313
- [Version Control: Git](#version-control-git)
1414
- [Project Structure](#project-structure)
15-
- [README: README.md](#readme-readmemd)
15+
- [README: README.md](#readme)
1616
- [Project Config: TOML](#project-config-toml)
1717
- [IDE: VSCode](#ide-vscode)
1818
- [Packaging and Dependency Management: Poetry](#packaging-and-dependency-management-poetry)
@@ -193,7 +193,7 @@ NOTE: files beginning `.` are hidden files and will not appear unless showing hi
193193
ls -A
194194
```
195195

196-
## README: README.md {#readme-readmemd}
196+
## README
197197

198198
A well-structured README file is essential for providing users with clear instructions about the project. It should give an overview of the project, installation steps, usage instructions, and contribution guidelines. README.md file should be written in [markdown](https://www.markdownguide.org/), and contain basic project information, installation instructions and links to associated publications.
199199

0 commit comments

Comments
 (0)