diff --git a/htroot/Steering.html b/htroot/Steering.html index 9d49eac38..b4fcd83fc 100644 --- a/htroot/Steering.html +++ b/htroot/Steering.html @@ -194,7 +194,7 @@ XDtoU7vQ/wIAAP//AwBb7ktEXQ4nqQAAAABJRU5ErkJggg==" width="128" height="64" alt="K or a
posting to our web forums
or a
- bug report!

+ bug report!

Professional Support

If you are a professional user and you would like to use YaCy in your company in combination with consulting services by YaCy specialists, please see http://pro.yacy.net. :: diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index aadd5ede2..b9d823b4c 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -129,7 +129,6 @@

  • external   YaCy Tutorials
  • external   Download YaCy
  • external   Community (Web Forums)
  • -
  • external   Project Wiki
  • external   Git Repository
  • diff --git a/htroot/env/templates/simpleSearchHeader.template b/htroot/env/templates/simpleSearchHeader.template index dff437c3a..65793ea27 100644 --- a/htroot/env/templates/simpleSearchHeader.template +++ b/htroot/env/templates/simpleSearchHeader.template @@ -63,9 +63,8 @@
  • external   Download YaCy
  • external   Community (Web Forums)
  • -
  • external   Project Wiki
  • external   Git Repository
  • -
  • external   Bugtracker
  • +
  • external   Bugtracker
  • diff --git a/htroot/env/templates/simpleheader.template b/htroot/env/templates/simpleheader.template index 5c45f1a79..ad7adfbd9 100644 --- a/htroot/env/templates/simpleheader.template +++ b/htroot/env/templates/simpleheader.template @@ -43,9 +43,8 @@
  • external   Download YaCy
  • external   Community (Web Forums)
  • -
  • external   Project Wiki
  • external   Git Repository
  • -
  • external   Bugtracker
  • +
  • external   Bugtracker
  • diff --git a/pom.xml b/pom.xml index b33ed97e0..438eb6ef2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ net.yacy yacycore - 1.921 + 1.922 jar YaCy - a Peer to Peer Web Search Engine YaCy Search Server http://www.yacy.net YaCy Bugtracker - http://bugs.yacy.net + https://github.com/yacy/yacy_search_server/issues scm:git:https://github.com/yacy/yacy_search_server.git diff --git a/source/net/yacy/search/index/Segment.java b/source/net/yacy/search/index/Segment.java index 1a88924b9..4f5dc24b3 100644 --- a/source/net/yacy/search/index/Segment.java +++ b/source/net/yacy/search/index/Segment.java @@ -704,7 +704,7 @@ public class Segment { } if (error != null) { - ConcurrentLog.severe("SOLR", error + ", PLEASE REPORT TO bugs.yacy.net"); + ConcurrentLog.severe("SOLR", error + ", PLEASE REPORT TO https://github.com/yacy/yacy_search_server/issues"); //Switchboard.getSwitchboard().pauseCrawlJob(SwitchboardConstants.CRAWLJOB_LOCAL_CRAWL, error); //Switchboard.getSwitchboard().pauseCrawlJob(SwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL, error); }