Skip to content

Commit 28f5fc4

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

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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/liquidjava-docs/`.
16+
Then open `http://127.0.0.1:4000/docs/`.
1717

18-
To serve the site at the root path locally instead of `/liquidjava-docs`, run:
18+
To serve the site at the root path locally instead of `/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://rcosta358.github.io/liquidjava-docs`.
32+
The site is configured as a GitHub Pages project site at `https://liquid-java.github.io/docs`.

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ liquidjava_examples_url: https://github.com/liquid-java/liquidjava-examples
77
liquidjava_examples_codespaces_url: https://codespaces.new/liquid-java/liquidjava-examples
88
liquidjava_tutorial_url: https://github.com/liquid-java/liquidjava-tutorial
99

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

1313
permalink: pretty
1414
search_enabled: true
@@ -17,7 +17,7 @@ heading_anchors: true
1717
favicon_ico: "/assets/images/favicon.ico"
1818

1919
gh_edit_link: true
20-
gh_edit_repository: https://github.com/liquid-java/liquidjava-docs
20+
gh_edit_repository: https://github.com/liquid-java/docs
2121
gh_edit_branch: main
2222
gh_edit_source: /
2323
gh_edit_view_mode: tree

_includes/nav_footer_custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p>
22
Help improve this documentation by contributing on
3-
<a href="https://github.com/liquid-java/liquidjava-docs">GitHub</a>
4-
</p>
3+
<a href="https://github.com/liquid-java/docs">GitHub</a>
4+
</p>

pages/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ description: Find LiquidJava papers, posters, and source repositories for deeper
2121

2222
- [liquidjava](https://github.com/liquid-java/liquidjava)
2323
- [vscode-liquidjava](https://github.com/liquid-java/vscode-liquidjava)
24-
- [liquidjava-docs](https://github.com/liquid-java/liquidjava-docs)
2524
- [liquidjava-examples](https://github.com/liquid-java/liquidjava-examples)
2625
- [liquidjava-tutorial](https://github.com/liquid-java/liquidjava-tutorial)
2726
- [liquid-java-external-libs](https://github.com/liquid-java/liquid-java-external-libs)
27+
- [liquidjava-docs](https://github.com/liquid-java/docs)
2828

2929
## Website
3030

0 commit comments

Comments
 (0)