Skip to content

Commit 92a0c92

Browse files
Fix home URL
1 parent 123fadd commit 92a0c92

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is still, however, a goal to explore social bookmarking, taking into account
2020
- **Login:** Login to your solid pod
2121
- **Create:** Clicking on *create bookmark* - adds a bookmark to your pod
2222

23-
[**Demo →**](https://markbook.org/)
23+
[**Demo →**](https://mark-book.github.io/markbook/)
2424

2525

2626

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<nav class="navbar is-info" role="navigation" aria-label="main navigation">
1414
<div class="navbar-brand">
15-
<a class="navbar-item" href="https://markbook.org/">
16-
<img src="https://markbook.org/images/markbook.png" width="28" height="28">
15+
<a class="navbar-item" href="https://mark-book.github.io/markbook/">
16+
<img src="https://mark-book.github.io/markbook/images/markbook.png" width="28" height="28">
1717
</a>
1818

1919
<a id="add" class="navbar-item" href="#">

v2/jsx/Bookmark.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// init
22
const defaultUri = 'https://melvin.solid.live/public/bookmarks.ttl'
3-
var subject = getQueryStringParam('uri') || 'https://markbook.org/data/EarthPorn.ttl'
3+
var subject = getQueryStringParam('uri') || 'https://mark-book.github.io/markbook/data/EarthPorn.ttl'
44

55
function Main (props) {
66
return (

v2/src/components/bulma/Navbar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function NavbarSolid ({title, className, sourceCode, ...props}) {
181181

182182
return (<Navbar className={className}>
183183
<Navbar.Brand>
184-
<Navbar.Logo href='#' src="https://markbook.org/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
184+
<Navbar.Logo href='#' src="https://mark-book.github.io/markbook/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
185185
<Navbar.Item href='#'>{title}</Navbar.Item>
186186
<Navbar.Burger/>
187187
</Navbar.Brand>
@@ -201,7 +201,7 @@ function NavbarSolidLogin ({title, className, sourceCode, ...props}) {
201201

202202
return (<Navbar className={className}>
203203
<Navbar.Brand>
204-
<Navbar.Logo href='#' src="https://markbook.org/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
204+
<Navbar.Logo href='#' src="https://mark-book.github.io/markbook/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
205205
<Navbar.Item href='#'>{title}</Navbar.Item>
206206
<Navbar.Burger/>
207207
</Navbar.Brand>

webmaps/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

webmaps/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"@_ID": "ID_1672887815",
204204
"@_CREATED": 1578920361269,
205205
"@_MODIFIED": 1579018458540,
206-
"@_LINK": "https://markbook.org/",
206+
"@_LINK": "https://mark-book.github.io/markbook/",
207207
"icon": {
208208
"@_BUILTIN": "wizard"
209209
},

webmaps/index.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</map_styles>
6666
</hook>
6767
<hook NAME="AutomaticEdgeColor" COUNTER="19" RULE="ON_BRANCH_CREATION"/>
68-
<node TEXT="Demo" LOCALIZED_STYLE_REF="AutomaticLayout.level,1" POSITION="right" ID="ID_1672887815" CREATED="1578920361269" MODIFIED="1579018458540" LINK="https://markbook.org/">
68+
<node TEXT="Demo" LOCALIZED_STYLE_REF="AutomaticLayout.level,1" POSITION="right" ID="ID_1672887815" CREATED="1578920361269" MODIFIED="1579018458540" LINK="https://mark-book.github.io/markbook/">
6969
<icon BUILTIN="wizard"/>
7070
<edge COLOR="#007c00"/>
7171
<font BOLD="true"/>

0 commit comments

Comments
 (0)