Skip to content

Commit da90229

Browse files
committedOct 20, 2022
add and update tracking links
1 parent 1202049 commit da90229

File tree

110 files changed

+254
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+254
-254
lines changed
 

‎1-getting-started-lessons/1-intro-to-programming-languages/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this lesson, we'll cover:
1717
- Basic elements of a program
1818
- Useful software and tooling for the professional developer
1919

20-
> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-13441-cxa)!
20+
> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-77807-sagibbon)!
2121
2222
## What is Programming?
2323

@@ -111,10 +111,10 @@ Developers rely on editors for a few additional reasons:
111111

112112
#### Popular Editors and Web Development Extensions
113113

114-
- [Visual Studio Code](https://code.visualstudio.com/)
115-
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
116-
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack)
117-
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
114+
- [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-77807-sagibbon)
115+
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker/?WT.mc_id=academic-77807-sagibbon)
116+
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack/?WT.mc_id=academic-77807-sagibbon)
117+
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode/?WT.mc_id=academic-77807-sagibbon)
118118
- [Atom](https://atom.io/)
119119
- [spell-check](https://atom.io/packages/spell-check)
120120
- [teletype](https://atom.io/packages/teletype)
@@ -128,7 +128,7 @@ Many browsers come with *developer tools* (DevTools) that contain a set of helpf
128128

129129
#### Popular Browsers and DevTools
130130

131-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
131+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
132132
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
133133
- [Firefox](https://developer.mozilla.org/docs/Tools)
134134

@@ -144,22 +144,22 @@ Options for the command line will differ based on the operating system you use.
144144

145145
#### Windows
146146

147-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
148-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
149-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
147+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
148+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
149+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
150150
- [mintty](https://mintty.github.io/)
151151

152152
#### MacOS
153153

154154
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
155155
- [iTerm](https://iterm2.com/)
156-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
156+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
157157

158158
#### Linux
159159

160160
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
161161
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
162-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
162+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
163163

164164
#### Popular Command Line Tools
165165

@@ -176,7 +176,7 @@ When a developer wants to learn something new, they'll most likely turn to docum
176176
- [Mozilla Developer Network (MDN)](https://developer.mozilla.org/docs/Web), from Mozilla, the publishers of the [Firefox](https://www.mozilla.org/firefox/) browser
177177
- [Frontend Masters](https://frontendmasters.com/learn/)
178178
- [Web.dev](https://web.dev), from Google, publishers of [Chrome](https://www.google.com/chrome/)
179-
- [Microsoft's own developer docs](https://docs.microsoft.com/microsoft-edge/#microsoft-edge-for-developers), for [Microsoft Edge](https://www.microsoft.com/edge)
179+
- [Microsoft's own developer docs](https://docs.microsoft.com/microsoft-edge/#microsoft-edge-for-developers?WT.mc_id=academic-77807-sagibbon), for [Microsoft Edge](https://www.microsoft.com/edge/?WT.mc_id=academic-77807-sagibbon)
180180

181181
✅ Do some research: Now that you know the basics of a web developer's environment, compare and contrast it with a web designer's environment.
182182

‎1-getting-started-lessons/1-intro-to-programming-languages/translations/README.es.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Muchos navegadores vienen con *herramientas para desarrolladores* (DevTools) que
126126

127127
#### Navegadores y herramientas de desarrollo populares
128128

129-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
129+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
130130
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
131131
- [Firefox](https://developer.mozilla.org/docs/Tools)
132132

@@ -142,22 +142,22 @@ Las opciones para la línea de comando varian según el sistema operativo que ut
142142

143143
#### Windows
144144

145-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
146-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
147-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
145+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
146+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
147+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
148148
- [Mintty](https://mintty.github.io/)
149149

150150
#### MacOS
151151

152152
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
153153
- [iTerm](https://iterm2.com/)
154-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
154+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
155155

156156
#### Linux
157157

158158
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
159159
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
160-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
160+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
161161

162162
#### Línea de comandos (CLI) Populares
163163

0 commit comments

Comments
 (0)