Skip to content

Commit 442968d

Browse files
author
code3-dev
committed
fix username
1 parent f5c383d commit 442968d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
- GitHub Actions CI/CD pipeline
4242
- Complete documentation suite
4343

44-
[Unreleased]: https://github.com/yourusername/foxcloud/compare/v1.0.0...HEAD
45-
[1.0.0]: https://github.com/yourusername/foxcloud/releases/tag/v1.0.0
44+
[Unreleased]: https://github.com/code3-dev/foxcloud/compare/v1.0.0...HEAD
45+
[1.0.0]: https://github.com/code3-dev/foxcloud/releases/tag/v1.0.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ By participating in this project, you agree to abide by our Code of Conduct. Ple
99
## Getting Started
1010

1111
1. Fork the repository
12-
2. Clone your fork: `git clone https://github.com/yourusername/foxcloud.git`
12+
2. Clone your fork: `git clone https://github.com/code3-dev/foxcloud.git`
1313
3. Create a branch for your feature: `git checkout -b feature/your-feature-name`
1414
4. Make your changes
1515
5. Test your changes

docs/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before deploying, ensure you have:
1313

1414
## Method 1: Download Pre-built Worker (Recommended for Quick Setup)
1515

16-
1. Download the latest `worker.js` from [Releases](https://github.com/yourusername/foxcloud/releases)
16+
1. Download the latest `worker.js` from [Releases](https://github.com/code3-dev/foxcloud/releases)
1717
2. Install Wrangler globally:
1818
```bash
1919
npm install -g wrangler
@@ -28,7 +28,7 @@ Before deploying, ensure you have:
2828

2929
1. Clone the repository:
3030
```bash
31-
git clone https://github.com/yourusername/foxcloud.git
31+
git clone https://github.com/code3-dev/foxcloud.git
3232
cd foxcloud
3333
```
3434
2. Install dependencies:
@@ -138,4 +138,4 @@ Monitor your Worker performance through:
138138
2. Real-time logs with `wrangler tail`
139139
3. Custom logging in your application code
140140

141-
For any deployment issues not covered in this guide, please check the [Issues](https://github.com/yourusername/foxcloud/issues) section of the repository or create a new issue.
141+
For any deployment issues not covered in this guide, please check the [Issues](https://github.com/code3-dev/foxcloud/issues) section of the repository or create a new issue.

docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before upgrading, backup your:
2323

2424
### Method 1: Pre-built Worker (Recommended for Production)
2525

26-
1. Download the latest `worker.js` from [Releases](https://github.com/yourusername/foxcloud/releases)
26+
1. Download the latest `worker.js` from [Releases](https://github.com/code3-dev/foxcloud/releases)
2727
2. Redeploy to Cloudflare Workers:
2828
```bash
2929
wrangler deploy worker.js

0 commit comments

Comments
 (0)