This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 198b3ef72 Update about page.
198b3ef72 is described below
commit 198b3ef72fc73a4f6ca38167e4d3c7addf1f2822
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 09:30:38 2022 -0400
Update about page.
---
content/about.html | 6 +++---
templates/about.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/about.html b/content/about.html
index c121cdc15..1a012ef23 100644
--- a/content/about.html
+++ b/content/about.html
@@ -261,8 +261,8 @@
}
<jc>// Our root REST bean.
- // Note that this must extend from {@link SpringRestServlet} to
allow use of injection.
- // All REST objects are attached to this bean using the {@link
Rest#children()} annotation.</jc>
+ // Note that this must extend from SpringRestServlet to allow
use of injection.
+ // All REST objects are attached to this bean using the
Rest.children() annotation.</jc>
<ja>@Bean</ja>
<jk>public</jk> RootResources getRootResources() {
<jk>return new</jk> RootResources();
@@ -336,7 +336,7 @@
<img class='bordered w800'
src='images/jrss.Overview.RootResources.json.png'>
<p>
- The {@link
oaj.examples.rest.springboot.HelloWorldResource} class shows an example of a
child resource
+ The <c>HelloWorldResource</c> class shows an example of
a child resource
defined as an injected bean.
</p>
<p class='bjava'>
diff --git a/templates/about.html b/templates/about.html
index 392099eee..07b67d12b 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -261,8 +261,8 @@
}
<jc>// Our root REST bean.
- // Note that this must extend from {@link SpringRestServlet} to
allow use of injection.
- // All REST objects are attached to this bean using the {@link
Rest#children()} annotation.</jc>
+ // Note that this must extend from SpringRestServlet to allow
use of injection.
+ // All REST objects are attached to this bean using the
Rest.children() annotation.</jc>
<ja>@Bean</ja>
<jk>public</jk> RootResources getRootResources() {
<jk>return new</jk> RootResources();
@@ -336,7 +336,7 @@
<img class='bordered w800'
src='images/jrss.Overview.RootResources.json.png'>
<p>
- The {@link
oaj.examples.rest.springboot.HelloWorldResource} class shows an example of a
child resource
+ The <c>HelloWorldResource</c> class shows an example of
a child resource
defined as an injected bean.
</p>
<p class='bjava'>