diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 13ae917..6100476 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -14,10 +14,10 @@ const config = {
tagline: 'Fluent assertions for JSON',
favicon: 'img/favicon.ico',
- url: 'https://inafl.github.io',
- baseUrl: '/assertj-json/',
+ url: 'https://assertj-json.archyoshi.com/',
+ baseUrl: '/',
- organizationName: 'inafl',
+ organizationName: 'archyoshi',
projectName: 'assertj-json',
onBrokenLinks: 'throw',
@@ -34,7 +34,7 @@ const config = {
({
docs: {
sidebarPath: './sidebars.js',
- editUrl: 'https://github.com/inafl/assertj-json/tree/main/docs/',
+ editUrl: 'https://github.com/archyoshi/assertj-json/tree/main/docs/',
},
blog: false,
theme: {
@@ -74,12 +74,12 @@ const config = {
label: 'Quick Start',
},
{
- href: 'https://javadoc.io/doc/com.github.archyoshi/assertj-json', // Placeholder API link
+ href: 'https://javadoc.jitpack.io/com/github/archyoshi/assertj-json/0.1.4/javadoc/index.html',
label: 'API',
position: 'left',
},
{
- href: 'https://github.com/inafl/assertj-json',
+ href: 'https://github.com/archyoshi/assertj-json',
label: 'GitHub',
position: 'right',
},
@@ -106,7 +106,7 @@ const config = {
items: [
{
label: 'GitHub',
- href: 'https://github.com/inafl/assertj-json',
+ href: 'https://github.com/archyoshi/assertj-json',
},
],
},
diff --git a/pom.xml b/pom.xml
index 38a69ee..5633c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.archyoshi
assertj-json
- 0.1.4
+ 0.1.5-SNAPSHOT
jar
AssertJ JSON