Skip to content

Commit

Permalink
Remove dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Sep 14, 2023
1 parent 0a4538a commit ae75f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ tasks:
- mdbook serve . -p 8000 -n 127.0.0.1
linkcheck:
cmds:
# python -m pip install linkcheckmd
- ~/utilvenv/bin/python -m linkcheckmd ./src/
# go install github.com/giulianopz/mdlinkcheck
- mdlinkcheck --dir ./src/ | grep -v 200
1 change: 0 additions & 1 deletion src/doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Software Documentation

- [How to Write Doc Comments for the Javadoc Tool](https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html)
- [The Ins and Outs of Using Markdown for Technical Writing](https://document3-com/blog/markdown-for-technical-writing/)
- [Markdown Basic Syntax](https://www.markdownguide.org/basic-syntax/)
- [Documenting APIs: A guide for technical writers and engineers](https://idratherbewriting.com/learnapidoc/)
- [How Big Tech Runs Tech Projects and the Curious Absence of Scrum](https://blog.pragmaticengineer.com/project-management-at-big-tech/)

0 comments on commit ae75f15

Please sign in to comment.