Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[S01-Command-Line/M3-More-Resources-to-Learn-about-Command-Line] fixed code in line #24 #99

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion M3-command-line/L6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>More Resources to Learn about Command Line</h1>
<li><a href="https://help.ubuntu.com/community/CommandlineHowto" target="_blank">Command Line How-To</a></li>
<li><a href="https://help.ubuntu.com/community/UsingTheTerminal" target="_blank">Using the Terminal</a></li>
<li><a href="https://missing.csail.mit.edu/2020/course-shell/" target="_blank">MIT: Your Missing CS Semester: The Shell</a> and <a href="https://missing.csail.mit.edu/2020/shell-tools/" target="_blank">Shell Tools</a></li>
<li><a href="https://www.theodinproject.com/courses/foundations/lessons/command-line-basics-web-development-101" target="_blank">The Odin Project: Command Line Basics</a></li>
<li><a href="https://www.theodinproject.com/lessons/foundations-command-line-basics" target="_blank">The Odin Project: Command Line Basics </a></li>
<li><a href="https://agstakingco.gitbook.io/ethereum-2-0-ubuntu-for-beginners/#linux-terminal-basic-commands" target="_blank">Ubuntu for Beginners: Linux Terminal Basic Commands</a> </li>
<li><a href="https://www.codecademy.com/learn/learn-the-command-line" target="_blank">Code Academy: Learn the Command Line</a></li>
</ul>
Expand Down