Skip to content

Commit fc9f8e7

Browse files
authored
docs: fix documentation links on README
1 parent c12f43e commit fc9f8e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ It lets you write Vue Components in Java.
1818

1919
* **Vue.js** Components with a **Java controller**
2020
* Template expressions **type checking** at compile time
21-
* [**Web Components** (Custom Elements)](https://axellience.github.io/vue-gwt/advanced/custom-elements.html) support
21+
* [**Web Components** (Custom Elements)](https://axellience.github.io/vue-gwt/guide/advanced/custom-elements.html) support
2222
* **HTML templates are compiled** during Java Compilation (only requires Vue.js runtime)
2323
* Use **regular Java Objects and Collections** in your templates
24-
* Supports [**injection** in Components](https://axellience.github.io/vue-gwt/essential/dependency-injection.html)
24+
* Supports [**injection** in Components](https://axellience.github.io/vue-gwt/guide/essentials/dependency-injection.html)
2525
* Supports **most of Vue.js features**
26-
* Integrates with [GWT Resources](https://axellience.github.io/vue-gwt/gwt-integration/client-bundles-and-styles.html) and [Widgets](https://axellience.github.io/vue-gwt/gwt-integration/widgets.html)
26+
* Integrates with [GWT Resources](https://axellience.github.io/vue-gwt/guide/gwt-integration/client-bundles-and-styles.html) and [Widgets](https://axellience.github.io/vue-gwt/guide/gwt-integration/widgets.html)
2727

2828
## Who is this for?
2929

@@ -33,14 +33,14 @@ It lets you write Vue Components in Java.
3333

3434
## What does it look like?
3535

36-
You can start by reading **[our documentation](https://axellience.github.io/vue-gwt/introduction/)** that contains live examples.
36+
You can start by reading **[our documentation](https://axellience.github.io/vue-gwt/guide/)** that contains live examples.
3737
You can also checkout the **[Vue GWT Demo page](https://axellience.github.io/vue-gwt-demo/)**.
3838

3939
Curious about the implementation? See the sources in our public **[Github repository](https://github.com/Axellience/vue-gwt)**.
4040

4141
## Let's do this!
4242

43-
When you are ready, you can start by **[setting it up on your project](https://axellience.github.io/vue-gwt/project-setup.html)**.
43+
When you are ready, you can start by **[setting it up on your project](https://axellience.github.io/vue-gwt/guide/project-setup.html)**.
4444

4545
> We are looking for feedback and contributions.
4646
If you use it on a project, please [let us know how it goes](https://gitter.im/Axellience/vue-gwt).

0 commit comments

Comments
 (0)