Skip to content

Commit 352585e

Browse files
aterrelclaude
andcommitted
Update domain from pyhpc.io to pyhpc.org
- Change CNAME record to pyhpc.org - Update site URL in publishconf.py - Update README references to new domain πŸ€– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c489cf3 commit 352585e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
www.pyhpc.io
1+
www.pyhpc.org
22
============
33

4-
This repository contains the landing page and blog for www.pyhpc.io.
4+
This repository contains the landing page and blog for www.pyhpc.org.
55

66
## Contributing
77

β€Žcontent/CNAMEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyhpc.io
1+
pyhpc.org

β€Žpublishconf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pelicanconf import *
1212

1313
# If your site is available via HTTPS, make sure SITEURL begins with https://
14-
SITEURL = 'https://www.pyhpc.io'
14+
SITEURL = 'https://www.pyhpc.org'
1515
RELATIVE_URLS = False
1616

1717
FEED_ALL_ATOM = 'feeds/all.atom.xml'

0 commit comments

Comments
Β (0)