Skip to content

Commit dc7e8ad

Browse files
authored
chore: update contact info to reflect new domain (#442)
2 parents 33768c3 + ee2c833 commit dc7e8ad

File tree

7 files changed

+508
-495
lines changed

7 files changed

+508
-495
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ representative at an online or offline event.
6161

6262
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6363
reported to the community leaders responsible for enforcement at
64-
[PR@kitimi.onmicrosoft.com](mailto:PR@kitimi.onmicrosoft.com).
64+
[PR@kitimi365.com](mailto:PR@kitimi365.com).
6565
All complaints will be reviewed and investigated promptly and fairly.
6666

6767
All community leaders are obligated to respect the privacy and security of the

website/blog/authors.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mkeithx:
33
title: Software Engineer · M365 Developer
44
url: https://github.com/mkeithx
55
image_url: https://github.com/mkeithx.png
6-
email: pr@kitimi.onmicrosoft.com
6+
email: pr@kitimi365.com
77
page: true
88

99
socials:
@@ -19,7 +19,7 @@ kpxeng:
1919
title: The Kitiplex Engineering Team
2020
url: https://github.com/kpxengineering
2121
image_url: https://github.com/kpxengineering.png
22-
email: pr@kitimi.onmicrosoft.com
22+
email: pr@kitimi365.com
2323
page: true
2424
socials:
2525
github: kpxengineering
@@ -30,7 +30,7 @@ botgina:
3030
title: Software Engineer @ Kitiplex
3131
url: https://github.com/botgina
3232
image_url: https://github.com/botgina.png
33-
email: pr@kitimi.onmicrosoft.com
33+
email: pr@kitimi365.com
3434
page: true
3535
socials:
3636
github: botgina
@@ -41,7 +41,7 @@ guleedev:
4141
title: Software Engineer @ Kitiplex
4242
url: https://github.com/GuLeeDev
4343
image_url: https://github.com/GuLeeDev.png
44-
email: pr@kitimi.onmicrosoft.com
44+
email: pr@kitimi365.com
4545
page: true
4646
socials:
4747
github: GuLeeDev
@@ -52,7 +52,7 @@ adele:
5252
title: Software Engineer @ Kitiplex
5353
url: https://github.com/CodeByAdele
5454
image_url: https://github.com/CodeByAdele.png
55-
email: pr@kitimi.onmicrosoft.com
55+
email: pr@kitimi365.com
5656
page: true
5757
socials:
5858
github: CodeByAdele
@@ -63,7 +63,7 @@ megan:
6363
title: Software Engineer @ Kitiplex
6464
url: https://github.com/CodeByMegan
6565
image_url: https://github.com/CodeByMegan.png
66-
email: pr@kitimi.onmicrosoft.com
66+
email: pr@kitimi365.com
6767
page: true
6868
socials:
6969
github: CodeByMegan
@@ -75,7 +75,7 @@ jonisy:
7575
title: Software Engineer @ Kitiplex
7676
url: https://github.com/SyJoniDev
7777
image_url: https://github.com/SyJoniDev.png
78-
email: pr@kitimi.onmicrosoft.com
78+
email: pr@kitimi365.com
7979
page: true
8080
socials:
8181
github: SyJoniDev

website/community/kitiplex/m365-terms-of-use.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Kitiplex reserves the right to terminate or suspend access to M365 for any user
4040
Kitiplex may update these Terms of Use from time to time. Users are responsible for regularly reviewing these terms to stay informed of any changes. Continued use of M365 after modifications constitutes acceptance of the updated terms.
4141

4242
## Contact
43-
If you have any questions or concerns about our Terms of Use, please contact us at [PR@kitimi.onmicrosoft.com](mailto:PR@kitimi.onmicrosoft.com).
43+
If you have any questions or concerns about our Terms of Use, please contact us at [PR@kitimi365.com](mailto:PR@kitimi365.com).
4444

4545
By accessing our Resources, you acknowledge that you have read, understood, and agree to abide by these Terms of Use.
4646

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const config: Config = {
230230
announcementBar: {
231231
id: `announcementBar_`,
232232
content:
233-
`<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">Articles published on this site are licensed under CC BY 4.0</a>`,
233+
`<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener noreferrer">Articles on this site are licensed under CC BY 4.0</a>`,
234234
isCloseable: true,
235235
backgroundColor: '#001127ff', // #051737ff
236236
},
@@ -284,7 +284,7 @@ const config: Config = {
284284
...(isDev ? [{ to: '/tests', label: 'Test ⚠️' }] : []),
285285
],
286286
},
287-
{ to: "/blog", label: "Blog" },
287+
{ to: "/blog", label: "Updates" },
288288
{ to: "/community", label: "Community", position: "left" },
289289
// { to: "/blog", label: "Blog", position: 'left' },
290290

0 commit comments

Comments
 (0)