Skip to content

Commit f2aff1f

Browse files
committed
Change bforborum to borumtech
1 parent cc82294 commit f2aff1f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also set up a task within your IDE to run steps 2 and 3 automatically.
1414

1515
## Usage
1616

17-
To use it, go to https://jot.bforborum.com to log in. If you do not already have a Borum account, go to https://accounts.bforborum.com to make one.
17+
To use it, go to https://jot.borumtech.com to log in. If you do not already have a Borum account, go to https://accounts.borumtech.com to make one.
1818

1919
## Contributors
2020

libs/Datastore/BorumJotRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import BorumRequest from "./BorumRequest";
22

33
export default class BorumJotRequest extends BorumRequest {
44
static initialize(input: RequestInfo, init?: RequestInit) {
5-
return new BorumJotRequest(`https://api.jot.bforborum.com/api/v1/${input}`, init);
5+
return new BorumJotRequest(`https://api.jot.borumtech.com/api/v1/${input}`, init);
66
}
77
}

libs/Datastore/BorumRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class BorumRequest extends Request {
1010
}
1111

1212
static initialize(input: RequestInfo, init?: RequestInit) {
13-
return new BorumRequest(`https://api.bforborum.com/api/${input}`, init);
13+
return new BorumRequest(`https://api.borumtech.com/api/${input}`, init);
1414
}
1515

1616
authorize(): BorumRequest {

pages/Login/login.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ export default function Login({ fade, onFadeInHome, setFade }) {
106106
format="password"
107107
label="Password"
108108
/>
109-
<Link href="http://forum.bforborum.com/reset_password">
109+
<Link href="http://forum.borumtech.com/reset_password">
110110
<a target="_blank">Forgot password? Reset it</a>
111111
</Link>
112112
<button type="submit" className={login.card}>
113113
{showSpinner ? <ProgressSpinner /> : "Login"}
114114
</button>
115115
</form>
116116
<div className={login.register}>
117-
<Link href="https://accounts.bforborum.com">
117+
<Link href="https://accounts.borumtech.com">
118118
<a target="_blank">New to Borum? Create an Account</a>
119119
</Link>
120120
</div>

pages/Settings/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export default function Settings(props) {
5959

6060
<p>
6161
To update your Borum Account, go to{" "}
62-
<a href="https://accounts.bforborum.com">
63-
accounts.bforborum.com
62+
<a href="https://accounts.borumtech.com">
63+
accounts.borumtech.com
6464
</a>
6565
</p>
6666
</section>

0 commit comments

Comments
 (0)