Bug 515217 - [SWT] Fix snippet links on OpenGL page
Summary: [SWT] Fix snippet links on OpenGL page
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 4.7   Edit
Assignee: Niraj Modi CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2017-04-12 18:53 EDT by Alec Girman CLA
Modified: 2017-06-06 02:46 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.