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 46f39ec  Fix broken link.
46f39ec is described below

commit 46f39ec7f66d24acbd2579f853bea8a3693c69c3
Author: JamesBognar <[email protected]>
AuthorDate: Mon Oct 19 15:48:08 2020 -0400

    Fix broken link.
---
 content/petstore.html     | 2 +-
 juneau-website.properties | 2 +-
 templates/petstore.html   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/petstore.html b/content/petstore.html
index dae0a2b..d5896ad 100644
--- a/content/petstore.html
+++ b/content/petstore.html
@@ -494,7 +494,7 @@
                        After running the <c>Main</c> method in the client code 
to populate the database, the page renders as follows:
                </p>
                <p class='bcode w800'>
-       http://localhost:5000/petstore/pets
+       http://localhost:5000/petstore/pet
                </p>                    
                <img class='bordered w800' src='petstore/PetStore_pets.png'>
        
diff --git a/juneau-website.properties b/juneau-website.properties
index 28985de..97b5b2f 100644
--- a/juneau-website.properties
+++ b/juneau-website.properties
@@ -1,2 +1,2 @@
-juneauVersion = 8.2.1
+juneauVersion = 8.2.0
 juneauVersionNext = 9.0.0
diff --git a/templates/petstore.html b/templates/petstore.html
index dae0a2b..d5896ad 100644
--- a/templates/petstore.html
+++ b/templates/petstore.html
@@ -494,7 +494,7 @@
                        After running the <c>Main</c> method in the client code 
to populate the database, the page renders as follows:
                </p>
                <p class='bcode w800'>
-       http://localhost:5000/petstore/pets
+       http://localhost:5000/petstore/pet
                </p>                    
                <img class='bordered w800' src='petstore/PetStore_pets.png'>
        

Reply via email to