Skip to content

Commit c715ccd

Browse files
committed
Update Site URL
1 parent 28f5fc4 commit c715ccd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ bundle install
1313
bundle exec jekyll serve
1414
```
1515

16-
Then open `http://127.0.0.1:4000/docs/`.
16+
Then open `http://127.0.0.1:4000/liquidjava-docs/`.
1717

18-
To serve the site at the root path locally instead of `/docs`, run:
18+
To serve the site at the root path locally instead of `/liquidjava-docs`, run:
1919

2020
```bash
2121
bundle exec jekyll serve --baseurl ""
@@ -29,4 +29,4 @@ bundle exec jekyll build
2929

3030
## Publishing
3131

32-
The site is configured as a GitHub Pages project site at `https://liquid-java.github.io/docs`.
32+
The site is configured as a GitHub Pages project site at `https://liquid-java.github.io/liquidjava-docs`.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ liquidjava_examples_codespaces_url: https://codespaces.new/liquid-java/liquidjav
88
liquidjava_tutorial_url: https://github.com/liquid-java/liquidjava-tutorial
99

1010
url: https://liquid-java.github.io
11-
baseurl: /docs
11+
baseurl: /liquidjava-docs
1212

1313
permalink: pretty
1414
search_enabled: true

0 commit comments

Comments
 (0)