Skip to content

Commit

Permalink
ZSTD-5219 Fix links to Online Help
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Sep 9, 2015
1 parent c5889c0 commit 8cf0d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public interface IHelpContextIds {

String PREFIX = "http://files.zend.com/help/Zend-Studio-11/zend-studio.htm#"; //$NON-NLS-1$
String PREFIX = "http://files.zend.com/help/Zend-Studio-13/content/"; //$NON-NLS-1$
String SUFFIX = ".htm?zs"; //$NON-NLS-1$

String ZEND_SERVER = PREFIX + "zend_certified_php_distribution" + SUFFIX; //$NON-NLS-1$
Expand Down

0 comments on commit 8cf0d39

Please sign in to comment.