Skip to content

Commit 666e321

Browse files
authored
fix: change links (#6)
1 parent 1d7497b commit 666e321

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-present Reaper <[email protected]> (https://reaper.im)
3+
Copyright (c) 2021-present Reaper <[email protected]> (https://reaper.is)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ time like I did.
2020

2121
## Link
2222

23-
You can access all the devices at [https://cri.reaper.im](https://cri.reaper.im).
23+
You can access all the devices at [https://cri.barelyhuman.dev](https://cri.barelyhuman.dev).
2424

2525
## Contribute
2626

27-
If you wish to add more devices/ROMs to the list you can follow the steps [here](https://cri.reaper.im/submit-rom).
27+
If you wish to add more devices/ROMs to the list you can follow the steps [here](https://cri.barelyhuman.dev/submit-rom).
2828

2929
## Data Credits
3030

components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function Footer({ ...props }) {
2020
<div>
2121
<p>
2222
2021 - present &copy;{' '}
23-
<a href='https://reaper.im' className=' hover:text-black'>
23+
<a href='https://reaper.is' className=' hover:text-black'>
2424
Reaper
2525
</a>
2626
</p>

components/head.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ export function Head({ ...props }) {
1515
/>
1616
{/* Open Graph / Facebook */}
1717
<meta property='og:type' content='website' />
18-
<meta property='og:url' content='https://cri.reaper.im/' />
18+
<meta property='og:url' content='https://cri.barelyhuman.dev/' />
1919
<meta property='og:title' content='Custom Rom Index | CRI' />
2020
<meta
2121
property='og:description'
2222
content='Easiest way to find phones that support custom ROMs'
2323
/>
24-
<meta property='og:image' content='https://cri.reaper.im/og-image.png' />
24+
<meta property='og:image' content='https://cri.barelyhuman.dev/og-image.png' />
2525
{/* Twitter */}
2626
<meta property='twitter:card' content='summary_large_image' />
27-
<meta property='twitter:url' content='https://cri.reaper.im/' />
27+
<meta property='twitter:url' content='https://cri.barelyhuman.dev/' />
2828
<meta property='twitter:title' content='Custom Rom Index | CRI' />
2929
<meta
3030
property='twitter:description'
3131
content='Easiest way to find phones that support custom ROMs'
3232
/>
3333
<meta
3434
property='twitter:image'
35-
content='https://cri.reaper.im/og-image.png'
35+
content='https://cri.barelyhuman.dev/og-image.png'
3636
/>
3737
{props.children}
3838
</NextHead>

public/sitemap.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset
3-
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6-
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7-
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8-
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8+
99

1010
<url>
11-
<loc>https://cri.reaper.im/</loc>
11+
<loc>https://cri.barelyhuman.dev/</loc>
1212
<lastmod>2021-08-22T08:01:37+00:00</lastmod>
1313
<priority>1.00</priority>
1414
</url>
1515
<url>
16-
<loc>https://cri.reaper.im/devices</loc>
16+
<loc>https://cri.barelyhuman.dev/devices</loc>
1717
<lastmod>2021-08-22T08:01:37+00:00</lastmod>
1818
<priority>0.80</priority>
1919
</url>
2020
<url>
21-
<loc>https://cri.reaper.im/submit-rom</loc>
21+
<loc>https://cri.barelyhuman.dev/submit-rom</loc>
2222
<lastmod>2021-08-22T08:01:37+00:00</lastmod>
2323
<priority>0.80</priority>
24-
</url>
25-
26-
24+
</url>
25+
26+
2727
</urlset>

0 commit comments

Comments
 (0)