Skip to content

Commit

Permalink
Merge pull request BoostIO#206 from sota1235/hotfix-replace_old_url
Browse files Browse the repository at this point in the history
Replace old url.
  • Loading branch information
sota1235 authored Jan 8, 2017
2 parents 6e5082a + 76508fb commit 4b1c8a3
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 38 deletions.
21 changes: 0 additions & 21 deletions browser/lib/api.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/finder.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script src="../node_modules/codemirror/addon/runmode/runmode.js"></script>

<script src="../node_modules/raphael/raphael.min.js"></script>
<script src="../compiled/flowchart.js"></script>
<script src="../node_modules/flowchart.js/release/flowchart.min.js"></script>

<script src="../node_modules/katex/dist/katex.min.js"></script>
<script src="../node_modules/react/dist/react.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion lib/main-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var help = {
submenu: [
{
label: 'Boostnote official site',
click: function () { shell.openExternal('https://b00st.io/') }
click: function () { shell.openExternal('https://boostnote.io/') }
},
{
label: 'Issue Tracker',
Expand Down
2 changes: 1 addition & 1 deletion lib/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<script src="../node_modules/codemirror/addon/edit/continuelist.js"></script>

<script src="../node_modules/raphael/raphael.min.js"></script>
<script src="../compiled/flowchart.js"></script>
<script src="../node_modules/flowchart.js/release/flowchart.min.js"></script>
<script>
window._ = require('lodash')
</script>
Expand Down
6 changes: 0 additions & 6 deletions oh-my-cdn.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
"bugs": {
"url": "https://github.com/BoostIO/Boostnote/issues"
},
"homepage": "https://b00st.io",
"homepage": "https://boostnote.io",
"dependencies": {
"@rokt33r/markdown-it-math": "^4.0.1",
"@rokt33r/season": "^5.3.0",
"codemirror": "^5.19.0",
"electron-gh-releases": "^2.0.2",
"flowchart.js": "^1.6.5",
"font-awesome": "^4.3.0",
"immutable": "^3.8.1",
"js-sequence-diagrams": "^1000000.0.6",
Expand Down Expand Up @@ -94,7 +95,6 @@
"jsdom": "^9.4.2",
"merge-stream": "^1.0.0",
"nib": "^1.1.0",
"oh-my-cdn": "^0.1.1",
"react": "^15.3.0",
"react-color": "^2.2.2",
"react-css-modules": "^3.7.6",
Expand Down
4 changes: 2 additions & 2 deletions readme-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

## Goods

<img src="https://b00st.io/images/t3.png" width="250"/>
<img src="https://b00st.io/images/t1.png" width="250"/>
<img src="https://boostnote.io/images/t3.png" width="250"/>
<img src="https://boostnote.io/images/t1.png" width="250"/>

[Boostnote shop](https://boostnote.paintory.com/)から幾つかのグッズを販売しています。

Expand Down
4 changes: 2 additions & 2 deletions readme-ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

## Goods

<img src="https://b00st.io/images/t3.png" width="250"/>
<img src="https://b00st.io/images/t1.png" width="250"/>
<img src="https://boostnote.io/images/t3.png" width="250"/>
<img src="https://boostnote.io/images/t1.png" width="250"/>

[Boostnote store](https://boostnote.paintory.com/)에서 몇가지 상품들을 팔고있습니다.

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Please use the [issue tracker](https://github.com/BoostIO/Boostnote/issues) for


## Store
<img src="https://b00st.io/images/t3.png" width="250"/>
<img src="https://b00st.io/images/t1.png" width="250"/>
<img src="https://boostnote.io/images/t3.png" width="250"/>
<img src="https://boostnote.io/images/t1.png" width="250"/>

We're selling Boostnote goods on the [Boostnote store](https://boostnote.paintory.com/).

Expand Down

0 comments on commit 4b1c8a3

Please sign in to comment.