Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 309fceb

Browse files
committedMar 25, 2025
Fixed links in the table of content
The table of content links were autogenerated with an issue caused by commas and parentheses in URI fragments. Removing those characters to fix the issue and links properly.
1 parent f5fcf6a commit 309fceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [Part I The Foundation](#part-i-the-foundation)
88
- [Our Worldview and Company Culture](#our-worldview-and-company-culture)
99
- [Attitude](#attitude)
10-
- [Ego, Learning to fail, and Your relationship with your own work](#ego,-learning-to-fail,-and-your-relationship-with-your-own-work)
10+
- [Ego, Learning to fail, and Your relationship with your own work](#ego-learning-to-fail-and-your-relationship-with-your-own-work)
1111
- [Principles for success and teamwork philosophy](#principles-for-success-and-teamwork-philosophy)
1212
- [Your relationship with others and work hierarchy](#your-relationship-with-others-and-work-hierarchy)
1313
- [Working on client projects](#working-on-client-projects)
@@ -27,16 +27,16 @@
2727
- [ASDF version manager](#asdf-version-manager)
2828
- [Code Editors and IDEs](#code-editors-and-ides)
2929
- [Software Engineering](#software-engineering)
30-
- [Complexity and KISS (Do The Simplest Thing That Could Possibly Work)](#complexity-and-kiss-(do-the-simplest-thing-that-could-possibly-work))
30+
- [Complexity and KISS (Do The Simplest Thing That Could Possibly Work)](#complexity-and-kiss-do-the-simplest-thing-that-could-possibly-work)
3131
- [The Unix Philosophy](#the-unix-philosophy)
3232
- [Linux](#linux)
3333
- [How to try some commands in MacOS with a VM](#how-to-try-some-commands-in-macos-with-a-vm)
3434
- [Networking and SSH](#networking-and-ssh)
35-
- [Version Control, Git, and Github](#version-control,-git,-and-github)
35+
- [Version Control, Git, and Github](#version-control-git-and-github)
3636
- [Git](#git)
3737
- [GitHub and GitLab](#github-and-gitlab)
3838
- [Testing](#testing)
39-
- [Debugging, GDB, DTrace](#debugging,-gdb,-dtrace)
39+
- [Debugging, GDB, DTrace](#debugging-gdb-dtrace)
4040
- [Docker](#docker)
4141
- [Continuous Integration and GitHub Actions](#continuous-integration-and-github-actions)
4242
- [SQL and PostgreSQL](#sql-and-postgresql)

0 commit comments

Comments
 (0)
Please sign in to comment.