[VIVO-1340] Fix links to documentation in runtime.properties (#98)

Resolves: https://jira.duraspace.org/browse/VIVO-1340
This commit is contained in:
Laura Wrubel 2018-12-05 14:54:09 -05:00 committed by Andrew Woods
parent db07d321e5
commit 9580863285

View file

@ -7,6 +7,11 @@
# Save a copy of this file as runtime.properties in your VIVO home directory, # Save a copy of this file as runtime.properties in your VIVO home directory,
# and edit the properties as needed for your installation. # and edit the properties as needed for your installation.
# #
# For more information on specific properties, see the configuration reference
# or installation options section of the technical documentation for the
# version of VIVO you are running:
# https://wiki.duraspace.org/display/VIVO/VIVO+Technical+Documentation
#
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@ -295,8 +300,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
# #
# When the following flag is set to enabled, the VIVO home page displays a # When the following flag is set to enabled, the VIVO home page displays a
# global map highlighting the geographical focus of foaf:person individuals. # global map highlighting the geographical focus of foaf:person individuals.
# For information on the maps, refer to this wiki page:
# https://wiki.duraspace.org/x/c4XVAw
# #
#homePage.geoFocusMaps=enabled #homePage.geoFocusMaps=enabled
@ -307,9 +310,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
# Implementing this feature requires an installation to develop a web service # Implementing this feature requires an installation to develop a web service
# that captures images of web pages or to use an existing service outside of VIVO. # that captures images of web pages or to use an existing service outside of VIVO.
# #
# For more information on implementing multiple profile pages, refer to this
# wiki page: https://wiki.duraspace.org/x/doXVAw
#
#multiViews.profilePageTypes=enabled #multiViews.profilePageTypes=enabled
@ -317,9 +317,6 @@ VitroConnection.DataSource.validationQuery = SELECT 1
# Tell VIVO to generate HTTP headers on its responses to facilitate caching the # Tell VIVO to generate HTTP headers on its responses to facilitate caching the
# profile pages that it creates. # profile pages that it creates.
# #
# For more information, see this wiki page:
# https://wiki.duraspace.org/x/5sQQAg
#
# Developers will likely want to leave caching disabled, since a change to a # Developers will likely want to leave caching disabled, since a change to a
# Freemarker template or to a Java class would not cause the page to be # Freemarker template or to a Java class would not cause the page to be
# considered stale. # considered stale.