Bug 515217

Summary: [SWT] Fix snippet links on OpenGL page
Product: [Eclipse Project] Platform Reporter: Alec Girman <avgch1>
Component: SWTAssignee: Niraj Modi <niraj.modi>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon, lshanmug, niraj.modi
Version: 4.7Keywords: Documentation
Target Milestone: 4.7   
Hardware: PC   
OS: Windows NT   
See Also: https://git.eclipse.org/r/98673
https://git.eclipse.org/c/www.eclipse.org/swt.git/commit/?id=aaae3bf349b84bb010bc11ca7a7424d1684e1934
Whiteboard:

Description Alec Girman CLA 2017-04-12 18:53:24 EDT
The snippets on the SWT OpenGL page lead to a 404 (page of reference: https://www.eclipse.org/swt/opengl/)
Comment 1 Niraj Modi CLA 2017-06-06 02:26:45 EDT
(In reply to Alec Girman from comment #0)
> The snippets on the SWT OpenGL page lead to a 404 (page of reference:
> https://www.eclipse.org/swt/opengl/)

There are missing forward slashes in all 3 snippets links on 'opengl' page e.g.:
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippetsSnippet195.java

Will submit a fix patch shortly.
Comment 2 Eclipse Genie CLA 2017-06-06 02:28:04 EDT
New Gerrit change created: https://git.eclipse.org/r/98673
Comment 4 Niraj Modi CLA 2017-06-06 02:46:17 EDT
(In reply to Eclipse Genie from comment #3)
> Gerrit change https://git.eclipse.org/r/98673 was merged to [master].
> Commit:
> http://git.eclipse.org/c/www.eclipse.org/swt.git/commit/
> ?id=aaae3bf349b84bb010bc11ca7a7424d1684e1934

Above patch fixes the snippet links on opengl page(https://www.eclipse.org/swt/opengl/), resolving now.