diff options
author | 2021-12-27 17:06:48 +0100 | |
---|---|---|
committer | 2021-12-27 17:06:48 +0100 | |
commit | 14986cd556dc31a4f9636e7819171ea6fed7a30b (patch) | |
tree | 4f79c686549aa21b741fca45298c2d95f03b6bcc | |
parent | 4a11ca5aa241c5d5128083b125c36175272f590c (diff) | |
download | website-14986cd556dc31a4f9636e7819171ea6fed7a30b.tar.gz website-14986cd556dc31a4f9636e7819171ea6fed7a30b.zip |
Change link to QueryDSL doc
-rw-r--r-- | navigation.rhtml.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navigation.rhtml.inc b/navigation.rhtml.inc index 3c2a96e..041201a 100644 --- a/navigation.rhtml.inc +++ b/navigation.rhtml.inc @@ -29,7 +29,7 @@ aria-expanded="false">Note su</a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <li><a class="dropdown-item" href="#">git</a></li> - <li><a class="dropdown-item" href="/docs/querydsl">QueryDSL</a></li> + <li><a class="dropdown-item" href="/docs/querydsl/querydsl.html">QueryDSL</a></li> <li><a class="dropdown-item" href="#">Spring Framework</a></li> <li><hr class="dropdown-divider" /> <li><a class="dropdown-item" href="#">C</a></li> |