package gdsc.help; /*----------------------------------------------------------------------------- * GDSC Plugins for ImageJ * * Copyright (C) 2011 Alex Herbert * Genome Damage and Stability Centre * University of Sussex, UK * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. *---------------------------------------------------------------------------*/ /** * Help URLs */ public class URL { public static String COLOCALISATION = "http://www.sussex.ac.uk/gdsc/intranet/microscopy/imagej/colocalisation"; public static String UTILITY = "http://www.sussex.ac.uk/gdsc/intranet/microscopy/imagej/utility"; public static String FIND_FOCI = "http://www.sussex.ac.uk/gdsc/intranet/microscopy/imagej/findfoci"; }