diff --git a/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml b/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml index 1314c0e9dfaf875e289075a044b6da956879b884..b644ca85a2d85b9b507bb9ffed63d248466bface 100644 --- a/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml +++ b/web/src/main/webapp/WEB-INF/components/admin/menu.xhtml @@ -22,7 +22,7 @@ <!-- <p:menuitem value="Genome" url="/admin/genomes.xhtml?id=#{mapMB.currentMapId}"/> --> <p:menuitem value="Manual" - onclick="window.open('#{request.contextPath}/javax.faces.resource/admin_guide.pdf.xhtml?ln=other','_admin_manual_');"/> + onclick="window.open('#{request.contextPath}/javax.faces.resource/user_guide.pdf.xhtml?ln=other','_admin_manual_');"/> <p:menuitem value="Logout" actionListener="#{userMB.doLogout}" oncomplete="location.reload();" style="position: absolute; right: 6px; color:#ffffff; "/> diff --git a/web/src/main/webapp/resources/other/admin_guide.pdf b/web/src/main/webapp/resources/other/admin_guide.pdf deleted file mode 100644 index a1f36ad2e63fb11403a5d34ce0d45e47b69c8e96..0000000000000000000000000000000000000000 Binary files a/web/src/main/webapp/resources/other/admin_guide.pdf and /dev/null differ