Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 0e803b3

Browse files
Update README formatting
1 parent 7d4ae76 commit 0e803b3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DFD Code Style Guide
22

3-
The style guide Dog Face Dev's developers use when writing code, to make sure it matches all standards and has a clean business-like look. Can be found as Markdown files, Word files or the HTML web pages used by our developers.
3+
The style guide Dog Face Development Co's developers use when writing code, to make sure it matches all standards and has a clean business-like look. Can be found as Markdown files, Word files or the HTML web pages used by our devs.
44

55
## Included Languages
66

@@ -12,13 +12,13 @@ The style guide Dog Face Dev's developers use when writing code, to make sure it
1212
- [ ] Markdown
1313

1414
## Links
15-
- http://google.github.io/styleguide/
16-
- https://medium.freecodecamp.org/the-100-correct-coding-style-guide-5b594a1655f0
17-
- https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style
18-
- https://docs.python-guide.org/writing/style/
19-
- https://artifex.org/~hblanks/talks/2011/pep20_by_example.pdf
20-
- https://pep8.org/
21-
- https://www.python.org/dev/peps/pep-0008/
22-
- https://www.python.org/dev/peps/pep-0020/
23-
- https://www.w3schools.com/html/html5_syntax.asp
24-
- https://css-tricks.com/css-style-guides/
15+
- [Google Style Guide](http://google.github.io/styleguide/)
16+
- [FreeCodeCamp Style Guide](https://medium.freecodecamp.org/the-100-correct-coding-style-guide-5b594a1655f0)
17+
- [Mozilla Coding Style](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style)
18+
- [Python Guide Style Guide](https://docs.python-guide.org/writing/style/)
19+
- [PEP 20 By Example](https://artifex.org/~hblanks/talks/2011/pep20_by_example.pdf)
20+
- [PEP8.org](https://pep8.org/)
21+
- [PEP 8](https://www.python.org/dev/peps/pep-0008/)
22+
- [PEP 20](https://www.python.org/dev/peps/pep-0020/)
23+
- [HTML5 Syntax](https://www.w3schools.com/html/html5_syntax.asp)
24+
- [CSS Style Guide](https://css-tricks.com/css-style-guides/)

0 commit comments

Comments
 (0)