Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-help-dev] hrefs in HTML files

How are hrefs between HTML files in different plug-ins supposed to be
coded? In Eclipse V1, they were coded <a href="/pluginID/file.html" >. In
earlier V2 drivers, we had to update our hrefs to HTML files that exist in
a different plug-in to be <a href="../../plugin_directory_name/file.html"
>. In the current drivers where the version number is being appended at the
end of the plug-in directory name, these links no longer work. For an
example, see the PDE Guide topic "Configuring the PDE". Just above the
screen capture there is a link to the topic "Running the Platform" which is
in the org.eclipse.platform.isv.doc plug-in.

Can the hrefs in HTML files use the plug-in ID (independent of version)
instead of physical path and directory?

Thanks, Jeanette

-------------------------------------------------------------------------------------

Jeanette Deupree
WebSphere Studio Tools Information Lead & Manager
 RTP NC
919-254-1149 (tieline 444-1149)
deupree@xxxxxxxxxx



Back to the top