Skip to content

Commit f4b17f6

Browse files
fix: repository name and url
1 parent 6436946 commit f4b17f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ A comprehensive SaaS application template built with the [CodeBlock Dev Kit](htt
1717
You can download this template in two ways:
1818

1919
#### Option 1: Download ZIP File
20-
1. Go to the [GitHub](https://github.com/CodeBlock-Dev/CodeBlock.DevKit.Template) repository
20+
1. Go to the [GitHub](https://github.com/CodeBlock-Dev/CodeBlock.DevKit.SaaS.Template) repository
2121
2. Click the green `< > Code` button
2222
3. Select `Download ZIP`
2323
4. Extract the ZIP file to your desired location on your PC
2424

2525
#### Option 2: Clone with Git
2626
```bash
27-
git clone https://github.com/CodeBlock-Dev/CodeBlock.Dev Kit.Template.git
28-
cd CodeBlock.Dev Kit.Template
27+
git clone https://github.com/CodeBlock-Dev/CodeBlock.DevKit.SaaS.Template.git
28+
cd CodeBlock.DevKit.SaaS.Template
2929
```
3030

3131
**Note**: All Dev Kit modules are delivered via [NuGet packages](https://www.nuget.org/profiles/CodeBlock.Dev), so you only need to maintain your own business logic.
@@ -109,7 +109,7 @@ For detailed guidance on implementing features and customizing the template, ref
109109

110110
If you need help, have a question, or want to report a bug, you can create an issue and we will respond as soon as possible.
111111

112-
1. Visit [GitHub Issues](https://github.com/CodeBlock-Dev/CodeBlock.DevKit.Template/issues)
112+
1. Visit [GitHub Issues](https://github.com/CodeBlock-Dev/CodeBlock.DevKit.SaaS.Template/issues)
113113
2. Click the green "New issue" button
114114
3. Input a title and explain the issue
115115
4. Submit your request

0 commit comments

Comments
 (0)