From 106d94860fe603a345e243c69d26fc2c6d973959 Mon Sep 17 00:00:00 2001 From: Hamham6 <157623847+Hamham6@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:31:03 -0400 Subject: [PATCH 1/3] Update bolt.cm to boltcms.io in README.md Avoids security warning page in HTTPS-Only mode about expired `bolt.cm` certificate. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 544c8cc27..81f27ae6b 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ For **development** of Bolt CMS itself, check out the [setup guide](./SETUP.md) There are multiple ways to help the Bolt project going forward: * Star this repository -* Learn how to [spread the word](https://docs.bolt.cm/other/contributing) -* Help by writing and [contributing code or documentation](https://docs.bolt.cm/other/contributing) +* Learn how to [spread the word](https://docs.boltcms.io/other/contributing) +* Help by writing and [contributing code or documentation](https://docs.boltcms.io/other/contributing) ## Credits From e30e5b1ad9a637183ad389f7b18891b51f38491e Mon Sep 17 00:00:00 2001 From: Hamham6 <157623847+Hamham6@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:35:18 -0400 Subject: [PATCH 2/3] Update bolt.cm to boltcms.io on CONTRIBUTING.md --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6f284587f..117be12e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,4 @@ Contributing to Bolt Bolt is an open source, community-driven project. Whether you're a user of Bolt, a developer or both, contributing to Bolt is easy! -If you'd like to contribute, please read "[Contributing to Bolt][contributing]" -on the documentation site. - -[contributing]: https://docs.bolt.cm/other/contributing +If you'd like to contribute, please read "[Contributing to Bolt][https://docs.boltcms.io/other/contributing]" on the documentation site. From da0adc64621a75980013afea20c22319c5d6939f Mon Sep 17 00:00:00 2001 From: Hamham6 <157623847+Hamham6@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:39:55 -0400 Subject: [PATCH 3/3] Fix markdown in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 117be12e5..e38ecdd93 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,4 +4,4 @@ Contributing to Bolt Bolt is an open source, community-driven project. Whether you're a user of Bolt, a developer or both, contributing to Bolt is easy! -If you'd like to contribute, please read "[Contributing to Bolt][https://docs.boltcms.io/other/contributing]" on the documentation site. +If you'd like to contribute, please read "[Contributing to Bolt](https://docs.boltcms.io/other/contributing)" on the documentation site.