Skip to content

Commit f19a30f

Browse files
committed
Merge branch 'dev'
2 parents b8bcf7e + 1be9d32 commit f19a30f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
chmod +x build.sh
3030
./build.sh BuildWebsite \
31-
--site-base-url "https://phmatray.github.io/StaticWGen" \
31+
--site-base-url "https://atypical-consulting.github.io/StaticWGen" \
3232
--site-title "StaticWGen"
3333
3434
- name: Log in to GitHub Container Registry

input/contact.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ StaticWGen is open source and community-driven. Whether you want to report a bug
1212

1313
## Links
1414

15-
- **GitHub**: [github.com/phmatray/StaticWGen](https://github.com/phmatray/StaticWGen)
16-
- **Issues**: [Report a bug or request a feature](https://github.com/phmatray/StaticWGen/issues)
17-
- **Discussions**: [Ask questions and share ideas](https://github.com/phmatray/StaticWGen/discussions)
15+
- **GitHub**: [github.com/Atypical-Consulting/StaticWGen](https://github.com/Atypical-Consulting/StaticWGen)
16+
- **Issues**: [Report a bug or request a feature](https://github.com/Atypical-Consulting/StaticWGen/issues)
17+
- **Discussions**: [Ask questions and share ideas](https://github.com/Atypical-Consulting/StaticWGen/issues)
1818

1919
## Contributing
2020

@@ -30,7 +30,7 @@ We welcome contributions of all kinds:
3030

3131
```bash
3232
# Clone the repo
33-
git clone https://github.com/phmatray/StaticWGen.git
33+
git clone https://github.com/Atypical-Consulting/StaticWGen.git
3434
cd StaticWGen
3535

3636
# Build and generate the site

input/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Static sites are fast, secure, and easy to deploy. But most generators force you
2525

2626
```bash
2727
# Clone the repository
28-
git clone https://github.com/phmatray/StaticWGen.git
28+
git clone https://github.com/Atypical-Consulting/StaticWGen.git
2929

3030
# Generate the site
3131
nuke

0 commit comments

Comments
 (0)