blob: 178cf0001a6995d2d595d1a1915fa819d9a6865e [file] [log] [blame]
/*******************************************************************************
* 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.ldt.debug.ui.internal;
public interface DocumentationLinksConstants {
String BASE_URL = "/org.eclipse.ldt.doc.user/help/LDT/User_Area/User_Guides/User_Guide_1.4/"; //$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$
}