Skip to content

Commit 159ad29

Browse files
switch to new domain everywhere (#55)
1 parent 3e85fc7 commit 159ad29

4 files changed

Lines changed: 5 additions & 9 deletions

File tree

docs/computer-science/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ they belong in [extras/courses](./extras/courses.md) or [extras/readings](./extr
3636

3737
**Duration**. It is possible to finish within about 2 years if you plan carefully and devote roughly 20 hours/week to your studies. Learners can use [this spreadsheet](https://docs.google.com/spreadsheets/d/1Pp4z-ulYDT9Px88oTQP5FJiZWyk8LcF7cBvc6SVXu6o/) to estimate their end date. Make a copy and input your start date and expected hours per week in the `Timeline` sheet. As you work through courses you can enter your actual course completion dates in the `Curriculum Data` sheet and get updated completion estimates.
3838

39-
> **Warning:** While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not always be up-to-date with the curriculum. Use the [Borr Project website](https://borrproject.github.io) to see what courses to do.
39+
> **Warning:** While the spreadsheet is a useful tool to estimate the time you need to complete this curriculum, it may not always be up-to-date with the curriculum. Use the [Borr Project website](https://borr.dev) to see what courses to do.
4040
4141
**Cost**. All or nearly all course material is available for free. However, some courses may charge money for assignments/tests/projects to be graded.
4242
Note that both [Coursera](https://www.coursera.support/s/article/209819033-Apply-for-Financial-Aid-or-a-Scholarship?language=en_US) and [edX](https://courses.edx.org/financial-assistance/) offer financial aid.
@@ -61,7 +61,7 @@ just remember that you can't purchase success!
6161
- We have a Discord server! [![Discord](https://img.shields.io/discord/1385616874200371350.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/uR2QS36pdH) This should be your first stop to talk with other Borr project students. Why don't you introduce yourself right now? [Join the Borr Project Discord](https://discord.gg/uR2QS36pdH)
6262
- You can also interact through GitHub issues. If there is a problem with a course, or a change needs to be made to the curriculum, this is the place to start the conversation. Read more [here](../contributing.md).
6363

64-
> **Warning:** There are a few third-party/deprecated/outdated material that you might find when searching for Borr Project or OSSU. We recommend you to ignore them, and only use the [Borr Project website](https://borrproject.github.io). Some known outdated materials are:
64+
> **Warning:** There are a few third-party/deprecated/outdated material that you might find when searching for Borr Project or OSSU. We recommend you to ignore them, and only use the [Borr Project website](https://borr.dev). Some known outdated materials are:
6565
> - OSSU repos and websites
6666
> - An unmaintained and deprecated firebase app
6767
> - An unmaintained and deprecated trello board

docusaurus.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
},
2020

2121
// Set the production url of your site here
22-
url: 'https://borrproject.github.io',
22+
url: 'https://borr.dev',
2323
// Set the /<baseUrl>/ pathname under which your site is served
2424
// For GitHub pages deployment, it is often '/<projectName>/'
2525
baseUrl: '/',
@@ -79,10 +79,6 @@ const config = {
7979
theme: {
8080
customCss: './src/css/custom.css',
8181
},
82-
gtag: {
83-
trackingID: 'G-8J0Q85NP5N',
84-
anonymizeIP: true,
85-
},
8682
}),
8783
],
8884
],

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function Home() {
4444
<div className="text--center">
4545
<p>Come, chat with us:</p>
4646
<a href="https://discord.gg/uR2QS36pdH"><img width="320" height="76" src="https://discordapp.com/api/guilds/1385616874200371350/widget.png?style=banner2" alt="Discord Banner"/></a>
47-
<p className="meta" {...{ 'xmlns:cc': "http://creativecommons.org/ns#" }} {...{ 'xmlns:dct': "http://purl.org/dc/terms/" }}><a property="dct:title" rel="cc:attributionURL" href="https://borrproject.github.io">The Borr Project</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/BorrProject/borrproject.github.io/graphs/contributors">the Borr Project Contributors</a> is licensed under <a className={styles.cc} href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-NC-SA 4.0 <img className={styles.ccimages} src="/img/cc.svg" alt="cc" width="22" height="22"/><img className={styles.ccimages} src="/img/by.svg" alt="by" width="22" height="22"/><img className={styles.ccimages} src="/img/nc.svg" alt="nc" width="22" height="22"/><img className={styles.ccimages} src="/img/sa.svg" alt="sa" width="22" height="22"/></a></p>
47+
<p className="meta" {...{ 'xmlns:cc': "http://creativecommons.org/ns#" }} {...{ 'xmlns:dct': "http://purl.org/dc/terms/" }}><a property="dct:title" rel="cc:attributionURL" href="https://borr.dev">The Borr Project</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/BorrProject/borrproject.github.io/graphs/contributors">the Borr Project Contributors</a> is licensed under <a className={styles.cc} href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-NC-SA 4.0 <img className={styles.ccimages} src="/img/cc.svg" alt="cc" width="22" height="22"/><img className={styles.ccimages} src="/img/by.svg" alt="by" width="22" height="22"/><img className={styles.ccimages} src="/img/nc.svg" alt="nc" width="22" height="22"/><img className={styles.ccimages} src="/img/sa.svg" alt="sa" width="22" height="22"/></a></p>
4848
</div>
4949
</section>
5050
</main>

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"related_applications": [
1212
{
1313
"platform": "webapp",
14-
"url": "https://borrproject.github.io/manifest.json"
14+
"url": "https://borr.dev/manifest.json"
1515
}
1616
],
1717
"icons": [

0 commit comments

Comments
 (0)