Skip to content

Commit afa0d5d

Browse files
committed
Fix repo name due to the rename
1 parent 06b9f3b commit afa0d5d

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

00-quick-start/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you see "You don't have access to GitHub Copilot," you'll need to use the fre
4040

4141
If you don't want to install any of the prerequisites, you can use GitHub Codespaces, which has the GitHub Copilot CLI ready to go (you'll need to sign in), pre-installs Python 3.13, pytest, and the GitHub CLI.
4242

43-
1. [Fork this repository](https://github.com/github/github-copilot-cli-for-beginners/fork) to your GitHub account
43+
1. [Fork this repository](https://github.com/github/copilot-cli-for-beginners/fork) to your GitHub account
4444
2. Select **Code** > **Codespaces** > **Create codespace on main**
4545
3. Wait a few minutes for the container to build
4646
4. You're ready to go! The terminal will open automatically in the Codespace environment.
@@ -53,6 +53,8 @@ If you don't want to install any of the prerequisites, you can use GitHub Codesp
5353
5454
> 💡 **Python required for demos**: The course uses a Python sample app. If you're working locally, install [Python 3.10+](https://www.python.org/downloads/) before starting the demos.
5555
56+
> **Note:** While the primary examples shown throughout the course use Python (`samples/book-app-project`), JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work with those languages. Each sample has a README with instructions for running the app in that language.
57+
5658
Choose the method that works for your system:
5759

5860
### All Platforms (npm)
@@ -84,7 +86,7 @@ curl -fsSL https://gh.io/copilot-install | bash
8486

8587
## Authentication
8688

87-
Open a terminal window at the root of the `github-copilot-cli-for-beginners` repository, start the CLI and allow access to the folder.
89+
Open a terminal window at the root of the `copilot-cli-for-beginners` repository, start the CLI and allow access to the folder.
8890

8991
```bash
9092
copilot
@@ -151,7 +153,7 @@ After you receive a response, you can exit the CLI:
151153

152154
The course provides a sample app that you'll explore and improve throughout the course using the CLI *(You can see the code for this in /samples/book-app-project)*. Check that the *Python book collection terminal app* works before you get started. Run `python` or `python3` depending on your system.
153155

154-
> **Note:** The primary examples use Python (`samples/book-app-project`), but JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work in those languages.
156+
> **Note:** While the primary examples shown throughout the course use Python (`samples/book-app-project`), JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work with those languages. Each sample has a README with instructions for running the app in that language.
155157
156158
```bash
157159
cd samples/book-app-project

01-setup-and-first-steps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The course includes sample files with intentional code quality issues. Let's rev
6666

6767
```bash
6868
# Clone the course repository if you're working locally and haven't already
69-
git clone https://github.com/github/github-copilot-cli-for-beginners
70-
cd github-copilot-cli-for-beginners
69+
git clone https://github.com/github/copilot-cli-for-beginners
70+
cd copilot-cli-for-beginners
7171

7272
# Start Copilot
7373
copilot

02-context-conversations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ The hands-on examples focused on code quality reviews and input validation. Now
768768
769769
**Getting started:**
770770
```bash
771-
cd /path/to/github-copilot-cli-for-beginners
771+
cd /path/to/copilot-cli-for-beginners
772772
copilot
773773
> @samples/book-app-project/books.py @samples/book-app-project/book_app.py Trace how a book goes from user input to being saved in data.json.
774774
> @samples/book-app-project/data.json What happens if this file is missing or corrupted?

06-mcp-servers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The GitHub MCP server is built-in and requires no setup. Below are additional se
192192
}
193193
```
194194

195-
> 💡 **The `.` path**: The `.` means "current directory". Copilot can access files relative to where you launched it. In a Codespace, this is your workspace root. You can also use an absolute path like `/workspaces/github-copilot-cli-for-beginners` if you prefer.
195+
> 💡 **The `.` path**: The `.` means "current directory". Copilot can access files relative to where you launched it. In a Codespace, this is your workspace root. You can also use an absolute path like `/workspaces/copilot-cli-for-beginners` if you prefer.
196196
197197
Add this to your `~/.copilot/mcp-config.json` and restart Copilot.
198198

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![GitHub Copilot CLI for Beginners](./images/copilot-banner.png)
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) 
4-
[![Open project in GitHub Codespaces](https://img.shields.io/badge/Codespaces-Open-blue?style=flat-square&logo=github)](https://codespaces.new/github/github-copilot-cli-for-beginners?hide_repo_select=true&ref=main&quickstart=true) 
4+
[![Open project in GitHub Codespaces](https://img.shields.io/badge/Codespaces-Open-blue?style=flat-square&logo=github)](https://codespaces.new/github/copilot-cli-for-beginners?hide_repo_select=true&ref=main&quickstart=true) 
55
[![Official Copilot CLI documentation](https://img.shields.io/badge/GitHub-CLI_Documentation-00a3ee?style=flat-square&logo=github)](https://docs.github.com/en/copilot/how-tos/copilot-cli) 
66
[![Join AI Foundry Discord](https://img.shields.io/badge/Discord-AI_Community-blue?style=flat-square&logo=discord&color=5865f2&logoColor=fff)](https://aka.ms/foundry/discord)
77

@@ -83,7 +83,7 @@ The **[GitHub Copilot CLI command reference](https://docs.github.com/en/copilot/
8383

8484
## 🙋 Getting Help
8585

86-
- 🐛 **Found a bug?** [Open an Issue](https://github.com/github/github-copilot-cli-for-beginners/issues)
86+
- 🐛 **Found a bug?** [Open an Issue](https://github.com/github/copilot-cli-for-beginners/issues)
8787
- 🤝 **Want to contribute?** PRs welcome!
8888
- 📚 **Official Docs:** [GitHub Copilot CLI Documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli)
8989

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"tutorial",
1919
"course"
2020
],
21-
"author": "Dan Wahlin",
21+
"author": "Microsoft Corporation",
2222
"license": "MIT"
2323
}

0 commit comments

Comments
 (0)