Skip to content

Commit 12ddfde

Browse files
committed
Update links
1 parent f6acf3a commit 12ddfde

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ book:
1919

2020
#website:
2121

22-
site-url: https://s2t2.github.io/version-control-workshop-2024
23-
repo-url: https://github.com/s2t2/version-control-workshop-2024
22+
site-url: https://prof-rossetti.github.io/version-control-tutorial
23+
repo-url: https://github.com/prof-rossetti/version-control-tutorial
2424
repo-branch: main
2525
repo-subdir: docs
2626
repo-actions: [edit, issue, source]

docs/prereqs/vs-code-text-editor.qmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
# Text Editor
44

5-
The goal is to have access to a text-editing application of choice, which we'll use to create and edit files of code. To be programming language agnostic, in this workshop we will focus on text files written in the Markdown Language and ending in the ".md" extension.
6-
7-
We'll be using software called a **text editor**. Similar to word processing software like Microsoft Word, text editors allow us to write and save documents of text. But unlike word processors, which save extra metadata (e.g. styles and formatting) along with the underling text, text editors allow us to save files comprised of just text.
5+
We'll be using software called a **text editor** to create and edit files of code. Similar to word processing software like Microsoft Word, text editors allow us to write and save documents of text. But unlike word processors, which save extra metadata (e.g. styles and formatting) along with the underling text, text editors save files comprised of just text.
86

97
There are many text editor options out there, and it seems each developer has their own preference. Regardless of which text editor you choose, you are highly encouraged to configure it with certain plugins, packages and extensions to enhance your experience and save you time.
108

119
## VS Code
1210

13-
Our preferred text editor is called Visual Studio Code, or "VS Code" for short.
11+
Our preferred text editor is called Visual Studio Code, or \"VS Code\" for short.
1412

1513
### Installation and Configuration
1614

0 commit comments

Comments
 (0)