Skip to content

Commit

Permalink
Fix home URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Jan 22, 2024
1 parent 123fadd commit 92a0c92
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It is still, however, a goal to explore social bookmarking, taking into account
- **Login:** Login to your solid pod
- **Create:** Clicking on *create bookmark* - adds a bookmark to your pod

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



4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

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

<a id="add" class="navbar-item" href="#">
Expand Down
2 changes: 1 addition & 1 deletion v2/jsx/Bookmark.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// init
const defaultUri = 'https://melvin.solid.live/public/bookmarks.ttl'
var subject = getQueryStringParam('uri') || 'https://markbook.org/data/EarthPorn.ttl'
var subject = getQueryStringParam('uri') || 'https://mark-book.github.io/markbook/data/EarthPorn.ttl'

function Main (props) {
return (
Expand Down
4 changes: 2 additions & 2 deletions v2/src/components/bulma/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function NavbarSolid ({title, className, sourceCode, ...props}) {

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

return (<Navbar className={className}>
<Navbar.Brand>
<Navbar.Logo href='#' src="https://markbook.org/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
<Navbar.Logo href='#' src="https://mark-book.github.io/markbook/images/markbook.png" width="30" height="30" alt="Logo"></Navbar.Logo>
<Navbar.Item href='#'>{title}</Navbar.Item>
<Navbar.Burger/>
</Navbar.Brand>
Expand Down
4 changes: 2 additions & 2 deletions webmaps/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webmaps/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"@_ID": "ID_1672887815",
"@_CREATED": 1578920361269,
"@_MODIFIED": 1579018458540,
"@_LINK": "https://markbook.org/",
"@_LINK": "https://mark-book.github.io/markbook/",
"icon": {
"@_BUILTIN": "wizard"
},
Expand Down
2 changes: 1 addition & 1 deletion webmaps/index.mm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</map_styles>
</hook>
<hook NAME="AutomaticEdgeColor" COUNTER="19" RULE="ON_BRANCH_CREATION"/>
<node TEXT="Demo" LOCALIZED_STYLE_REF="AutomaticLayout.level,1" POSITION="right" ID="ID_1672887815" CREATED="1578920361269" MODIFIED="1579018458540" LINK="https://markbook.org/">
<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/">
<icon BUILTIN="wizard"/>
<edge COLOR="#007c00"/>
<font BOLD="true"/>
Expand Down

0 comments on commit 92a0c92

Please sign in to comment.