This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d80e66  Fix broken SOURCE link.
0d80e66 is described below

commit 0d80e66c229ee8fac1e0d9bc872829c2c24d9d88
Author: JamesBognar <[email protected]>
AuthorDate: Tue Oct 20 09:04:15 2020 -0400

    Fix broken SOURCE link.
---
 juneau-petstore-server/src/main/resources/juneau.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juneau-petstore-server/src/main/resources/juneau.cfg 
b/juneau-petstore-server/src/main/resources/juneau.cfg
index 98e4574..ef5716e 100755
--- a/juneau-petstore-server/src/main/resources/juneau.cfg
+++ b/juneau-petstore-server/src/main/resources/juneau.cfg
@@ -61,7 +61,7 @@ includeRowNums = false
 # Source code location
 
#=======================================================================================================================
 [Source]
-gitHub = 
https://github.com/apache/juneau/blob/master/juneau-examples/juneau-examples-rest/src/main/java
+gitHub = 
https://github.com/apache/juneau-petstore/blob/master/juneau-petstore-server/src/main/java/
 
 
#=======================================================================================================================
 # PetStoreResource properties

Reply via email to