/******************************************************************************* * Copyright (c) 2012 Sierra Wireless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Sierra Wireless - initial API and implementation *******************************************************************************/ package org.eclipse.koneki.ldt.debug.ui.internal; public interface DocumentationLinksConstants { String BASE_URL = "/org.eclipse.koneki.ldt.doc.user/help/Koneki/LDT/Developer_Area/User_Guides/User_Guide_0.9/"; //$NON-NLS-1$ String SOURCE_MAPPING = BASE_URL + "Concepts.html#Source_Mapping"; //$NON-NLS-1$ String ATTACH_DEBUG = BASE_URL + "Tasks.html#Attach_session"; //$NON-NLS-1$ }