Skip to content

Commit fe79adf

Browse files
TheZokersdirix
andauthored
Fix API links
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
1 parent 080ed43 commit fe79adf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

static/api/vue/vue-vanilla/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ <h3>Quick start</h3>
151151
</code></pre>
152152
<p>By default the Vanilla Renderers don&#39;t apply any CSS at all.
153153
For a quick start you can use <code>@jsonforms/vue-vanilla/vanilla.css</code>.</p>
154-
<p>For more information on how JSON Forms can be configured, please see the <a href="../vue/README.md">README of <code>@jsonforms/vue</code></a>.</p>
154+
<p>For more information on how JSON Forms can be configured, please see the <a href="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue/README.md">README of <code>@jsonforms/vue</code></a>.</p>
155155
<a href="#styling" id="styling" style="color: inherit; text-decoration: none;">
156156
<h3>Styling</h3>
157157
</a>
158158
<p>Each rendered HTML element specifies a CSS class which can be used to style it.
159159
This process can also be customized so that each element declares user-specified CSS classes.
160160
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.</p>
161-
<p>You can find the default CSS classes in `<a href="src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
161+
<p>You can find the default CSS classes in <a href="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue-vanilla/src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
162162
<p>To render your own classes simply <code>provide</code> them as <code>styles</code>.
163163
These <code>styles</code> replace the <code>defaultStyles</code>.
164164
If you want to fall back to <code>defaultStyles</code> or combine them with your own classes you&#39;ll need to do so programmatically, e.g.:</p>

static/api/vue2/vue2-vanilla/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1>JSON Forms - More Forms. Less Code</h1>
7272
<a href="#vue-2-vanilla-renderers" id="vue-2-vanilla-renderers" style="color: inherit; text-decoration: none;">
7373
<h2>Vue 2 Vanilla Renderers</h2>
7474
</a>
75-
<p>This is the JSON Forms Vue 2 Vanilla renderers package which provides a HTML5-based renderer set for <a href="https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2">JSON Forms Vue 2</a>.</p>
75+
<p>This is the JSON Forms Vue 2 Vanilla renderers package which provides a HTML5-based renderer set for <a href="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue2/vue2">JSON Forms Vue 2</a>.</p>
7676
<a href="#json-forms-vue-2-seed-app" id="json-forms-vue-2-seed-app" style="color: inherit; text-decoration: none;">
7777
<h3>JSON Forms Vue 2 seed app</h3>
7878
</a>
@@ -187,14 +187,14 @@ <h3>Quick start</h3>
187187
</code></pre>
188188
<p>By default the Vanilla Renderers don&#39;t apply any CSS at all.
189189
For a quick start you can use <code>@jsonforms/vue-vanilla/vanilla.css</code>.</p>
190-
<p>For more information on how JSON Forms can be configured, please see the <a href="../vue2/README.md">README of <code>@jsonforms/vue2</code></a>.</p>
190+
<p>For more information on how JSON Forms can be configured, please see the <a href="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue2/vue2/README.md">README of <code>@jsonforms/vue2</code></a>.</p>
191191
<a href="#styling" id="styling" style="color: inherit; text-decoration: none;">
192192
<h3>Styling</h3>
193193
</a>
194194
<p>Each rendered HTML element specifies a CSS class which can be used to style it.
195195
This process can also be customized so that each element declares user-specified CSS classes.
196196
Therefore JSON Forms Vue Vanilla can be integrated with any CSS-only UI framework quite easily.</p>
197-
<p>You can find the default CSS classes in `<a href="src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
197+
<p>You can find the default CSS classes in <a href="https://github.com/eclipsesource/jsonforms/blob/369370aed5060bd87440ffe008c9c26c2e0063d2/packages/vue/vue-vanilla/src/styles/defaultStyles.ts">defaultStyles.ts</a>.</p>
198198
<p>To render your own classes simply <code>provide</code> them as <code>styles</code>.
199199
These <code>styles</code> replace the <code>defaultStyles</code>.
200200
If you want to fall back to <code>defaultStyles</code> or combine them with your own classes you&#39;ll need to do so programmatically, e.g.:</p>
@@ -360,4 +360,4 @@ <h2>Legend</h2>
360360
<div class="overlay"></div>
361361
<script src="assets/js/main.js"></script>
362362
</body>
363-
</html>
363+
</html>

0 commit comments

Comments
 (0)