Skip to content

Commit e9f93be

Browse files
authored
Updated references of boost.io to boost.org (boostorg#1870) (boostorg#1892)
1 parent 0e962cf commit e9f93be

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Django based website that will power a new Boost website. See the [documentati
77
Links:
88

99
- https://www.stage.boost.cppalliance.org/ - staging
10-
- https://www.boost.io/ - production
10+
- https://www.boost.org/ - production
1111

1212
---
1313

static/css/boostlook.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* The framework supports these main documentation templates:
2626
*
2727
* 1. AsciiDoctor Template:
28-
* example: https://www.boost.io/doc/libs/1_87_0/libs/charconv/doc/html/charconv.html
28+
* example: https://www.boost.org/doc/libs/1_87_0/libs/charconv/doc/html/charconv.html
2929
* <div class="boostlook">
3030
* <div class="header">
3131
* <h1>Title</h1>
@@ -41,7 +41,7 @@
4141
* </div>
4242
*
4343
* 2. Antora Template:
44-
* example: https://www.boost.io/doc/libs/1_87_0/doc/antora/url/index.html
44+
* example: https://www.boost.org/doc/libs/1_87_0/doc/antora/url/index.html
4545
* <div class="boostlook">
4646
* <div id="header">
4747
* <div id="toc" class="nav-container toc2">Navigation</div>
@@ -57,7 +57,7 @@
5757
* </div>
5858
*
5959
* 3. Quickbook Template:
60-
* example: https://www.boost.io/doc/libs/1_87_0/doc/html/accumulators.html
60+
* example: https://www.boost.org/doc/libs/1_87_0/doc/html/accumulators.html
6161
* <div class="boostlook">
6262
* <div class="spirit-nav">Navigation</div>
6363
* <div class="chapter"> <!-- might also be .section, .refentry, .document, or .book -->
@@ -69,7 +69,7 @@
6969
* </div>
7070
*
7171
* 4. README Template:
72-
* example: https://www.boost.io/library/1.87.0/beast/
72+
* example: https://www.boost.org/library/1.87.0/beast/
7373
* <section id="libraryReadMe" class="boostlook">ReadMe Content</section>
7474
*/
7575

users/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def do_scheduled_user_deletions():
8484
@shared_task
8585
def send_account_deleted_email(email):
8686
send_mail(
87-
"Your boost.io account has been deleted",
88-
"Your account on boost.io has been deleted.",
87+
"Your boost.org account has been deleted",
88+
"Your account on boost.org has been deleted.",
8989
settings.DEFAULT_FROM_EMAIL,
9090
[email],
9191
)

0 commit comments

Comments
 (0)